gtk-d v3.6.3 (2017-05-14T21:01:55Z)
Home
Dub
Repo
GestureDrag.OnDragUpdateDelegateWrapper
gtk
GestureDrag
GestureDrag
Undocumented in source.
class
GestureDrag
protected
class
OnDragUpdateDelegateWrapper {
static
OnDragUpdateDelegateWrapper
[]
listeners
;
void
delegate
(
double
,
double
,
GestureDrag
)
dlg
;
gulong
handlerId
;
this
(void delegate(double, double, GestureDrag) dlg);
void
remove
(OnDragUpdateDelegateWrapper source);
}
Constructors
this
this
(void delegate(double, double, GestureDrag) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnDragUpdateDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
listeners
OnDragUpdateDelegateWrapper
[]
listeners
;
Undocumented in source.
Variables
dlg
void
delegate
(
double
,
double
,
GestureDrag
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
GestureDrag
GestureDrag
classes
OnDragBeginDelegateWrapper
OnDragEndDelegateWrapper
OnDragUpdateDelegateWrapper
constructors
this
functions
addOnDragBegin
addOnDragEnd
addOnDragUpdate
getGestureDragStruct
getOffset
getStartPoint
getStruct
setStruct
static functions
callBackDragBegin
callBackDragBeginDestroy
callBackDragEnd
callBackDragEndDestroy
callBackDragUpdate
callBackDragUpdateDestroy
getType
variables
gtkGestureDrag