annotate lwlib/lwlib-Xm.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_Xm_h_
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 0
diff changeset
2 #define INCLUDED_lwlib_Xm_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 xm_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 xm_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 xm_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_motif_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 xm_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 xm_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 xm_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 xm_set_keyboard_focus (Widget parent, Widget w);
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 xm_popup_menu (Widget widget, XEvent *event);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34 void
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35 xm_pop_instance (widget_instance* instance, Boolean up);
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
37 extern Widget first_child (Widget); /* garbage */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
38
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 0
diff changeset
39 #endif /* INCLUDED_lwlib_Xm_h_ */