gtk-d v3.5.1 (2017-01-10T22:24:21Z)
Home
Dub
Repo
Adjustment.this
gtk
Adjustment
Adjustment
Sets our main struct and passes it to the parent class.
this
(GtkAdjustment* gtkAdjustment, bool ownedRef)
class
Adjustment
this
(
GtkAdjustment
*
gtkAdjustment
,
bool
ownedRef
= false
)
this
(double value, double lower, double upper, double stepIncrement, double pageIncrement, double pageSize)
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
internalRemoveOnChanged
internalRemoveOnValueChanged
setLower
setPageIncrement
setPageSize
setStepIncrement
setStruct
setUpper
setValue
valueChanged
static functions
callBackChanged
callBackChangedDestroy
callBackValueChanged
callBackValueChangedDestroy
getType
variables
gtkAdjustment
onChangedListeners
onValueChangedListeners
Sets our main struct and passes it to the parent class.