Meta_Separator
A Separator delineates GUI objects.
Public Types
Property index.
Idx_Enabled | bool - When enabled, separator is visible |
Idx_Type | SeparatorType (int) - Indicates vertical or horizontal |
Idx_Style | link - Style to apply to the separator (Meta_ColouredSeparatorStyle) |
Values for Idx_Type.
SEPARATORTYPE_HORIZONTAL | Horizontal separator (Symbols - C: "Horizontal" , Lua: __Separator_Horizontal ) |
SEPARATORTYPE_VERTICAL | Vertical separator (Symbols - C: "Vertical" , Lua: __Separator_Vertical ) |