gtk-d v3.5.1 (2017-01-10T22:24:21Z)
Home
Dub
Repo
GestureMultiPress.OnStoppedDelegateWrapper
gtk
GestureMultiPress
GestureMultiPress
Undocumented in source.
class
GestureMultiPress
protected
class
OnStoppedDelegateWrapper {
void
delegate
(
GestureMultiPress
)
dlg
;
gulong
handlerId
;
ConnectFlags
flags
;
this
(void delegate(GestureMultiPress) dlg, gulong handlerId, ConnectFlags flags);
}
Constructors
this
this
(void delegate(GestureMultiPress) dlg, gulong handlerId, ConnectFlags flags)
Undocumented in source.
Members
Variables
dlg
void
delegate
(
GestureMultiPress
)
dlg
;
Undocumented in source.
flags
ConnectFlags
flags
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
GestureMultiPress
GestureMultiPress
classes
OnPressedDelegateWrapper
OnReleasedDelegateWrapper
OnStoppedDelegateWrapper
constructors
this
functions
addOnPressed
addOnReleased
addOnStopped
getArea
getGestureMultiPressStruct
getStruct
internalRemoveOnPressed
internalRemoveOnReleased
internalRemoveOnStopped
setArea
setStruct
static functions
callBackPressed
callBackPressedDestroy
callBackReleased
callBackReleasedDestroy
callBackStopped
callBackStoppedDestroy
getType
variables
gtkGestureMultiPress
onPressedListeners
onReleasedListeners
onStoppedListeners