gtk-d v3.6.1 (2017-04-24T17:21:39Z)
Home
Dub
Repo
GesturePan.OnPanDelegateWrapper
gtk
GesturePan
GesturePan
Undocumented in source.
class
GesturePan
protected
class
OnPanDelegateWrapper {
static
OnPanDelegateWrapper
[]
listeners
;
void
delegate
(
GtkPanDirection
,
double
,
GesturePan
)
dlg
;
gulong
handlerId
;
this
(void delegate(GtkPanDirection, double, GesturePan) dlg);
void
remove
(OnPanDelegateWrapper source);
}
Constructors
this
this
(void delegate(GtkPanDirection, double, GesturePan) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnPanDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
listeners
OnPanDelegateWrapper
[]
listeners
;
Undocumented in source.
Variables
dlg
void
delegate
(
GtkPanDirection
,
double
,
GesturePan
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
GesturePan
GesturePan
classes
OnPanDelegateWrapper
constructors
this
functions
addOnPan
getGesturePanStruct
getOrientation
getStruct
setOrientation
setStruct
static functions
callBackPan
callBackPanDestroy
getType
variables
gtkGesturePan