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

Functions

txt_scrollpane_tTXT_NewScrollPane (int w, int h, TXT_UNCAST_ARG(target))
 Create a new scroll pane widget.

Variables

txt_widget_class_t txt_scrollpane_class

Function Documentation

txt_scrollpane_t* TXT_NewScrollPane ( int  w,
int  h,
TXT_UNCAST_ARG(target)   
)

Create a new scroll pane widget.

Parameters:
wWidth of the scroll pane, in characters.
hHeight of the scroll pane, in lines.
targetThe target widget that the scroll pane will contain.
Returns:
Pointer to the new scroll pane widget.

Variable Documentation

Initial value:
{
    TXT_ScrollPaneSizeCalc,
    TXT_ScrollPaneDrawer,
    TXT_ScrollPaneKeyPress,
    TXT_ScrollPaneDestructor,
    TXT_ScrollPaneMousePress,
    TXT_ScrollPaneLayout,
}
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends