]> Pileus Git - ~andy/gtk/commit
Removed attribute handling from class vfuncs of GtkCellArea.
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 24 Oct 2010 10:20:10 +0000 (19:20 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 24 Oct 2010 10:20:10 +0000 (19:20 +0900)
commit0722fbe7c872f348d9d29383d7a97eae93e52b0d
tree9e4b883620216655943540d165e65bb89ba10f0c
parent0e3179b669e9f334fa877b9cf5b2c41acaa79a74
Removed attribute handling from class vfuncs of GtkCellArea.

Now GtkCellArea handles attribute connections in the base class,
subclasses only need to add/remove the renderers, render them,
do geometry and handle events.
gtk/gtkcellarea.c
gtk/gtkcellarea.h
gtk/gtkcellareabox.c