lwlib-Xaw.h 521 B

12345678910111213141516171819202122232425262728293031
  1. #ifndef LWLIB_XAW_H
  2. #define LWLIB_XAW_H
  3. #include "lwlib-int.h"
  4. extern widget_creation_entry xaw_creation_table [];
  5. Widget
  6. xaw_create_dialog (widget_instance*);
  7. Boolean
  8. lw_xaw_widget_p (Widget);
  9. void
  10. xaw_update_one_widget (widget_instance *, Widget, widget_value *, Boolean);
  11. void
  12. xaw_update_one_value (widget_instance *, Widget, widget_value *);
  13. void
  14. xaw_destroy_instance (widget_instance *);
  15. void
  16. xaw_popup_menu (Widget, XEvent *);
  17. void
  18. xaw_pop_instance (widget_instance *, Boolean);
  19. #endif /* LWLIB_XAW_H */