|
Odamex
Setting the Standard in Multiplayer Doom
|
Scrollable pane widget. More...
Go to the source code of this file.
Data Structures | |
| struct | txt_scrollpane_s |
Typedefs | |
| typedef struct txt_scrollpane_s | txt_scrollpane_t |
| Scrollable pane widget. | |
Functions | |
| txt_scrollpane_t * | TXT_NewScrollPane (int w, int h, TXT_UNCAST_ARG(target)) |
| Create a new scroll pane widget. | |
Scrollable pane widget.
| typedef struct txt_scrollpane_s txt_scrollpane_t |
Scrollable pane widget.
A scrollable pane widget is a widget that contains another widget that is larger than it. Scroll bars appear on the side to allow different areas of the contained widget to be seen.
| txt_scrollpane_t* TXT_NewScrollPane | ( | int | w, |
| int | h, | ||
| TXT_UNCAST_ARG(target) | |||
| ) |
Create a new scroll pane widget.
| w | Width of the scroll pane, in characters. |
| h | Height of the scroll pane, in lines. |
| target | The target widget that the scroll pane will contain. |