gtk-d v3.6.3 (2017-05-14T21:01:55Z)
Home
Dub
Repo
Scale.OnFormatValueDelegateWrapper
gtk
Scale
Scale
Undocumented in source.
class
Scale
protected
class
OnFormatValueDelegateWrapper {
static
OnFormatValueDelegateWrapper
[]
listeners
;
string
delegate
(
double
,
Scale
)
dlg
;
gulong
handlerId
;
this
(string delegate(double, Scale) dlg);
void
remove
(OnFormatValueDelegateWrapper source);
}
Constructors
this
this
(string delegate(double, Scale) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnFormatValueDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
listeners
OnFormatValueDelegateWrapper
[]
listeners
;
Undocumented in source.
Variables
dlg
string
delegate
(
double
,
Scale
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
Scale
Scale
classes
OnFormatValueDelegateWrapper
constructors
this
functions
addMark
addOnFormatValue
clearMarks
getDigits
getDrawValue
getHasOrigin
getLayout
getLayoutOffsets
getScaleStruct
getStruct
getValuePos
setDigits
setDrawValue
setHasOrigin
setStruct
setValuePos
static functions
callBackFormatValue
callBackFormatValueDestroy
getType
variables
gtkScale