TreeListItemWidget.ContentsWidget

Undocumented in source.
class TreeListItemWidget
protected
class ContentsWidget : PanelWidget {}

Constructors

this
this()
Undocumented in source.

Members

Functions

handleMouseButton
bool handleMouseButton(MouseButton btn, bool status, vec2 pos)
Undocumented in source. Be warned that the author may not have intended to support it.

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