Torque 3D - Script Manual: GuiSeparatorCtrl Class Reference

TorqueScript

Main   Class List   Namespace List   Online

GuiSeparatorCtrl Class Reference
[General Controls]

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

Inheritance diagram for GuiSeparatorCtrl:

List of all members.

Public Attributes

int borderMargin
string caption
 Optional text label to display.
bool invisible
int leftMargin
 Left margin of text label.
GuiSeparatorType type
 Orientation of separator.

Detailed Description

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

Example:
new GuiSeparatorCtrl()
{
   profile = "GuiDefaultProfile";
   position = "505 0";
   extent = "10 17";
   minExtent = "10 17";
   canSave = "1";
   visible = "1";
   horizSizing = "left";
};

Member Data Documentation

Optional text label to display.

Left margin of text label.

Orientation of separator.



Copyright © GarageGames, LLC. All Rights Reserved.