* gdb.texinfo (Command Files): Mention -x, use @enumerate for
[deliverable/binutils-gdb.git] / gdb / tui / tuiWin.h
1 #ifndef _TUI_WIN_H
2 #define _TUI_WIN_H
3 /*
4 ** This header file supports
5 */
6
7 /*****************************************
8 ** TYPE DEFINITIONS **
9 ******************************************/
10
11
12
13 /*****************************************
14 ** PUBLIC FUNCTION EXTERNAL DECLS **
15 ******************************************/
16 extern void tuiScrollForward PARAMS ((TuiWinInfoPtr, int));
17 extern void tuiScrollBackward PARAMS ((TuiWinInfoPtr, int));
18 extern void tuiScrollLeft PARAMS ((TuiWinInfoPtr, int));
19 extern void tuiScrollRight PARAMS ((TuiWinInfoPtr, int));
20 extern void tui_vScroll PARAMS ((va_list));
21 extern void tuiSetWinFocusTo PARAMS ((TuiWinInfoPtr));
22 extern void tuiClearWinFocusFrom PARAMS ((TuiWinInfoPtr));
23 extern void tuiClearWinFocus PARAMS ((void));
24 extern void tuiResizeAll PARAMS ((void));
25 extern void tuiRefreshAll PARAMS ((void));
26 extern void tuiSigwinchHandler PARAMS ((int));
27
28 #endif
29 /*_TUI_WIN_H*/
This page took 0.031081 seconds and 4 git commands to generate.