gtk-d v3.6.5 (2017-05-30T21:07:17Z)
Home
Dub
Repo
ColorButton.OnColorSetDelegateWrapper
gtk
ColorButton
ColorButton
Undocumented in source.
class
ColorButton
protected
class
OnColorSetDelegateWrapper {
static
OnColorSetDelegateWrapper
[]
listeners
;
void
delegate
(
ColorButton
)
dlg
;
gulong
handlerId
;
this
(void delegate(ColorButton) dlg);
void
remove
(OnColorSetDelegateWrapper source);
}
Constructors
this
this
(void delegate(ColorButton) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnColorSetDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
listeners
OnColorSetDelegateWrapper
[]
listeners
;
Undocumented in source.
Variables
dlg
void
delegate
(
ColorButton
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
ColorButton
ColorButton
classes
OnColorSetDelegateWrapper
constructors
this
functions
addOnColorSet
getAlpha
getColor
getColorButtonStruct
getStruct
getTitle
setAlpha
setColor
setStruct
setTitle
mixins
__anonymous
static functions
callBackColorSet
callBackColorSetDestroy
getType
variables
gtkColorButton