diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-07-02 18:41:29 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-07-02 18:41:29 +0000 |
commit | b02ebc65e4a0aa3d6b198d5491589f4ac3e60365 (patch) | |
tree | 51d5ad924cd504838abb952704aecb024dbe1b18 /gtk/gtklabel.h | |
parent | d2058c2875606f33da5fdbb8a3a779588a2f7fc7 (diff) | |
download | gtk+-b02ebc65e4a0aa3d6b198d5491589f4ac3e60365.tar.gz |
Call gtk_widget_size_request() on reparented child, if one. Otherwise,
Sun Jul 2 14:37:58 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Call
gtk_widget_size_request() on reparented child, if one. Otherwise,
queue_resize() on the child never results in it getting size-requested
at all.
* gtk/testgtk.c (build_option_menu): Remove silly radio-menu-items
in option menus, so that (with luck) people won't copy it into
their apps in the future.
* gtk/gtkoptionmenu.c: Connect ::size_request on the menu
to gtk_option_menu_calc_size. This isn't perfect, but should fix
a lot of problems with changing the size of the menu's menu
items after adding it to the option menu.
* gtk/gtktexttag.c: Include gtkmain.h for gtk_get_default_language().
* gtk/gtkwidget.[ch]: Add a ::direction_changed that triggers when
the text direction for a widget changes.
* gtk/gtk{entry.c,label.[ch],textview.[ch]} gtk/testgtk.c: Use
::direction_changed to get rid of various hacks.
Diffstat (limited to 'gtk/gtklabel.h')
-rw-r--r-- | gtk/gtklabel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtklabel.h b/gtk/gtklabel.h index 3abc5af67b..e6cf87a441 100644 --- a/gtk/gtklabel.h +++ b/gtk/gtklabel.h @@ -60,7 +60,6 @@ struct _GtkLabel gboolean wrap : 1; /*< private >*/ - gint rtl : 2; /* Base dir, cached to detect changes */ PangoLayout *layout; }; |