GuiControls
Classes:
A gui control that is used to display an image.
A single-line text control that displays its text in a multi-line popup when clicked.
A control that displays a list of files from within a single directory in the game file system.
A text entry control that accepts the Gui Markup Language ('ML') tags and multiple lines.
A control that allows to select a value from a drop-down list.
A control that allows to select a value from a drop-down list.
A control that renders a horizontal or vertical separator with an optional text label (horizontal only)
A component that places a text entry box on the screen.
GUI control that displays a list of text. Text items in the list can be individually selected.
Enumerations
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.