File: textwindow.h

package info (click to toggle)
gramofile 1.6-7
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 840 kB
  • ctags: 538
  • sloc: ansic: 10,238; makefile: 55
file content (21 lines) | stat: -rw-r--r-- 494 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* Text in a 'window' - Header

 * Copyright (C) 1998 J.A. Bezemer
 *
 * Licensed under the terms of the GNU General Public License.
 * ABSOLUTELY NO WARRANTY.
 * See the file `COPYING' in this directory.
 */

#ifndef HAVE_TEXTWINDOW_H
#define HAVE_TEXTWINDOW_H


#define DISPLAYMENU_MAXTEXTLEN   800

extern void display_textwin (char *text, int y, int x, int h, int w);
			/* (y,x): upper left position of 'text block'
			   h = heigth, w = width of block */


#endif /* HAVE_TEXTWINDOW_H */