* gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
[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 (TuiWinInfoPtr, int);
17 extern void tuiScrollBackward (TuiWinInfoPtr, int);
18 extern void tuiScrollLeft (TuiWinInfoPtr, int);
19 extern void tuiScrollRight (TuiWinInfoPtr, int);
20 extern void tui_vScroll (va_list);
21 extern void tuiSetWinFocusTo (TuiWinInfoPtr);
22 extern void tuiClearWinFocusFrom (TuiWinInfoPtr);
23 extern void tuiClearWinFocus (void);
24 extern void tuiResizeAll (void);
25 extern void tuiRefreshAll (void);
26 extern void tuiSigwinchHandler (int);
27
28 #endif
29 /*_TUI_WIN_H*/
This page took 0.029605 seconds and 4 git commands to generate.