gtk-d v3.5.1 (2017-01-10T22:24:21Z)
Home
Dub
Repo
Application.OnWindowAddedDelegateWrapper
gtk
Application
Application
Undocumented in source.
class
Application
protected
class
OnWindowAddedDelegateWrapper {
void
delegate
(
Window
,
Application
)
dlg
;
gulong
handlerId
;
ConnectFlags
flags
;
this
(void delegate(Window, Application) dlg, gulong handlerId, ConnectFlags flags);
}
Constructors
this
this
(void delegate(Window, Application) dlg, gulong handlerId, ConnectFlags flags)
Undocumented in source.
Members
Variables
dlg
void
delegate
(
Window
,
Application
)
dlg
;
Undocumented in source.
flags
ConnectFlags
flags
;
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
internalRemoveOnWindowAdded
internalRemoveOnWindowRemoved
isInhibited
listActionDescriptions
prefersAppMenu
removeAccelerator
removeWindow
setAccelsForAction
setAppMenu
setMenubar
setStruct
uninhibit
static functions
callBackWindowAdded
callBackWindowAddedDestroy
callBackWindowRemoved
callBackWindowRemovedDestroy
getType
variables
gtkApplication
onWindowAddedListeners
onWindowRemovedListeners