TabWidth_Mode - TabDialog
Makes each tab just wide enough to display its label, all the same width on each line sufficient to fill the width of this object, or all the width of the widest tab in the object
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer TabWidth_Mode
| Access Type | Syntax |
|---|---|
| Read Access: | Get TabWidth_Mode to IntegerVariable |
| Write Access: | Set TabWidth_Mode to IntegerVariable/Value |
Description
Tabwidth_mode makes each tab just wide enough to display its label (TWRAGGEDRIGHT), all the same width on each line sufficient to fill the width of this object (TWRIGHTJUSTIFY) (if multiline_state is true), or all the width of the widest tab (TWFIXEDWIDTH) in the object.
Default is TWRAGGEDRIGHT.