gtk-d v3.6.5 (2017-05-30T21:07:17Z)
Home
Dub
Repo
ColorChooserT.OnColorActivatedDelegateWrapper
gtk
ColorChooserT
ColorChooserT
Undocumented in source.
template
ColorChooserT
(TStruct)
protected
class
OnColorActivatedDelegateWrapper {
static
OnColorActivatedDelegateWrapper
[]
listeners
;
void
delegate
(
RGBA
,
ColorChooserIF
)
dlg
;
gulong
handlerId
;
this
(void delegate(RGBA, ColorChooserIF) dlg);
void
remove
(OnColorActivatedDelegateWrapper source);
}
Constructors
this
this
(void delegate(RGBA, ColorChooserIF) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnColorActivatedDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
listeners
OnColorActivatedDelegateWrapper
[]
listeners
;
Undocumented in source.
Variables
dlg
void
delegate
(
RGBA
,
ColorChooserIF
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
ColorChooserT
ColorChooserT
classes
OnColorActivatedDelegateWrapper
functions
addOnColorActivated
addPalette
getColorChooserStruct
getRgba
getUseAlpha
setRgba
setUseAlpha
static functions
callBackColorActivated
callBackColorActivatedDestroy