Meta_Separator
Module: Metanodes / Definitions
A Separator delineates GUI objects.
#include <meta_gui.hpp>
Public Types
| Type | Name |
|---|---|
| enum | IDX { Idx_Enabled, Idx_Type, Idx_Style } Property index. |
| enum | SeparatorType { SEPARATORTYPE_HORIZONTAL, SEPARATORTYPE_VERTICAL } Values for Idx_Type. |
Public Types Documentation
enum IDX
| Enumerator | Value | Description |
|---|---|---|
| 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) |
Property index.
enum SeparatorType
| Enumerator | Value | Description |
|---|---|---|
| SEPARATORTYPE_HORIZONTAL | Horizontal separator (Symbols - C: "Horizontal", Lua: __Separator_Horizontal) | |
| SEPARATORTYPE_VERTICAL | Vertical separator (Symbols - C: "Vertical", Lua: __Separator_Vertical) |
Values for Idx_Type.