comparison lwlib/lwlib-Xaw.h @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents 74fd4e045ea6
children 11054d720c21
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
1 #ifndef INCLUDED_lwlib_Xaw_h_ 1 #ifndef LWLIB_XAW_H
2 #define INCLUDED_lwlib_Xaw_h_ 2 #define 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
8 Widget 8 Widget
9 xaw_create_dialog (widget_instance* instance); 9 xaw_create_dialog (widget_instance* instance);
10
11 Widget
12 xaw_create_label (Widget parent, widget_value* val);
13 10
14 Boolean 11 Boolean
15 lw_xaw_widget_p (Widget widget); 12 lw_xaw_widget_p (Widget widget);
16 13
17 void 14 void
29 xaw_popup_menu (Widget widget, XEvent *event); 26 xaw_popup_menu (Widget widget, XEvent *event);
30 27
31 void 28 void
32 xaw_pop_instance (widget_instance* instance, Boolean up); 29 xaw_pop_instance (widget_instance* instance, Boolean up);
33 30
34 #endif /* INCLUDED_lwlib_Xaw_h_ */ 31 #endif /* LWLIB_XAW_H */