* utils.c (query): Remove tui hacks; tui must use the query_hook.
[deliverable/binutils-gdb.git] / gdb / tui / tuiWin.h
CommitLineData
c906108c
SS
1#ifndef _TUI_WIN_H
2#define _TUI_WIN_H
3/*
c5aa993b
JM
4 ** This header file supports
5 */
c906108c
SS
6
7/*****************************************
8** TYPE DEFINITIONS **
9******************************************/
10
11
12
13/*****************************************
14** PUBLIC FUNCTION EXTERNAL DECLS **
15******************************************/
a14ed312
KB
16extern void tuiScrollForward (TuiWinInfoPtr, int);
17extern void tuiScrollBackward (TuiWinInfoPtr, int);
18extern void tuiScrollLeft (TuiWinInfoPtr, int);
19extern void tuiScrollRight (TuiWinInfoPtr, int);
20extern void tui_vScroll (va_list);
21extern void tuiSetWinFocusTo (TuiWinInfoPtr);
22extern void tuiClearWinFocusFrom (TuiWinInfoPtr);
23extern void tuiClearWinFocus (void);
24extern void tuiResizeAll (void);
25extern void tuiRefreshAll (void);
26extern void tuiSigwinchHandler (int);
c906108c 27
c5aa993b
JM
28#endif
29/*_TUI_WIN_H*/
This page took 0.132643 seconds and 4 git commands to generate.