gtk-d v3.7.4 (2018-02-28T22:18:57Z)
Home
Dub
Repo
GestureLongPress.OnPressedDelegateWrapper
gtk
GestureLongPress
GestureLongPress
Undocumented in source.
class
GestureLongPress
protected
class
OnPressedDelegateWrapper {
void
delegate
(
double
,
double
,
GestureLongPress
)
dlg
;
gulong
handlerId
;
this
(void delegate(double, double, GestureLongPress) dlg);
void
remove
(OnPressedDelegateWrapper source);
}
Constructors
this
this
(void delegate(double, double, GestureLongPress) 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
(
double
,
double
,
GestureLongPress
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
GestureLongPress
GestureLongPress
classes
OnCancelledDelegateWrapper
OnPressedDelegateWrapper
constructors
this
functions
addOnCancelled
addOnPressed
getGestureLongPressStruct
getStruct
setStruct
static functions
callBackCancelled
callBackCancelledDestroy
callBackPressed
callBackPressedDestroy
getType
variables
gtkGestureLongPress
onCancelledListeners
onPressedListeners