ILayoutWindow

Undocumented in source.

Constructors

this
this(int minWidth, int minHeight)
Undocumented in source.

Members

Functions

bottomMenuBar
MenuBar bottomMenuBar()
Undocumented in source. Be warned that the author may not have intended to support it.
onCloseFunc
bool onCloseFunc(Event e, Widget w)
Undocumented in source. Be warned that the author may not have intended to support it.
topMenuBar
MenuBar topMenuBar()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

title
string title [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

accelGroup
AccelGroup accelGroup;
Undocumented in source.
autoStretchAfterInit
bool autoStretchAfterInit;
Undocumented in source.
bottomMenuBarIntern
MenuBar bottomMenuBarIntern;
Undocumented in source.
layout
GridLayout layout;
Undocumented in source.
onClose
void delegate()[] onClose;
Undocumented in source.
topMenuBarIntern
MenuBar topMenuBarIntern;
Undocumented in source.
vBox
Box vBox;
Undocumented in source.

Inherited Members

From IInit

init
void init()
Undocumented in source.

Meta