Mercurial > hg > xemacs-beta
comparison lwlib/lwlib.h @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 9d177e8d4150 |
children | abe6d1db359e |
comparison
equal
deleted
inserted
replaced
439:357dd071b03c | 440:8de8e3f6228a |
---|---|
1 #ifndef LWLIB_H | 1 #ifndef INCLUDED_lwlib_h_ |
2 #define LWLIB_H | 2 #define INCLUDED_lwlib_h_ |
3 | 3 |
4 #undef CONST | 4 #undef CONST |
5 | 5 |
6 #include <X11/Intrinsic.h> | 6 #include <X11/Intrinsic.h> |
7 | 7 |
233 void lw_set_keyboard_focus (Widget parent, Widget w); | 233 void lw_set_keyboard_focus (Widget parent, Widget w); |
234 | 234 |
235 /* Silly Energize hack to invert the "sheet" button */ | 235 /* Silly Energize hack to invert the "sheet" button */ |
236 void lw_show_busy (Widget w, Boolean busy); | 236 void lw_show_busy (Widget w, Boolean busy); |
237 | 237 |
238 #endif /* LWLIB_H */ | 238 #endif /* INCLUDED_lwlib_h_ */ |