|
Odamex
Setting the Standard in Multiplayer Doom
|
Functions | |
| txt_scrollpane_t * | TXT_NewScrollPane (int w, int h, TXT_UNCAST_ARG(target)) |
| Create a new scroll pane widget. | |
Variables | |
| txt_widget_class_t | txt_scrollpane_class |
| 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. |
{
TXT_ScrollPaneSizeCalc,
TXT_ScrollPaneDrawer,
TXT_ScrollPaneKeyPress,
TXT_ScrollPaneDestructor,
TXT_ScrollPaneMousePress,
TXT_ScrollPaneLayout,
}