You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
509 B

#ifndef TUI_LAYOUT_H
#define TUI_LAYOUT_H
extern void showLayout PARAMS ((TuiLayoutType));
extern void tuiAddWinToLayout PARAMS ((TuiWinType));
extern void tui_vAddWinToLayout PARAMS ((va_list));
extern int tuiDefaultWinHeight
PARAMS ((TuiWinType, TuiLayoutType));
extern int tuiDefaultWinViewportHeight
PARAMS ((TuiWinType, TuiLayoutType));
extern TuiStatus tuiSetLayout
PARAMS ((TuiLayoutType, TuiRegisterDisplayType));
extern TuiStatus tui_vSetLayoutTo PARAMS ((va_list));
#endif /*TUI_LAYOUT_H */