Skip to content

aui::views#

Graphical User Interface library.

Detailed Description#

AUI's flagman module which provides modern declarative ways to create graphical user interfaces.

  • ATreeView


    Displays a tree model of strings.

  • ARulerView


    A Photoshop-like ruler for measuring display units.

  • ANumberPicker


    A text field for numbers with increase/decrease buttons.

  • ASplitter


    A resizeable horizontal or vertical layout.

  • ALabel


    Represents a simple single-line text display view.

  • ARulerArea


    Photoshop-like ruler area for measuring display units.

  • ATextField


    Editable field with text to receive a text input from the user.

  • AText


    HTML-capable text container.

  • ACheckBox


    Checkboxes let users select one or more items from a list, or turn an item on or off.

  • AProgressBar


    Progress bars show the progress of an operation.

  • AButton


    Button with text, which can be pushed to make some action.

  • AListView


    Displays a list model of strings.

  • ADragArea


    Wrapping container to drag views inside of it.

  • ASpinner


    Circular infinite progress indicator.

  • ARadioButton


    Radio buttons let people select one option from a set of options.