Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 2168:95fee4a1420e
[xemacs-hg @ 2004-07-07 12:00:58 by malcolmp]
Working GK tab_control widget. Other GTK widgets drawn with the correct
location and size.
author | malcolmp |
---|---|
date | Wed, 07 Jul 2004 12:01:07 +0000 |
parents | 54e1ecdc5778 |
children | 23d90a805259 |
comparison
equal
deleted
inserted
replaced
2167:54e1ecdc5778 | 2168:95fee4a1420e |
---|---|
1 2004-07-07 Malcolm Purvis <malcolmp@xemacs.org> | |
2 | |
3 * console-gtk-impl.h: | |
4 * console-gtk-impl.h (struct gtk_frame): | |
5 * console-gtk-impl.h (FRAME_GTK_WIDGET_INSTANCE_HASH_TABLE): | |
6 Add hash tables track tab_control callback data. | |
7 Added #defines for GTK object data names. | |
8 * console-gtk.h: Declaration of gtk_widget_to_frame(). | |
9 * frame-gtk.c (gtk_widget_to_frame): New. | |
10 * frame-gtk.c (gtk_create_widgets): | |
11 * frame-gtk.c (allocate_gtk_frame_struct): | |
12 * frame-gtk.c (gtk_mark_frame): | |
13 Manage frame callbakc hash tables. | |
14 * glyphs-gtk.c (gtk_map_subwindow): Fix size and moving bugs. | |
15 * glyphs-gtk.c (gtk_redisplay_widget): Use correct size for widgets. | |
16 * glyphs-gtk.c (gtk_widget_instantiate_1): Force reconsideration | |
17 of widget size. | |
18 * glyphs-gtk.c (gtk_widget_query_geometry): New | |
19 * glyphs-gtk.c (gtk_register_gui_item): New | |
20 * glyphs-gtk.c (gtk_add_tab_item): New | |
21 * glyphs-gtk.c (gtk_tab_control_callback): New | |
22 * glyphs-gtk.c (gtk_tab_control_instantiate): New | |
23 * glyphs-gtk.c (gtk_tab_control_redisplay): Set notebook page. | |
24 Use correct list when loading item. | |
25 * glyphs-gtk.c (image_instantiator_format_create_glyphs_gtk): | |
26 Register new methods. | |
27 * gtk-xemacs.c (gtk_xemacs_size_allocate): Use XEmacs size, not | |
28 default size, for widgets. | |
29 * gui-gtk.c: Improved comment. | |
30 * gui-x.c: Improved comment. | |
31 * menubar-gtk.c (__generic_button_callback): Use | |
32 gtk_widget_to_frame instead of __get_channel. | |
33 * scrollbar-gtk.c: | |
34 * ui-gtk.c: Use symbolic names for GTK object data. | |
35 | |
1 2004-07-06 Lutz Euler <lutz.euler@freenet.de> | 36 2004-07-06 Lutz Euler <lutz.euler@freenet.de> |
2 | 37 |
3 * syntax.c (setup_syntax_cache): Fix behavior for buffers | 38 * syntax.c (setup_syntax_cache): Fix behavior for buffers |
4 containing multibyte chars. | 39 containing multibyte chars. |
5 | 40 |