gtk-d v3.6.5 (2017-05-30T21:07:17Z)
Home
Dub
Repo
WindowT.OnRestoreDelegateWrapper
atk
WindowT
WindowT
Undocumented in source.
template
WindowT
(TStruct)
protected
class
OnRestoreDelegateWrapper {
static
OnRestoreDelegateWrapper
[]
listeners
;
void
delegate
(
WindowIF
)
dlg
;
gulong
handlerId
;
this
(void delegate(WindowIF) dlg);
void
remove
(OnRestoreDelegateWrapper source);
}
Constructors
this
this
(void delegate(WindowIF) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnRestoreDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
listeners
OnRestoreDelegateWrapper
[]
listeners
;
Undocumented in source.
Variables
dlg
void
delegate
(
WindowIF
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
atk
WindowT
WindowT
classes
OnActivateDelegateWrapper
OnCreateDelegateWrapper
OnDeactivateDelegateWrapper
OnDestroyDelegateWrapper
OnMaximizeDelegateWrapper
OnMinimizeDelegateWrapper
OnMoveDelegateWrapper
OnResizeDelegateWrapper
OnRestoreDelegateWrapper
functions
addOnActivate
addOnCreate
addOnDeactivate
addOnDestroy
addOnMaximize
addOnMinimize
addOnMove
addOnResize
addOnRestore
getWindowStruct
static functions
callBackActivate
callBackActivateDestroy
callBackCreate
callBackCreateDestroy
callBackDeactivate
callBackDeactivateDestroy
callBackDestroy
callBackDestroyDestroy
callBackMaximize
callBackMaximizeDestroy
callBackMinimize
callBackMinimizeDestroy
callBackMove
callBackMoveDestroy
callBackResize
callBackResizeDestroy
callBackRestore
callBackRestoreDestroy