RootWidget

A widget to be placed root of all widgets.

Constructors

this
this()

Members

Functions

draw
void draw(Window w, ColorSet parent)
drawPopup
void drawPopup(Window w)
Undocumented in source. Be warned that the author may not have intended to support it.
layout
void layout(vec2i size)

Properties

cursor
const(Cursor) cursor [@property getter]
needLayout
bool needLayout [@property getter]
needRedraw
bool needRedraw [@property getter]

Inherited Members

From PanelWidget

_children
Widget[] _children;
Undocumented in source.
children
Widget[] children [@property getter]
addChild
Widget addChild(Widget child)

Adds the child.

swapChild
void swapChild(Widget c1, Widget c2)

Swaps the children.

removeAllChildren
void removeAllChildren()

Removes all children.

removeChild
void removeChild(Widget child)

Removes the child.

DisableModifyChildren
template DisableModifyChildren()
Undocumented in source.
trackable
bool trackable [@property getter]
focusable
bool focusable [@property getter]

Meta