1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00
emacs/lwlib/lwlib-Xaw.h

30 lines
349 B
C
Raw 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 [];
Widget
1994-03-14 17:02:21 +00:00
xaw_create_dialog ();
1994-03-11 09:56:39 +00:00
Boolean
1994-03-14 17:02:21 +00:00
lw_xaw_widget_p ();
1994-03-11 09:56:39 +00:00
void
1994-03-14 17:02:21 +00:00
xaw_update_one_widget ();
1994-03-11 09:56:39 +00:00
void
1994-03-14 17:02:21 +00:00
xaw_update_one_value ();
1994-03-11 09:56:39 +00:00
void
1994-03-14 17:02:21 +00:00
xaw_destroy_instance ();
1994-03-11 09:56:39 +00:00
void
1994-03-14 17:02:21 +00:00
xaw_popup_menu ();
1994-03-11 09:56:39 +00:00
void
1994-03-14 17:02:21 +00:00
xaw_pop_instance ();
1994-03-11 09:56:39 +00:00
#endif /* LWLIB_XAW_H */