Mercurial > emacs
annotate lwlib/lwlib-Xm.h @ 30973:2f3dc355bcaf
(lface_equal_p): Compare strings differently.
(Qtty_color_alist, Vtty_defined_color_alist): New variables.
(realize_tty_face): Use them.
(syms_of_xfaces): Initialize new variables.
(map_tty_color): New function, extracted from realize_tty_face.
(map_tty_color) [MSDOS || WINDOWSNT]: If using the frame's default
foreground or background color, store the new color name in the
realized face; previous code trying to do this had no effect.
(realize_tty_face): Use map_tty_color.
(Fclear_face_cache): Set face_change_count and ensure thorough
redisplay.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sun, 20 Aug 2000 13:23:01 +0000 |
parents | 6ed38ee607e9 |
children | 23a1cea22d13 |
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 | |
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 */ |