Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 779 Bytes

GuiSeparatorCtrl.rst

File metadata and controls

46 lines (28 loc) · 779 Bytes

GuiSeparatorCtrl

Inherit:

GuiControl

Description

A control that renders a horizontal or vertical separator with an optional text label (horizontal only).

Example:

newGuiSeparatorCtrl()
{
   profile = "GuiDefaultProfile";
   position = "505 0";
   extent = "10 17";
   minExtent = "10 17";
   canSave = "1";
   visible = "1";
   horizSizing = "left";
};

Fields