gtk-d v3.6.5 (2017-05-30T21:07:17Z)
Home
Dub
Repo
LevelBar.OnOffsetChangedDelegateWrapper
gtk
LevelBar
LevelBar
Undocumented in source.
class
LevelBar
protected
class
OnOffsetChangedDelegateWrapper {
static
OnOffsetChangedDelegateWrapper
[]
listeners
;
void
delegate
(
string
,
LevelBar
)
dlg
;
gulong
handlerId
;
this
(void delegate(string, LevelBar) dlg);
void
remove
(OnOffsetChangedDelegateWrapper source);
}
Constructors
this
this
(void delegate(string, LevelBar) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnOffsetChangedDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
listeners
OnOffsetChangedDelegateWrapper
[]
listeners
;
Undocumented in source.
Variables
dlg
void
delegate
(
string
,
LevelBar
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
LevelBar
LevelBar
classes
OnOffsetChangedDelegateWrapper
constructors
this
functions
addOffsetValue
addOnOffsetChanged
getInverted
getLevelBarStruct
getMaxValue
getMinValue
getMode
getOffsetValue
getStruct
getValue
removeOffsetValue
setInverted
setMaxValue
setMinValue
setMode
setStruct
setValue
mixins
__anonymous
static functions
callBackOffsetChanged
callBackOffsetChangedDestroy
getType
variables
gtkLevelBar