comparison lwlib/lwlib-Xm.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_Xm_h_ 1 #ifndef LWLIB_XM_H
2 #define INCLUDED_lwlib_Xm_h_ 2 #define LWLIB_XM_H
3 3
4 #include "lwlib-internal.h" 4 #include "lwlib-internal.h"
5 5
6 extern widget_creation_entry xm_creation_table []; 6 extern widget_creation_entry xm_creation_table [];
7 7
8 Widget 8 Widget
9 xm_create_dialog (widget_instance* instance); 9 xm_create_dialog (widget_instance* instance);
10
11 Widget
12 xm_create_label (Widget parent, widget_value* val);
13 10
14 Boolean 11 Boolean
15 lw_motif_widget_p (Widget widget); 12 lw_motif_widget_p (Widget widget);
16 13
17 void 14 void
34 void 31 void
35 xm_pop_instance (widget_instance* instance, Boolean up); 32 xm_pop_instance (widget_instance* instance, Boolean up);
36 33
37 extern Widget first_child (Widget); /* garbage */ 34 extern Widget first_child (Widget); /* garbage */
38 35
39 #endif /* INCLUDED_lwlib_Xm_h_ */ 36 #endif /* LWLIB_XM_H */