gtk-d v3.6.3 (2017-05-14T21:01:55Z)
Home
Dub
Repo
HandleBox.OnChildDetachedDelegateWrapper
gtk
HandleBox
HandleBox
Undocumented in source.
class
HandleBox
protected
class
OnChildDetachedDelegateWrapper {
static
OnChildDetachedDelegateWrapper
[]
listeners
;
void
delegate
(
Widget
,
HandleBox
)
dlg
;
gulong
handlerId
;
this
(void delegate(Widget, HandleBox) dlg);
void
remove
(OnChildDetachedDelegateWrapper source);
}
Constructors
this
this
(void delegate(Widget, HandleBox) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnChildDetachedDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
listeners
OnChildDetachedDelegateWrapper
[]
listeners
;
Undocumented in source.
Variables
dlg
void
delegate
(
Widget
,
HandleBox
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
HandleBox
HandleBox
classes
OnChildAttachedDelegateWrapper
OnChildDetachedDelegateWrapper
constructors
this
functions
addOnChildAttached
addOnChildDetached
getChildDetached
getHandleBoxStruct
getHandlePosition
getShadowType
getSnapEdge
getStruct
setHandlePosition
setShadowType
setSnapEdge
setStruct
static functions
callBackChildAttached
callBackChildAttachedDestroy
callBackChildDetached
callBackChildDetachedDestroy
getType
variables
gtkHandleBox