gtk-d ~GtkD-3.7 (2022-02-27T01:35:29.3134103)
Dub
Repo
GestureZoom.OnScaleChangedDelegateWrapper
gtk
GestureZoom
GestureZoom
Undocumented in source.
class
GestureZoom
protected
class
OnScaleChangedDelegateWrapper {
void
delegate
(
double
,
GestureZoom
)
dlg
;
gulong
handlerId
;
this
(void delegate(double, GestureZoom) dlg);
void
remove
(OnScaleChangedDelegateWrapper source);
}
Constructors
this
this
(void delegate(double, GestureZoom) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnScaleChangedDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
void
delegate
(
double
,
GestureZoom
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
GestureZoom
GestureZoom
classes
OnScaleChangedDelegateWrapper
constructors
this
functions
addOnScaleChanged
getGestureZoomStruct
getScaleDelta
getStruct
setStruct
static functions
callBackScaleChanged
callBackScaleChangedDestroy
getType
variables
gtkGestureZoom
onScaleChangedListeners