lwlib-Xlw.h 655 B

12345678910111213141516171819202122232425262728293031
  1. #ifndef LWLIB_XLW_H
  2. #define LWLIB_XLW_H
  3. #include "lwlib-int.h"
  4. extern widget_creation_entry xlw_creation_table [];
  5. extern widget_creation_function xlw_create_dialog;
  6. Boolean
  7. lw_lucid_widget_p (Widget widget);
  8. void
  9. xlw_update_one_widget (widget_instance* instance, Widget widget,
  10. widget_value* val, Boolean deep_p);
  11. void
  12. xlw_update_one_value (widget_instance* instance, Widget widget,
  13. widget_value* val);
  14. void
  15. xlw_destroy_instance (widget_instance* instance);
  16. void
  17. xlw_pop_instance (widget_instance* instance, Boolean up);
  18. void
  19. xlw_popup_menu (Widget widget, XEvent * event);
  20. #endif /* LWLIB_XLW_H */