|
Odamex
Setting the Standard in Multiplayer Doom
|
Horizontal separator widget. More...
Go to the source code of this file.
Data Structures | |
| struct | txt_separator_s |
Typedefs | |
| typedef struct txt_separator_s | txt_separator_t |
| Horizontal separator. | |
Functions | |
| txt_separator_t * | TXT_NewSeparator (char *label) |
| Create a new horizontal separator widget. | |
Variables | |
| txt_widget_class_t | txt_separator_class |
Horizontal separator widget.
| typedef struct txt_separator_s txt_separator_t |
Horizontal separator.
A horizontal separator appears as a horizontal line divider across the length of the window in which it is added. An optional label allows the separator to be used as a section divider for grouping related controls.
| txt_separator_t* TXT_NewSeparator | ( | char * | label | ) |
Create a new horizontal separator widget.
| label | Label to display on the separator. If this is set to NULL, no label is displayed. |