]> Pileus Git - ~andy/gtk/commit
Make the arrow and separator regular children of an hbox inside the
authorMatthias Clasen <mclasen@redhat.com>
Wed, 14 Apr 2004 20:26:26 +0000 (20:26 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 14 Apr 2004 20:26:26 +0000 (20:26 +0000)
commitb18a684f280d75b738d68eb4df62606f8afe6d23
treef9556e6835175b4f34b7d1888d0dcf91ccf6cf95
parent5dc40ee3b447902c7d2078b08775314d1eb869a1
Make the arrow and separator regular children of an hbox inside the

2004-04-14  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkcombobox.c: Make the arrow and separator regular
children of an hbox inside the button, and propagate state
changes from the button to the cell view.  (part of the fix
for #138650, should also fix #137535)

* gtk/gtkcellview.c (gtk_cell_view_expose): Pass the PRELIT
state to gtk_cell_renderer_render() when prelighted. (part
of the fix for #138650)

* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render):
Use PRELIGHT state when appropriate.  (part of the fix for
#138650)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkcellrenderertext.c
gtk/gtkcellview.c
gtk/gtkcombobox.c