gtk-d v3.5.1 (2017-01-10T22:24:21Z)
Home
Dub
Repo
Toolbar.OnOrientationChangedDelegateWrapper
gtk
Toolbar
Toolbar
Undocumented in source.
class
Toolbar
protected
class
OnOrientationChangedDelegateWrapper {
void
delegate
(
GtkOrientation
,
Toolbar
)
dlg
;
gulong
handlerId
;
ConnectFlags
flags
;
this
(void delegate(GtkOrientation, Toolbar) dlg, gulong handlerId, ConnectFlags flags);
}
Constructors
this
this
(void delegate(GtkOrientation, Toolbar) dlg, gulong handlerId, ConnectFlags flags)
Undocumented in source.
Members
Variables
dlg
void
delegate
(
GtkOrientation
,
Toolbar
)
dlg
;
Undocumented in source.
flags
ConnectFlags
flags
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
Toolbar
Toolbar
classes
OnFocusHomeOrEndDelegateWrapper
OnOrientationChangedDelegateWrapper
OnPopupContextMenuDelegateWrapper
OnStyleChangedDelegateWrapper
constructors
this
functions
addOnFocusHomeOrEnd
addOnOrientationChanged
addOnPopupContextMenu
addOnStyleChanged
getDropIndex
getItemIndex
getNItems
getNthItem
getShowArrow
getStruct
getToolbarStruct
getToolbarStyle
insert
internalRemoveOnFocusHomeOrEnd
internalRemoveOnOrientationChanged
internalRemoveOnPopupContextMenu
internalRemoveOnStyleChanged
setDropHighlightItem
setIconSize
setShowArrow
setStruct
setStyle
unsetIconSize
unsetStyle
mixins
__anonymous
static functions
callBackFocusHomeOrEnd
callBackFocusHomeOrEndDestroy
callBackOrientationChanged
callBackOrientationChangedDestroy
callBackPopupContextMenu
callBackPopupContextMenuDestroy
callBackStyleChanged
callBackStyleChangedDestroy
getType
variables
gtkToolbar
onFocusHomeOrEndListeners
onOrientationChangedListeners
onPopupContextMenuListeners
onStyleChangedListeners