comparison lwlib/lwlib-Xaw.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 3ecd8885ac67
children 98528da0b7fc
comparison
equal deleted inserted replaced
439:357dd071b03c 440:8de8e3f6228a
1 #ifndef LWLIB_XAW_H 1 #ifndef INCLUDED_lwlib_Xaw_h_
2 #define LWLIB_XAW_H 2 #define INCLUDED_lwlib_Xaw_h_
3 3
4 #include "lwlib-internal.h" 4 #include "lwlib-internal.h"
5 5
6 extern widget_creation_entry xaw_creation_table []; 6 extern widget_creation_entry xaw_creation_table [];
7 7
29 xaw_popup_menu (Widget widget, XEvent *event); 29 xaw_popup_menu (Widget widget, XEvent *event);
30 30
31 void 31 void
32 xaw_pop_instance (widget_instance* instance, Boolean up); 32 xaw_pop_instance (widget_instance* instance, Boolean up);
33 33
34 #endif /* LWLIB_XAW_H */ 34 #endif /* INCLUDED_lwlib_Xaw_h_ */