Torque 3D - Script Manual: Button Controls

TorqueScript

Main   Class List   Namespace List   Online

Button Controls
[GUI]

A collection of various buttons (push buttons, radio buttons, check boxes, etc). More...

Classes

class  GuiBitmapButtonCtrl
 A button that renders its various states (mouse over, pushed, etc.) from separate bitmaps. More...
class  GuiBitmapButtonTextCtrl
 An extension of GuiBitmapButtonCtrl that additionally renders a text label on the bitmapped button. More...
class  GuiBorderButtonCtrl
 A push button that renders only a border. More...
class  GuiButtonBaseCtrl
 The base class for the various button controls. More...
class  GuiButtonCtrl
 The most widely used button class. More...
class  GuiCheckBoxCtrl
 A named checkbox that can be toggled on and off. More...
class  GuiRadioCtrl
 A button based around the radio concept. More...
class  GuiSwatchButtonCtrl
 A button that is used to represent color; often used in correlation with a color picker. More...
class  GuiToggleButtonCtrl
 Deprecated gui control. More...

Enumerations

enum  GuiButtonType {
  PushButton,
  ToggleButton,
  RadioButton
}
 

Type of button control.

More...

Detailed Description

A collection of various buttons (push buttons, radio buttons, check boxes, etc).


Enumeration Type Documentation

Type of button control.

Enumerator:
PushButton 

A button that triggers an action when clicked.

ToggleButton 

A button that is toggled between on and off state.

RadioButton 

A button placed in groups for presenting choices.



Copyright © GarageGames, LLC. All Rights Reserved.