anchovy.gui.widget

Public Imports

anchovy.utils.flexibleobject
public import anchovy.utils.flexibleobject;

Members

Classes

Widget
class Widget

Container for common properties

Enums

Sides
enum Sides

Used to specify Widget.anchor.

Functions

addChild
void addChild(Widget root, Widget child)
Undocumented in source.
addChildAfter
void addChildAfter(Widget root, Widget child, Widget after)
Undocumented in source. Be warned that the author may not have intended to support it.
addChildBefore
void addChildBefore(Widget root, Widget child, Widget before)
Undocumented in source. Be warned that the author may not have intended to support it.
detachFromParent
void detachFromParent(Widget child)
Undocumented in source. Be warned that the author may not have intended to support it.
getParentFromWidget
Widget getParentFromWidget(Widget root)
Undocumented in source. Be warned that the author may not have intended to support it.
getWidgetBehavior
Behavior getWidgetBehavior(Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
invalidateLayout
void invalidateLayout(Widget widget)

Says to global layout manager that this widget needs layout update.

removeChild
void removeChild(Widget root, Widget child)
Undocumented in source. Be warned that the author may not have intended to support it.
replaceChildBy
void replaceChildBy(Widget root, Widget child, Widget replacement)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

defaultAnchor
enum defaultAnchor;
Undocumented in source.

Meta

Authors

Andrey Penechko.