gtk-d v3.6.1 (2017-04-24T17:21:39Z)
Home
Dub
Repo
Notebook.OnPageRemovedDelegateWrapper
gtk
Notebook
Notebook
Undocumented in source.
class
Notebook
protected
class
OnPageRemovedDelegateWrapper {
static
OnPageRemovedDelegateWrapper
[]
listeners
;
void
delegate
(
Widget
,
uint
,
Notebook
)
dlg
;
gulong
handlerId
;
this
(void delegate(Widget, uint, Notebook) dlg);
void
remove
(OnPageRemovedDelegateWrapper source);
}
Constructors
this
this
(void delegate(Widget, uint, Notebook) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnPageRemovedDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
listeners
OnPageRemovedDelegateWrapper
[]
listeners
;
Undocumented in source.
Variables
dlg
void
delegate
(
Widget
,
uint
,
Notebook
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
Notebook
Notebook
classes
OnChangeCurrentPageDelegateWrapper
OnCreateWindowDelegateWrapper
OnFocusTabDelegateWrapper
OnMoveFocusOutDelegateWrapper
OnPageAddedDelegateWrapper
OnPageRemovedDelegateWrapper
OnPageReorderedDelegateWrapper
OnReorderTabDelegateWrapper
OnSelectPageDelegateWrapper
OnSwitchPageDelegateWrapper
constructors
this
functions
addOnChangeCurrentPage
addOnCreateWindow
addOnFocusTab
addOnMoveFocusOut
addOnPageAdded
addOnPageRemoved
addOnPageReordered
addOnReorderTab
addOnSelectPage
addOnSwitchPage
appendPage
appendPageMenu
detachTab
getActionWidget
getCurrentPage
getGroupName
getMenuLabel
getMenuLabelText
getNPages
getNotebookStruct
getNthPage
getScrollable
getShowBorder
getShowTabs
getStruct
getTabDetachable
getTabHborder
getTabLabel
getTabLabelText
getTabPos
getTabReorderable
getTabVborder
insertPage
insertPageMenu
nextPage
pageNum
popupDisable
popupEnable
prependPage
prependPageMenu
prevPage
removePage
reorderChild
setActionWidget
setCurrentPage
setGroupName
setMenuLabel
setMenuLabelText
setScrollable
setShowBorder
setShowTabs
setStruct
setTabDetachable
setTabLabel
setTabLabelText
setTabPos
setTabReorderable
static functions
callBackChangeCurrentPage
callBackChangeCurrentPageDestroy
callBackCreateWindow
callBackCreateWindowDestroy
callBackFocusTab
callBackFocusTabDestroy
callBackMoveFocusOut
callBackMoveFocusOutDestroy
callBackPageAdded
callBackPageAddedDestroy
callBackPageRemoved
callBackPageRemovedDestroy
callBackPageReordered
callBackPageReorderedDestroy
callBackReorderTab
callBackReorderTabDestroy
callBackSelectPage
callBackSelectPageDestroy
callBackSwitchPage
callBackSwitchPageDestroy
getType
variables
gtkNotebook