|
Odamex
Setting the Standard in Multiplayer Doom
|
Functions | |
| txt_checkbox_t * | TXT_NewCheckBox (char *label, int *variable) |
| Create a new checkbox. | |
| txt_checkbox_t * | TXT_NewInvertedCheckBox (char *label, int *variable) |
| Create a new inverted checkbox. | |
Variables | |
| txt_widget_class_t | txt_checkbox_class |
| txt_checkbox_t* TXT_NewCheckBox | ( | char * | label, |
| int * | variable | ||
| ) |
Create a new checkbox.
| label | The label for the new checkbox. |
| variable | Pointer to the variable containing this checkbox's value. |
| txt_checkbox_t* TXT_NewInvertedCheckBox | ( | char * | label, |
| int * | variable | ||
| ) |
Create a new inverted checkbox.
An inverted checkbox displays the opposite of a normal checkbox; where it would be checked, it appears unchecked, and vice-versa.
| label | The label for the new checkbox. |
| variable | Pointer to the variable containing this checkbox's value. |
{
TXT_CheckBoxSizeCalc,
TXT_CheckBoxDrawer,
TXT_CheckBoxKeyPress,
TXT_CheckBoxDestructor,
TXT_CheckBoxMousePress,
NULL,
}