gtk-d v3.7.3 (2017-12-16T16:21:49Z)
Home
Dub
Repo
HSV.OnMoveDelegateWrapper
gtk
HSV
HSV
Undocumented in source.
class
HSV
protected
class
OnMoveDelegateWrapper {
void
delegate
(
GtkDirectionType
,
HSV
)
dlg
;
gulong
handlerId
;
this
(void delegate(GtkDirectionType, HSV) dlg);
void
remove
(OnMoveDelegateWrapper source);
}
Constructors
this
this
(void delegate(GtkDirectionType, HSV) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnMoveDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
void
delegate
(
GtkDirectionType
,
HSV
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
HSV
HSV
classes
OnChangedDelegateWrapper
OnMoveDelegateWrapper
constructors
this
functions
addOnChanged
addOnMove
getColor
getHSVStruct
getMetrics
getStruct
isAdjusting
setColor
setMetrics
setStruct
static functions
callBackChanged
callBackChangedDestroy
callBackMove
callBackMoveDestroy
getType
rgbToHsv
toRgb
variables
gtkHSV
onChangedListeners
onMoveListeners