gtk-d v3.6.3 (2017-05-14T21:01:55Z)
Home
Dub
Repo
NativeDialog.OnResponseDelegateWrapper
gtk
NativeDialog
NativeDialog
Undocumented in source.
class
NativeDialog
protected
class
OnResponseDelegateWrapper {
static
OnResponseDelegateWrapper
[]
listeners
;
void
delegate
(
int
,
NativeDialog
)
dlg
;
gulong
handlerId
;
this
(void delegate(int, NativeDialog) dlg);
void
remove
(OnResponseDelegateWrapper source);
}
Constructors
this
this
(void delegate(int, NativeDialog) 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.
Static variables
listeners
OnResponseDelegateWrapper
[]
listeners
;
Undocumented in source.
Variables
dlg
void
delegate
(
int
,
NativeDialog
)
dlg
;
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
run
setModal
setStruct
setTitle
setTransientFor
show
static functions
callBackResponse
callBackResponseDestroy
getType
variables
gtkNativeDialog