gtk-d v3.6.3 (2017-05-14T21:01:55Z)
Home
Dub
Repo
Assistant.OnCloseDelegateWrapper
gtk
Assistant
Assistant
Undocumented in source.
class
Assistant
protected
class
OnCloseDelegateWrapper {
static
OnCloseDelegateWrapper
[]
listeners
;
void
delegate
(
Assistant
)
dlg
;
gulong
handlerId
;
this
(void delegate(Assistant) dlg);
void
remove
(OnCloseDelegateWrapper source);
}
Constructors
this
this
(void delegate(Assistant) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnCloseDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
listeners
OnCloseDelegateWrapper
[]
listeners
;
Undocumented in source.
Variables
dlg
void
delegate
(
Assistant
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
Assistant
Assistant
classes
OnApplyDelegateWrapper
OnCancelDelegateWrapper
OnCloseDelegateWrapper
OnEscapeDelegateWrapper
OnPrepareDelegateWrapper
constructors
this
functions
addActionWidget
addOnApply
addOnCancel
addOnClose
addOnEscape
addOnPrepare
appendPage
commit
getAssistantStruct
getCurrentPage
getNPages
getNthPage
getPageComplete
getPageHasPadding
getPageHeaderImage
getPageSideImage
getPageTitle
getPageType
getStruct
insertPage
nextPage
prependPage
previousPage
removeActionWidget
removePage
setCurrentPage
setForwardPageFunc
setPageComplete
setPageHasPadding
setPageHeaderImage
setPageSideImage
setPageTitle
setPageType
setStruct
updateButtonsState
static functions
callBackApply
callBackApplyDestroy
callBackCancel
callBackCancelDestroy
callBackClose
callBackCloseDestroy
callBackEscape
callBackEscapeDestroy
callBackPrepare
callBackPrepareDestroy
getType
variables
gtkAssistant