annotate lwlib/lwlib-Xaw.h @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents 376386a54a3c
children 697ef44129c6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 0
diff changeset
1 #ifndef INCLUDED_lwlib_Xaw_h_
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 0
diff changeset
2 #define INCLUDED_lwlib_Xaw_h_
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4 #include "lwlib-internal.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 extern widget_creation_entry xaw_creation_table [];
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 Widget
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 xaw_create_dialog (widget_instance* instance);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 0
diff changeset
11 Widget
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 0
diff changeset
12 xaw_create_label (Widget parent, widget_value* val);
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 0
diff changeset
13
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 Boolean
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 lw_xaw_widget_p (Widget widget);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 xaw_update_one_widget (widget_instance *instance, Widget widget,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 widget_value *val, Boolean deep_p);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22 xaw_update_one_value (widget_instance* instance, Widget widget,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 widget_value* val);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26 xaw_destroy_instance (widget_instance* instance);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29 xaw_popup_menu (Widget widget, XEvent *event);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32 xaw_pop_instance (widget_instance* instance, Boolean up);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 0
diff changeset
34 #endif /* INCLUDED_lwlib_Xaw_h_ */