gtk-d v3.5.1 (2017-01-10T22:24:21Z)
Home
Dub
Repo
ScaleButton.OnValueChangedDelegateWrapper
gtk
ScaleButton
ScaleButton
Undocumented in source.
class
ScaleButton
protected
class
OnValueChangedDelegateWrapper {
void
delegate
(
double
,
ScaleButton
)
dlg
;
gulong
handlerId
;
ConnectFlags
flags
;
this
(void delegate(double, ScaleButton) dlg, gulong handlerId, ConnectFlags flags);
}
Constructors
this
this
(void delegate(double, ScaleButton) dlg, gulong handlerId, ConnectFlags flags)
Undocumented in source.
Members
Variables
dlg
void
delegate
(
double
,
ScaleButton
)
dlg
;
Undocumented in source.
flags
ConnectFlags
flags
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
ScaleButton
ScaleButton
classes
OnPopdownDelegateWrapper
OnPopupDelegateWrapper
OnValueChangedDelegateWrapper
constructors
this
functions
addOnPopdown
addOnPopup
addOnValueChanged
getAdjustment
getMinusButton
getPlusButton
getPopup
getScaleButtonStruct
getStruct
getValue
internalRemoveOnPopdown
internalRemoveOnPopup
internalRemoveOnValueChanged
setAdjustment
setIcons
setStruct
setValue
mixins
__anonymous
static functions
callBackPopdown
callBackPopdownDestroy
callBackPopup
callBackPopupDestroy
callBackValueChanged
callBackValueChangedDestroy
getType
variables
gtkScaleButton
onPopdownListeners
onPopupListeners
onValueChangedListeners