Mercurial > emacs
annotate lwlib/lwlib-Xm.h @ 89699:cda6f41a592e
(reorder_font_vector): Adjusted for the change of
FONT_DEF format.
(fontset_face): New arg id. Caller changed.
(face_for_char): New args pos and object.
(make_fontset_for_ascii_face): Adjusted for the change of FONT_DEF
format.n
(fs_query_fontset): Check NAME by Fassoc too.
(Fset_fontset_font): Allow non-XLFD font name.
(Ffontset_info): Adjusted for the change of FONT_DEF format.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 13 Jan 2004 01:38:53 +0000 |
parents | 375f2633d815 |
children | 68c22ea6027c |
rev | line source |
---|---|
5626 | 1 #ifndef LWLIB_XM_H |
2 #define LWLIB_XM_H | |
3 | |
5627
7ff2d6076466
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
5626
diff
changeset
|
4 #include "lwlib-int.h" |
5626 | 5 |
6 extern widget_creation_entry xm_creation_table []; | |
7 | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
29466
diff
changeset
|
8 Widget |
29466 | 9 xm_create_dialog __P ((widget_instance* instance)); |
5626 | 10 |
11 Boolean | |
29466 | 12 lw_motif_widget_p __P ((Widget widget)); |
5626 | 13 |
14 void | |
29466 | 15 xm_update_one_widget __P ((widget_instance* instance, Widget widget, |
16 widget_value* val, Boolean deep_p)); | |
5626 | 17 |
18 void | |
29466 | 19 xm_update_one_value __P ((widget_instance* instance, Widget widget, |
20 widget_value* val)); | |
5626 | 21 |
22 void | |
29466 | 23 xm_destroy_instance __P ((widget_instance* instance)); |
5626 | 24 |
25 void | |
29466 | 26 xm_set_keyboard_focus __P ((Widget parent, Widget w)); |
5626 | 27 |
28 void | |
29466 | 29 xm_popup_menu __P ((Widget widget, XEvent *event)); |
5626 | 30 |
31 void | |
29466 | 32 xm_pop_instance __P ((widget_instance* instance, Boolean up)); |
5626 | 33 |
9091 | 34 void |
29466 | 35 xm_set_main_areas __P ((Widget parent, Widget menubar, Widget work_area)); |
9091 | 36 |
9225
9e28a8ef9cad
Declare xm_set_main_areas() and xm_manage_resizing().
Paul Reilly <pmr@pajato.com>
parents:
9091
diff
changeset
|
37 void |
29466 | 38 xm_manage_resizing __P ((Widget w, Boolean flag)); |
9225
9e28a8ef9cad
Declare xm_set_main_areas() and xm_manage_resizing().
Paul Reilly <pmr@pajato.com>
parents:
9091
diff
changeset
|
39 |
5626 | 40 #endif /* LWLIB_XM_H */ |