gtk-d ~GtkD-3.7 (2022-02-27T01:35:29.3134103)
Dub
Repo
GestureRotate.OnAngleChangedDelegateWrapper
gtk
GestureRotate
GestureRotate
Undocumented in source.
class
GestureRotate
protected
class
OnAngleChangedDelegateWrapper {
void
delegate
(
double
,
double
,
GestureRotate
)
dlg
;
gulong
handlerId
;
this
(void delegate(double, double, GestureRotate) dlg);
void
remove
(OnAngleChangedDelegateWrapper source);
}
Constructors
this
this
(void delegate(double, double, GestureRotate) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnAngleChangedDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
void
delegate
(
double
,
double
,
GestureRotate
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
GestureRotate
GestureRotate
classes
OnAngleChangedDelegateWrapper
constructors
this
functions
addOnAngleChanged
getAngleDelta
getGestureRotateStruct
getStruct
setStruct
static functions
callBackAngleChanged
callBackAngleChangedDestroy
getType
variables
gtkGestureRotate
onAngleChangedListeners