Widgets file reference


Types

    Name Description Type
    AnchorDetermines how to treat the "Position" parameter when determining the position of the widget. For example, the "Left | Bottom" flag means that the widget will be drawn to the right and up because the widget's anchor point is on the bottom left.enum
    ResizePolicyDetermines how the widget should change its size when the parent window resizes.enum
    ImageFlagsDefine how the "Image" object is displayed.enum
    TextFlagsConfigures the behavior of the "Text" widget.enum
    ScrollerFlagsConfigures the behavior of the "VScroller" widget.enum
    ProgressBarFlagsConfigures the behavior of the "ProgressBar" widget.enum
    WidgetTypeDefines the type of widget.enum
    MatricesIt contains all matrices and vectors used to display widgets in a specific place, with specific transformations.struct
    Widget2DPropsA structure containing basic data about the widget.struct
    Widget2DThe widget interface, the lowest level used by complex high-level widgets. It essentially implements only the basic Set and Get methods.class
    BasicWidget2DWidget interface, medium level used by basic widgets. Implements several functions from the Widget2D base class.class
    FrontWidgetImplements the WidgetVariant union in that way to make it easier to use and manage non-trivial variables. Auto-deletes contained widget.class