gtk-d v3.5.1 (2017-01-10T22:24:21Z)
Home
Dub
Repo
Gesture.OnUpdateDelegateWrapper
gtk
Gesture
Gesture
Undocumented in source.
class
Gesture
protected
class
OnUpdateDelegateWrapper {
void
delegate
(
GdkEventSequence
*,
Gesture
)
dlg
;
gulong
handlerId
;
ConnectFlags
flags
;
this
(void delegate(GdkEventSequence*, Gesture) dlg, gulong handlerId, ConnectFlags flags);
}
Constructors
this
this
(void delegate(GdkEventSequence*, Gesture) dlg, gulong handlerId, ConnectFlags flags)
Undocumented in source.
Members
Variables
dlg
void
delegate
(
GdkEventSequence
*,
Gesture
)
dlg
;
Undocumented in source.
flags
ConnectFlags
flags
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
Gesture
Gesture
classes
OnBeginDelegateWrapper
OnBeginGenericDelegateWrapper
OnCancelDelegateWrapper
OnCancelGenericDelegateWrapper
OnEndDelegateWrapper
OnEndGenericDelegateWrapper
OnSequenceStateChangedDelegateWrapper
OnSequenceStateChangedGenericDelegateWrapper
OnUpdateDelegateWrapper
OnUpdateGenericDelegateWrapper
constructors
this
functions
addOnBegin
addOnCancel
addOnEnd
addOnSequenceStateChanged
addOnUpdate
getBoundingBox
getBoundingBoxCenter
getDevice
getGestureStruct
getGroup
getLastEvent
getLastUpdatedSequence
getPoint
getSequenceState
getSequences
getStruct
getWindow
group
handlesSequence
internalRemoveOnBegin
internalRemoveOnBeginGeneric
internalRemoveOnCancel
internalRemoveOnCancelGeneric
internalRemoveOnEnd
internalRemoveOnEndGeneric
internalRemoveOnSequenceStateChanged
internalRemoveOnSequenceStateChangedGeneric
internalRemoveOnUpdate
internalRemoveOnUpdateGeneric
isActive
isGroupedWith
isRecognized
setSequenceState
setState
setStruct
setWindow
ungroup
static functions
callBackBegin
callBackBeginDestroy
callBackBeginGeneric
callBackBeginGenericDestroy
callBackCancel
callBackCancelDestroy
callBackCancelGeneric
callBackCancelGenericDestroy
callBackEnd
callBackEndDestroy
callBackEndGeneric
callBackEndGenericDestroy
callBackSequenceStateChanged
callBackSequenceStateChangedDestroy
callBackSequenceStateChangedGeneric
callBackSequenceStateChangedGenericDestroy
callBackUpdate
callBackUpdateDestroy
callBackUpdateGeneric
callBackUpdateGenericDestroy
getType
variables
gtkGesture
onBeginGenericListeners
onBeginListeners
onCancelGenericListeners
onCancelListeners
onEndGenericListeners
onEndListeners
onSequenceStateChangedGenericListeners
onSequenceStateChangedListeners
onUpdateGenericListeners
onUpdateListeners