Mercurial > hg > xemacs-beta
comparison lwlib/lwlib-Xm.h @ 398:74fd4e045ea6 r21-2-29
Import from CVS: tag r21-2-29
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:13:30 +0200 |
parents | 376386a54a3c |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
397:f4aeb21a5bad | 398:74fd4e045ea6 |
---|---|
1 #ifndef LWLIB_XM_H | 1 #ifndef INCLUDED_lwlib_Xm_h_ |
2 #define LWLIB_XM_H | 2 #define INCLUDED_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); | |
10 | 13 |
11 Boolean | 14 Boolean |
12 lw_motif_widget_p (Widget widget); | 15 lw_motif_widget_p (Widget widget); |
13 | 16 |
14 void | 17 void |
31 void | 34 void |
32 xm_pop_instance (widget_instance* instance, Boolean up); | 35 xm_pop_instance (widget_instance* instance, Boolean up); |
33 | 36 |
34 extern Widget first_child (Widget); /* garbage */ | 37 extern Widget first_child (Widget); /* garbage */ |
35 | 38 |
36 #endif /* LWLIB_XM_H */ | 39 #endif /* INCLUDED_lwlib_Xm_h_ */ |