Mercurial > hg > xemacs-beta
comparison lisp/oobr/tree-x/OOBR-FTR @ 24:4103f0995bd7 r19-15b95
Import from CVS: tag r19-15b95
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:51:03 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
23:0edd3412f124 | 24:4103f0995bd7 |
---|---|
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 |