emacs/lwlib/lwlib-Xaw.h

30 lines
520 B
C
Raw Permalink Normal View History

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 [];
2003-02-04 14:56:31 +00:00
Widget
xaw_create_dialog (widget_instance*);
1994-03-11 09:56:39 +00:00
Boolean
lw_xaw_widget_p (Widget);
1994-03-11 09:56:39 +00:00
void
xaw_update_one_widget (widget_instance *, Widget, widget_value *, Boolean);
1994-03-11 09:56:39 +00:00
void
xaw_update_one_value (widget_instance *, Widget, widget_value *);
1994-03-11 09:56:39 +00:00
void
xaw_destroy_instance (widget_instance *);
1994-03-11 09:56:39 +00:00
void
xaw_popup_menu (Widget, XEvent *);
1994-03-11 09:56:39 +00:00
void
xaw_pop_instance (widget_instance *, Boolean);
1994-03-11 09:56:39 +00:00
#endif /* LWLIB_XAW_H */