Skip to main content

Meta_Separator

Module: Metanodes / Definitions

A Separator delineates GUI objects.

#include <meta_gui.hpp>

Public Types

TypeName
enumIDX { Idx_Enabled, Idx_Type, Idx_Style }
Property index.
enumSeparatorType { SEPARATORTYPE_HORIZONTAL, SEPARATORTYPE_VERTICAL }
Values for Idx_Type.

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_Enabledbool - When enabled, separator is visible
Idx_TypeSeparatorType (int) - Indicates vertical or horizontal
Idx_Stylelink - Style to apply to the separator (Meta_ColouredSeparatorStyle)

Property index.

enum SeparatorType

EnumeratorValueDescription
SEPARATORTYPE_HORIZONTALHorizontal separator (Symbols - C: "Horizontal", Lua: __Separator_Horizontal)
SEPARATORTYPE_VERTICALVertical separator (Symbols - C: "Vertical", Lua: __Separator_Vertical)

Values for Idx_Type.