GuiControls

More...

Classes:

class

A gui control that is used to display an image.

class

A single-line text control that displays its text in a multi-line popup when clicked.

class

A control that displays a list of files from within a single directory in the game file system.

class

A text entry control that accepts the Gui Markup Language ('ML') tags and multiple lines.

class

A control that allows to select a value from a drop-down list.

class

A control that allows to select a value from a drop-down list.

class

A control that renders a horizontal or vertical separator with an optional text label (horizontal only)

class

A component that places a text entry box on the screen.

class

GUI control that displays a list of text. Text items in the list can be individually selected.

Enumerations

enum
GuiSeparatorType {
  Vertical 
  Horizontal 
}

GuiSeparatorCtrl orientations.

Detailed Description

Enumerations

GuiSeparatorType

Enumerator

Vertical

Stack children vertically by setting their Y position.

Divide vertically placing one child left and one child right.

Horizontal

Stack children horizontall by setting their X position.

Divide horizontally placing one child on top and one child below.

GuiSeparatorCtrl orientations.