gtk-d v3.5.1 (2017-01-10T22:24:21Z)
Home
Dub
Repo
GestureDrag.OnDragUpdateDelegateWrapper
gtk
GestureDrag
GestureDrag
Undocumented in source.
class
GestureDrag
protected
class
OnDragUpdateDelegateWrapper {
void
delegate
(
double
,
double
,
GestureDrag
)
dlg
;
gulong
handlerId
;
ConnectFlags
flags
;
this
(void delegate(double, double, GestureDrag) dlg, gulong handlerId, ConnectFlags flags);
}
Constructors
this
this
(void delegate(double, double, GestureDrag) dlg, gulong handlerId, ConnectFlags flags)
Undocumented in source.
Members
Variables
dlg
void
delegate
(
double
,
double
,
GestureDrag
)
dlg
;
Undocumented in source.
flags
ConnectFlags
flags
;
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
internalRemoveOnDragBegin
internalRemoveOnDragEnd
internalRemoveOnDragUpdate
setStruct
static functions
callBackDragBegin
callBackDragBeginDestroy
callBackDragEnd
callBackDragEndDestroy
callBackDragUpdate
callBackDragUpdateDestroy
getType
variables
gtkGestureDrag
onDragBeginListeners
onDragEndListeners
onDragUpdateListeners