diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-01-18 23:47:41 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-01-18 23:47:41 +0000 |
commit | 0e3cdce02d796625ee894bfa0ba1bd7b3237c2bc (patch) | |
tree | b24a45c33225bf788e4935fb49a1dc996b57a59c /lwlib/lwlib-Xlw.h | |
parent | 066417b1d9d45d7bcf05751e95ce70d3ad7e3522 (diff) | |
download | emacs-0e3cdce02d796625ee894bfa0ba1bd7b3237c2bc.tar.gz |
Initial revision
Diffstat (limited to 'lwlib/lwlib-Xlw.h')
-rw-r--r-- | lwlib/lwlib-Xlw.h | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/lwlib/lwlib-Xlw.h b/lwlib/lwlib-Xlw.h new file mode 100644 index 00000000000..33d83e88850 --- /dev/null +++ b/lwlib/lwlib-Xlw.h @@ -0,0 +1,29 @@ +#ifndef LWLIB_XLW_H +#define LWLIB_XLW_H + +#include "lwlib-internal.h" + +extern widget_creation_entry xlw_creation_table []; +extern widget_creation_function xlw_create_dialog; + +Boolean +lw_lucid_widget_p (Widget widget); + +void +xlw_update_one_widget (widget_instance* instance, Widget widget, + widget_value* val, Boolean deep_p); + +void +xlw_update_one_value (widget_instance* instance, Widget widget, + widget_value* val); + +void +xlw_destroy_instance (widget_instance* instance); + +void +xlw_pop_instance (widget_instance* instance, Boolean up); + +void +xlw_popup_menu (Widget widget); + +#endif /* LWLIB_XLW_H */ |