gtk-d v3.7.3 (2017-12-16T16:21:49Z)
Home
Dub
Repo
InfoBar.OnResponseDelegateWrapper
gtk
InfoBar
InfoBar
Undocumented in source.
class
InfoBar
protected
class
OnResponseDelegateWrapper {
void
delegate
(
int
,
InfoBar
)
dlg
;
gulong
handlerId
;
this
(void delegate(int, InfoBar) dlg);
void
remove
(OnResponseDelegateWrapper source);
}
Constructors
this
this
(void delegate(int, InfoBar) 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
,
InfoBar
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
InfoBar
InfoBar
classes
OnCloseDelegateWrapper
OnResponseDelegateWrapper
constructors
this
functions
addActionWidget
addButton
addButtons
addOnClose
addOnResponse
getActionArea
getContentArea
getInfoBarStruct
getMessageType
getShowCloseButton
getStruct
response
setDefaultResponse
setMessageType
setResponseSensitive
setShowCloseButton
setStruct
static functions
callBackClose
callBackCloseDestroy
callBackResponse
callBackResponseDestroy
getType
variables
gtkInfoBar
onCloseListeners
onResponseListeners