gtk-d v3.7.3 (2017-12-16T16:21:49Z)
Home
Dub
Repo
Dialog.OnResponseDelegateWrapper
gtk
Dialog
Dialog
Undocumented in source.
class
Dialog
protected
class
OnResponseDelegateWrapper {
void
delegate
(
int
,
Dialog
)
dlg
;
gulong
handlerId
;
this
(void delegate(int, Dialog) dlg);
void
remove
(OnResponseDelegateWrapper source);
}
Constructors
this
this
(void delegate(int, Dialog) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnResponseDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
void
delegate
(
int
,
Dialog
)
dlg
;
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
response
run
setAlternativeButtonOrder
setDefaultResponse
setResponseSensitive
setStruct
static functions
alternativeDialogButtonOrder
callBackClose
callBackCloseDestroy
callBackResponse
callBackResponseDestroy
getType
variables
gtkDialog
onCloseListeners
onResponseListeners