Mercurial > hg > xemacs-beta
comparison lwlib/lwlib-Xaw.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_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 |
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); | |
10 | 13 |
11 Boolean | 14 Boolean |
12 lw_xaw_widget_p (Widget widget); | 15 lw_xaw_widget_p (Widget widget); |
13 | 16 |
14 void | 17 void |
26 xaw_popup_menu (Widget widget, XEvent *event); | 29 xaw_popup_menu (Widget widget, XEvent *event); |
27 | 30 |
28 void | 31 void |
29 xaw_pop_instance (widget_instance* instance, Boolean up); | 32 xaw_pop_instance (widget_instance* instance, Boolean up); |
30 | 33 |
31 #endif /* LWLIB_XAW_H */ | 34 #endif /* INCLUDED_lwlib_Xaw_h_ */ |