Torque 3D - Script Manual: General Controls

TorqueScript

Main   Class List   Namespace List   Online

General Controls
[GUI]

A collection of general controls (bitmap, text, popup, etc). More...

Classes

class  GuiBitmapCtrl
 A gui control that is used to display an image. More...
class  GuiBubbleTextCtrl
 A single-line text control that displays its text in a multi-line popup when clicked. More...
class  GuiDirectoryFileListCtrl
 A control that displays a list of files from within a single directory in the game file system. More...
class  GuiMLTextEditCtrl
 A text entry control that accepts the Gui Markup Language ('ML') tags and multiple lines. More...
class  GuiPopUpMenuCtrl
 A control that allows to select a value from a drop-down list. More...
class  GuiPopUpMenuCtrlEx
 A control that allows to select a value from a drop-down list. More...
class  GuiSeparatorCtrl
 A control that renders a horizontal or vertical separator with an optional text label (horizontal only). More...
class  GuiTextEditCtrl
 A component that places a text entry box on the screen. More...
class  GuiTextListCtrl
 GUI control that displays a list of text. Text items in the list can be individually selected. More...

Enumerations

enum  GuiSeparatorType {
  Vertical,
  Horizontal
}
 

GuiSeparatorCtrl orientations.

More...

Detailed Description

A collection of general controls (bitmap, text, popup, etc).


Enumeration Type Documentation

GuiSeparatorCtrl orientations.

Enumerator:
Vertical 
Horizontal 


Copyright © GarageGames, LLC. All Rights Reserved.