gtk-d v3.7.1 (2017-11-01T22:01:07Z)
Home
Dub
Repo
GestureMultiPress.OnPressedDelegateWrapper
gtk
GestureMultiPress
GestureMultiPress
Undocumented in source.
class
GestureMultiPress
protected
class
OnPressedDelegateWrapper {
void
delegate
(
int
,
double
,
double
,
GestureMultiPress
)
dlg
;
gulong
handlerId
;
this
(void delegate(int, double, double, GestureMultiPress) dlg);
void
remove
(OnPressedDelegateWrapper source);
}
Constructors
this
this
(void delegate(int, double, double, GestureMultiPress) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnPressedDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
void
delegate
(
int
,
double
,
double
,
GestureMultiPress
)
dlg
;
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
setArea
setStruct
static functions
callBackPressed
callBackPressedDestroy
callBackReleased
callBackReleasedDestroy
callBackStopped
callBackStoppedDestroy
getType
variables
gtkGestureMultiPress
onPressedListeners
onReleasedListeners
onStoppedListeners