Skip to main content

Meta_Label

Module: Metanodes / Definitions

A Label is a GUI object that displays some text.

#include <meta_gui.hpp>

Public Types

TypeName
enumIDX { Idx_Enabled, Idx_Position, Idx_SizingMode, Idx_Size, Idx_Text, Idx_AutoWrap, Idx_Draggable, Idx_Style, Idx_ToolTip, Idx_ToolTipStyle }

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_Enabledbool - When enabled, draws itself and its children
Idx_Positionvec3f - Position of the panel relative to its parent
Idx_SizingModeSizingMode (int) - How the panel sizes itself in respect to its contents
Idx_Sizevec2f - Size of the panel, when SizingMode==Fixed
Idx_Textstring - Text to display
Idx_AutoWrapbool - Specifies whether or not the text should auto wrap
Idx_Draggablebool - Specifies whether the label is draggable
Idx_Stylelink - Style to apply to the label (Meta_LabelStyle)
Idx_ToolTipstring - Text that should appear when hovering
Idx_ToolTipStyle