Mercurial > ~dholland > hg > ag > index.cgi
comparison anagram/guisupport/wm1.h @ 0:13d2b8934445
Import AnaGram (near-)release tree into Mercurial.
author | David A. Holland |
---|---|
date | Sat, 22 Dec 2007 17:52:45 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:13d2b8934445 |
---|---|
1 /* | |
2 * AnaGram, A System for Syntax Directed Programming | |
3 * Copyright 1993-2002 Parsifal Software. All Rights Reserved. | |
4 * See the file COPYING for license and usage terms. | |
5 * | |
6 * wm1.h - window management module | |
7 */ | |
8 | |
9 #ifndef WM1_H | |
10 #define WM1_H | |
11 | |
12 #include "dc.h" | |
13 | |
14 void set_text_line(int line, int col, int right); | |
15 void set_rule_line(unsigned); | |
16 void pop_up_window(dc_ref); | |
17 void pop_up_window(dc_ref, int); | |
18 | |
19 #endif /* WM1_H */ |