gtk-d v3.5.1 (2017-01-10T22:24:21Z)
Home
Dub
Repo
NativeDialog.OnResponseDelegateWrapper
gtk
NativeDialog
NativeDialog
Undocumented in source.
class
NativeDialog
protected
class
OnResponseDelegateWrapper {
void
delegate
(
int
,
NativeDialog
)
dlg
;
gulong
handlerId
;
ConnectFlags
flags
;
this
(void delegate(int, NativeDialog) dlg, gulong handlerId, ConnectFlags flags);
}
Constructors
this
this
(void delegate(int, NativeDialog) dlg, gulong handlerId, ConnectFlags flags)
Undocumented in source.
Members
Variables
dlg
void
delegate
(
int
,
NativeDialog
)
dlg
;
Undocumented in source.
flags
ConnectFlags
flags
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
NativeDialog
NativeDialog
classes
OnResponseDelegateWrapper
constructors
this
functions
addOnResponse
destroy
getModal
getNativeDialogStruct
getStruct
getTitle
getTransientFor
getVisible
hide
internalRemoveOnResponse
run
setModal
setStruct
setTitle
setTransientFor
show
static functions
callBackResponse
callBackResponseDestroy
getType
variables
gtkNativeDialog
onResponseListeners