gtk-d v3.7.3 (2017-12-16T16:21:49Z)
Home
Dub
Repo
ScaleButton.OnPopupDelegateWrapper
gtk
ScaleButton
ScaleButton
Undocumented in source.
class
ScaleButton
protected
class
OnPopupDelegateWrapper {
void
delegate
(
ScaleButton
)
dlg
;
gulong
handlerId
;
this
(void delegate(ScaleButton) dlg);
void
remove
(OnPopupDelegateWrapper source);
}
Constructors
this
this
(void delegate(ScaleButton) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnPopupDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
void
delegate
(
ScaleButton
)
dlg
;
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
setAdjustment
setIcons
setStruct
setValue
mixins
__anonymous
static functions
callBackPopdown
callBackPopdownDestroy
callBackPopup
callBackPopupDestroy
callBackValueChanged
callBackValueChangedDestroy
getType
variables
gtkScaleButton
onPopdownListeners
onPopupListeners
onValueChangedListeners