gtk-d v3.7.3 (2017-12-16T16:21:49Z)
Home
Dub
Repo
ColorSelection.OnColorChangedDelegateWrapper
gtk
ColorSelection
ColorSelection
Undocumented in source.
class
ColorSelection
protected
class
OnColorChangedDelegateWrapper {
void
delegate
(
ColorSelection
)
dlg
;
gulong
handlerId
;
this
(void delegate(ColorSelection) dlg);
void
remove
(OnColorChangedDelegateWrapper source);
}
Constructors
this
this
(void delegate(ColorSelection) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnColorChangedDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
void
delegate
(
ColorSelection
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
ColorSelection
ColorSelection
classes
OnColorChangedDelegateWrapper
constructors
this
functions
addOnColorChanged
getColorSelectionStruct
getCurrentAlpha
getCurrentColor
getCurrentRgba
getHasOpacityControl
getHasPalette
getPreviousAlpha
getPreviousColor
getPreviousRgba
getStruct
isAdjusting
setCurrentAlpha
setCurrentColor
setCurrentRgba
setHasOpacityControl
setHasPalette
setPreviousAlpha
setPreviousColor
setPreviousRgba
setStruct
static functions
callBackColorChanged
callBackColorChangedDestroy
getType
paletteFromString
paletteToString
setChangePaletteWithScreenHook
variables
gtkColorSelection
onColorChangedListeners