]> Pileus Git - ~andy/gtk/commit
Bandaid fix for icon view subclassing
authorMatthias Clasen <mclasen@redhat.com>
Mon, 31 Jan 2011 22:34:37 +0000 (17:34 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 31 Jan 2011 22:39:42 +0000 (17:39 -0500)
commit726b0d8736a9d5ac8d7f2395f234662b204290fc
treea189b93f5ce6aaec7a300efb170d6c1231a5639b
parent1f3a5a8d92927ce9ce22bc8dcd8fe990e6f8431f
Bandaid fix for icon view subclassing

I've decided that it is isn't feasible to make cell areas runtime-settable
in the time we have left before 3.0, therefore, I'm going with the
approach to allow init() functions to instantiate the default cell area
and issue a warning if a construct property is ignored.

This is not ideal, but it keeps existing icon view and combo box
subclasses working.

https://bugzilla.gnome.org/show_bug.cgi?id=639139
gtk/gtkcelllayout.c
gtk/gtkcellview.c
gtk/gtkcellview.h
gtk/gtkcombobox.c
gtk/gtkentrycompletion.c
gtk/gtkiconview.c
gtk/gtktreeviewcolumn.c
gtk/tests/Makefile.am
gtk/tests/cellarea.c [new file with mode: 0644]