URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [gdb-5.0/] [gdb/] [tui/] [tuiLayout.h] - Rev 1775
Go to most recent revision | Compare with Previous | Blame | View Log
#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 */
Go to most recent revision | Compare with Previous | Blame | View Log