gtk-d v3.5.1 (2017-01-10T22:24:21Z)
Home
Dub
Repo
Dialog.OnCloseDelegateWrapper
gtk
Dialog
Dialog
Undocumented in source.
class
Dialog
protected
class
OnCloseDelegateWrapper {
void
delegate
(
Dialog
)
dlg
;
gulong
handlerId
;
ConnectFlags
flags
;
this
(void delegate(Dialog) dlg, gulong handlerId, ConnectFlags flags);
}
Constructors
this
this
(void delegate(Dialog) dlg, gulong handlerId, ConnectFlags flags)
Undocumented in source.
Members
Variables
dlg
void
delegate
(
Dialog
)
dlg
;
Undocumented in source.
flags
ConnectFlags
flags
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
Dialog
Dialog
classes
OnCloseDelegateWrapper
OnResponseDelegateWrapper
constructors
this
functions
addActionWidget
addButton
addButtons
addOnClose
addOnResponse
getActionArea
getContentArea
getDialogStruct
getHeaderBar
getResponseForWidget
getStruct
getWidgetForResponse
internalRemoveOnClose
internalRemoveOnResponse
response
run
setAlternativeButtonOrder
setDefaultResponse
setResponseSensitive
setStruct
static functions
alternativeDialogButtonOrder
callBackClose
callBackCloseDestroy
callBackResponse
callBackResponseDestroy
getType
variables
gtkDialog
onCloseListeners
onResponseListeners