Mercurial > hg > xemacs-beta
comparison pkg-src/tree-x/OOBR-FTR @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
162:4de2936b4e77 | 163:0132846995bd |
---|---|
1 | |
2 /home/infodock/lisp/oobr/tree-x/draw.c | |
3 [function]@- BeginFrame@void BeginFrame() { | |
4 [function]@- EndFrame@void EndFrame() { | |
5 | |
6 /home/infodock/lisp/oobr/tree-x/intf.c | |
7 [function]@- Pause@void Pause() { | |
8 [function]@- UserEventLoop@void UserEventLoop() { | |
9 | |
10 /home/infodock/lisp/oobr/tree-x/tree.c | |
11 [function]@- MakeNode@Tree* MakeNode() { | |
12 | |
13 /home/infodock/lisp/oobr/tree-x/usleep.c | |
14 [function]@- usleep@int usleep( unsigned long int microSeconds ) { | |
15 | |
16 /home/infodock/lisp/oobr/tree-x/intf.c | |
17 #defi@- GLOBALS@#define GLOBALS | |
18 #defi@- gray_width@#define gray_width | |
19 #defi@- gray_height@#define gray_height | |
20 #defi@- check_width@#define check_width | |
21 #defi@- check_height@#define check_height | |
22 #defi@- slider_pixmap_width@#define slider_pixmap_width | |
23 #defi@- slider_pixmap_height@#define slider_pixmap_height | |
24 #defi@- shell_tra@#define shell_translations | |
25 |