Mercurial > emacs
annotate lwlib/lwlib-Xm.h @ 54736:b94de166de9d
(ethio-sera-being-called-by-w3): New
variable.
(ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
instead of sera-being-called-by-w3.
(ethio-fidel-to-sera-buffer): Likewise.
(ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
instead of sera-being-called-by-w3.
(ethio-write-file): Likewise.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Mon, 05 Apr 2004 23:27:37 +0000 |
| parents | 695cf19ef79e |
| children | 5b0e15f7d88d 375f2633d815 |
| 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 */ |
| 52401 | 41 |
| 42 /* arch-tag: 61561304-c146-437b-8ed3-dc33818703c6 | |
| 43 (do not change this comment) */ |
