diff options
| author | Fred Pierresteguy | 1994-03-14 17:02:21 +0000 |
|---|---|---|
| committer | Fred Pierresteguy | 1994-03-14 17:02:21 +0000 |
| commit | 15ba97a047472b9b6056f41425ffebad8fdbb430 (patch) | |
| tree | ff355d5507774a8e1d23f4b3c9303ad6566864a4 | |
| parent | a9e3d21271e536be2a80eda64a8c5d8e0c14e0fa (diff) | |
| download | emacs-15ba97a047472b9b6056f41425ffebad8fdbb430.tar.gz emacs-15ba97a047472b9b6056f41425ffebad8fdbb430.zip | |
entered into RCS
| -rw-r--r-- | lwlib/lwlib-Xaw.h | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/lwlib/lwlib-Xaw.h b/lwlib/lwlib-Xaw.h index 95e4afb587f..958cd9c5986 100644 --- a/lwlib/lwlib-Xaw.h +++ b/lwlib/lwlib-Xaw.h | |||
| @@ -6,26 +6,24 @@ | |||
| 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 (); |
| 10 | 10 | ||
| 11 | Boolean | 11 | Boolean |
| 12 | lw_xaw_widget_p (Widget widget); | 12 | lw_xaw_widget_p (); |
| 13 | 13 | ||
| 14 | void | 14 | void |
| 15 | xaw_update_one_widget (widget_instance *instance, Widget widget, | 15 | xaw_update_one_widget (); |
| 16 | widget_value *val, Boolean deep_p); | ||
| 17 | 16 | ||
| 18 | void | 17 | void |
| 19 | xaw_update_one_value (widget_instance* instance, Widget widget, | 18 | xaw_update_one_value (); |
| 20 | widget_value* val); | ||
| 21 | 19 | ||
| 22 | void | 20 | void |
| 23 | xaw_destroy_instance (widget_instance* instance); | 21 | xaw_destroy_instance (); |
| 24 | 22 | ||
| 25 | void | 23 | void |
| 26 | xaw_popup_menu (Widget widget); | 24 | xaw_popup_menu (); |
| 27 | 25 | ||
| 28 | void | 26 | void |
| 29 | xaw_pop_instance (widget_instance* instance, Boolean up); | 27 | xaw_pop_instance (); |
| 30 | 28 | ||
| 31 | #endif /* LWLIB_XAW_H */ | 29 | #endif /* LWLIB_XAW_H */ |