gtk-d v3.7.3 (2017-12-16T16:21:49Z)
Home
Dub
Repo
Adjustment.OnChangedDelegateWrapper
gtk
Adjustment
Adjustment
Undocumented in source.
class
Adjustment
protected
class
OnChangedDelegateWrapper {
void
delegate
(
Adjustment
)
dlg
;
gulong
handlerId
;
this
(void delegate(Adjustment) dlg);
void
remove
(OnChangedDelegateWrapper source);
}
Constructors
this
this
(void delegate(Adjustment) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnChangedDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
void
delegate
(
Adjustment
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
Adjustment
Adjustment
classes
OnChangedDelegateWrapper
OnValueChangedDelegateWrapper
constructors
this
functions
addOnChanged
addOnValueChanged
changed
clampPage
configure
getAdjustmentStruct
getLower
getMinimumIncrement
getPageIncrement
getPageSize
getStepIncrement
getStruct
getUpper
getValue
setLower
setPageIncrement
setPageSize
setStepIncrement
setStruct
setUpper
setValue
valueChanged
static functions
callBackChanged
callBackChangedDestroy
callBackValueChanged
callBackValueChangedDestroy
getType
variables
gtkAdjustment
onChangedListeners
onValueChangedListeners