|
A collection of various containers (container, window, scroll, etc). More...
Classes | |
class | GuiAutoScrollCtrl |
A container that scrolls its child control up over time. More... | |
class | GuiContainer |
Brief Desc. More... | |
class | GuiControlArrayControl |
Brief Desc. More... | |
class | GuiDynamicCtrlArrayControl |
A container that arranges children into a grid. More... | |
class | GuiFrameSetCtrl |
A gui control allowing a window to be subdivided into panes, each of which displays a gui control child of the GuiFrameSetCtrl. More... | |
class | GuiPaneControl |
A collapsable pane control. More... | |
class | GuiPanel |
The GuiPanel panel is a container that when opaque will draw a left to right gradient using its profile fill and fill highlight colors. More... | |
class | GuiRolloutCtrl |
A container that shows a single child with an optional header bar that can be used to collapse and expand the rollout. More... | |
class | GuiScrollCtrl |
A container that allows to view one or more possibly larger controls inside its area by providing horizontal and/or vertical scroll bars. More... | |
class | GuiSpeedometerHud |
Displays the speed of the current Vehicle based control object. More... | |
class | GuiSplitContainer |
A container that splits its area between two child controls. More... | |
class | GuiStackControl |
A container that stacks its children horizontally or vertically. More... | |
class | GuiTabBookCtrl |
A container. More... | |
class | GuiTabPageCtrl |
A single page in a GuiTabBookCtrl. More... | |
class | GuiTreeViewCtrl |
Hierarchical list of text items with optional icons. More... | |
class | GuiWindowCtrl |
A window with a title bar and an optional set of buttons. More... | |
Enumerations | |
enum | GuiAutoScrollDirection { Up, Down, Left, Right } |
Direction in which to scroll the child control. More... | |
enum | GuiDockingType { None, Client, Top, Bottom, Left, Right } |
enum | GuiFrameState { alwaysOn, alwaysOff, dynamic } |
enum | GuiHorizontalStackingType { Right, Left } |
Determines how child controls are stacked horizontally. More... | |
enum | GuiScrollBarBehavior { alwaysOn, alwaysOff, dynamic } |
Display behavior of a scroll bar. Determines when a scrollbar will be visible. More... | |
enum | GuiSplitFixedPanel { None, FirstPanel, SecondPanel } |
Which side of the splitter to keep at a fixed size (if any). More... | |
enum | GuiSplitOrientation { Vertical, Horizontal } |
Axis along which to divide the container's space. More... | |
enum | GuiStackingType { Vertical, Horizontal, Dynamic } |
Stacking method used to position child controls. More... | |
enum | GuiTabPosition { Top, Bottom } |
Where the control should put the tab headers for selecting individual pages. More... | |
enum | GuiVerticalStackingType { Bottom, Top } |
Determines how child controls are stacked vertically. More... |
A collection of various containers (container, window, scroll, etc).
enum GuiDockingType |
enum GuiFrameState |
enum GuiScrollBarBehavior |
enum GuiSplitFixedPanel |
enum GuiSplitOrientation |
enum GuiStackingType |
Stacking method used to position child controls.
enum GuiTabPosition |