Odamex
Setting the Standard in Multiplayer Doom
textscreen/txt_separator.h File Reference

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_tTXT_NewSeparator (char *label)
 Create a new horizontal separator widget.

Variables

txt_widget_class_t txt_separator_class

Detailed Description

Horizontal separator widget.


Typedef Documentation

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.


Function Documentation

txt_separator_t* TXT_NewSeparator ( char *  label)

Create a new horizontal separator widget.

Parameters:
labelLabel to display on the separator. If this is set to NULL, no label is displayed.
Returns:
The new separator widget.

Variable Documentation

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends