gtk-d v3.6.3 (2017-05-14T21:01:55Z)
Home
Dub
Repo
Application.OnWindowAddedDelegateWrapper
gtk
Application
Application
Undocumented in source.
class
Application
protected
class
OnWindowAddedDelegateWrapper {
static
OnWindowAddedDelegateWrapper
[]
listeners
;
void
delegate
(
Window
,
Application
)
dlg
;
gulong
handlerId
;
this
(void delegate(Window, Application) dlg);
void
remove
(OnWindowAddedDelegateWrapper source);
}
Constructors
this
this
(void delegate(Window, Application) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnWindowAddedDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
listeners
OnWindowAddedDelegateWrapper
[]
listeners
;
Undocumented in source.
Variables
dlg
void
delegate
(
Window
,
Application
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
Application
Application
classes
OnWindowAddedDelegateWrapper
OnWindowRemovedDelegateWrapper
constructors
this
functions
addAccelerator
addOnWindowAdded
addOnWindowRemoved
addWindow
getAccelsForAction
getActionsForAccel
getActiveWindow
getAppMenu
getGtkApplicationStruct
getMenuById
getMenubar
getStruct
getWindowById
getWindows
inhibit
isInhibited
listActionDescriptions
prefersAppMenu
removeAccelerator
removeWindow
setAccelsForAction
setAppMenu
setMenubar
setStruct
uninhibit
static functions
callBackWindowAdded
callBackWindowAddedDestroy
callBackWindowRemoved
callBackWindowRemovedDestroy
getType
variables
gtkApplication