|
Odamex
Setting the Standard in Multiplayer Doom
|
Strut widget. More...
Go to the source code of this file.
Data Structures | |
| struct | txt_strut_s |
Typedefs | |
| typedef struct txt_strut_s | txt_strut_t |
| Strut widget. | |
Functions | |
| txt_strut_t * | TXT_NewStrut (int width, int height) |
| Create a new strut. | |
Strut widget.
| typedef struct txt_strut_s txt_strut_t |
Strut widget.
A strut is a widget that takes up a fixed amount of space. It can be visualised as a transparent box. Struts are used to provide spacing between widgets.
| txt_strut_t* TXT_NewStrut | ( | int | width, |
| int | height | ||
| ) |
Create a new strut.
| width | Width of the strut, in characters. |
| height | Height of the strut, in characters. |