Torque3D Documentation / _generateds / GuiGameListMenuCtrl::Row

GuiGameListMenuCtrl::Row

Engine/source/gui/controls/guiGameListMenuCtrl.h

Internal data representation of a single row in the control.

More...

Public Attributes

bool

If this row is enabled or not (grayed out)

Extra amount to pad above this row.

Index of the icon to display on the row (-1 = no icon)

Text to display in the row as a label.

Script callback when row is activated.

bool

Toggle the use of the highlight icon.

Public Functions

~Row()

Detailed Description

Internal data representation of a single row in the control.

Public Attributes

bool mEnabled 

If this row is enabled or not (grayed out)

S32 mHeightPad 

Extra amount to pad above this row.

S32 mIconIndex 

Index of the icon to display on the row (-1 = no icon)

StringTableEntry mLabel 

Text to display in the row as a label.

StringTableEntry mScriptCallback 

Script callback when row is activated.

bool mUseHighlightIcon 

Toggle the use of the highlight icon.

Public Functions

~Row()