1999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / tui / tuiLayout.h
1 #ifndef TUI_LAYOUT_H
2 #define TUI_LAYOUT_H
3
4 extern void showLayout PARAMS ((TuiLayoutType));
5 extern void tuiAddWinToLayout PARAMS ((TuiWinType));
6 extern void tui_vAddWinToLayout PARAMS ((va_list));
7 extern int tuiDefaultWinHeight
8 PARAMS ((TuiWinType, TuiLayoutType));
9 extern int tuiDefaultWinViewportHeight
10 PARAMS ((TuiWinType, TuiLayoutType));
11 extern TuiStatus tuiSetLayout
12 PARAMS ((TuiLayoutType, TuiRegisterDisplayType));
13 extern TuiStatus tui_vSetLayoutTo PARAMS ((va_list));
14
15 #endif /*TUI_LAYOUT_H*/
This page took 0.028797 seconds and 4 git commands to generate.