gtk-d v3.5.1 (2017-01-10T22:24:21Z)
Home
Dub
Repo
HandleBox.OnChildDetachedDelegateWrapper
gtk
HandleBox
HandleBox
Undocumented in source.
class
HandleBox
protected
class
OnChildDetachedDelegateWrapper {
void
delegate
(
Widget
,
HandleBox
)
dlg
;
gulong
handlerId
;
ConnectFlags
flags
;
this
(void delegate(Widget, HandleBox) dlg, gulong handlerId, ConnectFlags flags);
}
Constructors
this
this
(void delegate(Widget, HandleBox) dlg, gulong handlerId, ConnectFlags flags)
Undocumented in source.
Members
Variables
dlg
void
delegate
(
Widget
,
HandleBox
)
dlg
;
Undocumented in source.
flags
ConnectFlags
flags
;
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
internalRemoveOnChildAttached
internalRemoveOnChildDetached
setHandlePosition
setShadowType
setSnapEdge
setStruct
static functions
callBackChildAttached
callBackChildAttachedDestroy
callBackChildDetached
callBackChildDetachedDestroy
getType
variables
gtkHandleBox
onChildAttachedListeners
onChildDetachedListeners