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

Functions

txt_separator_tTXT_NewSeparator (char *label)
 Create a new horizontal separator widget.

Variables

txt_widget_class_t txt_separator_class

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

Initial value:
{
    TXT_SeparatorSizeCalc,
    TXT_SeparatorDrawer,
    NULL,
    TXT_SeparatorDestructor,
    NULL,
    NULL,
}
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends