1994-03-11 09:56:39 +00:00
|
|
|
#ifndef LWLIB_XAW_H
|
|
|
|
#define LWLIB_XAW_H
|
|
|
|
|
|
|
|
#include "lwlib-int.h"
|
|
|
|
|
|
|
|
extern widget_creation_entry xaw_creation_table [];
|
|
|
|
|
|
|
|
Widget
|
2000-06-06 14:12:10 +00:00
|
|
|
xaw_create_dialog __P ((widget_instance*));
|
1994-03-11 09:56:39 +00:00
|
|
|
|
|
|
|
Boolean
|
2000-06-06 14:12:10 +00:00
|
|
|
lw_xaw_widget_p __P ((Widget));
|
1994-03-11 09:56:39 +00:00
|
|
|
|
|
|
|
void
|
2000-06-06 14:12:10 +00:00
|
|
|
xaw_update_one_widget __P ((widget_instance *, Widget, widget_value *, Boolean));
|
1994-03-11 09:56:39 +00:00
|
|
|
|
|
|
|
void
|
2000-06-06 14:12:10 +00:00
|
|
|
xaw_update_one_value __P ((widget_instance *, Widget, widget_value *));
|
1994-03-11 09:56:39 +00:00
|
|
|
|
|
|
|
void
|
2000-06-06 14:12:10 +00:00
|
|
|
xaw_destroy_instance __P ((widget_instance *));
|
1994-03-11 09:56:39 +00:00
|
|
|
|
|
|
|
void
|
2000-06-06 14:12:10 +00:00
|
|
|
xaw_popup_menu __P ((Widget, XEvent *));
|
1994-03-11 09:56:39 +00:00
|
|
|
|
|
|
|
void
|
2000-06-06 14:12:10 +00:00
|
|
|
xaw_pop_instance __P ((widget_instance *, Boolean));
|
1994-03-11 09:56:39 +00:00
|
|
|
|
|
|
|
#endif /* LWLIB_XAW_H */
|