Torque 3D - Script Manual: GuiTabPageCtrl Class Reference

TorqueScript

Main   Class List   Namespace List   Online

GuiTabPageCtrl Class Reference
[Container Controls]

A single page in a GuiTabBookCtrl. More...

Inheritance diagram for GuiTabPageCtrl:

List of all members.

Public Member Functions

void select ()
 Select this page in its tab book.

Public Attributes

bool fitBook
 Determines whether to resize this page when it is added to the tab book. If true, the page will be resized according to the tab book extents and tabPosition property.

Detailed Description

A single page in a GuiTabBookCtrl.

Example:
new GuiTabPageCtrl()
{
   fitBook = "1";
   //Properties not specific to this control have been omitted from this example.
};

Member Function Documentation

void GuiTabPageCtrl::select (  ) 

Select this page in its tab book.


Member Data Documentation

Determines whether to resize this page when it is added to the tab book. If true, the page will be resized according to the tab book extents and tabPosition property.



Copyright © GarageGames, LLC. All Rights Reserved.