28 lines
593 B
Text
28 lines
593 B
Text
.section Widgets
|
|
.topic widget.separator
|
|
.title Separator
|
|
.toc 0 Separator
|
|
.index Separator
|
|
.index wgtHSeparator
|
|
.index wgtVSeparator
|
|
|
|
.h2 Separator
|
|
|
|
A visual dividing line used to separate groups of widgets. Available in horizontal and vertical orientations.
|
|
|
|
Header: widgets/widgetSeparator.h
|
|
|
|
.h3 Creation
|
|
|
|
.table
|
|
Macro Description
|
|
----- -----------
|
|
wgtHSeparator(parent) Create a horizontal separator line.
|
|
wgtVSeparator(parent) Create a vertical separator line.
|
|
.endtable
|
|
|
|
.h3 Events
|
|
|
|
Separator is a visual-only widget. No events.
|
|
|
|
.hr
|