]> Pileus Git - ~andy/gtk/commit
Focus driving in GtkCellArea now works.
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Wed, 10 Nov 2010 13:25:13 +0000 (22:25 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Wed, 10 Nov 2010 13:25:13 +0000 (22:25 +0900)
commit524110f9025b149241747979003a3f243e907891
tree5bc0d8048a88a3851f0d86cd8c152a84145e5880
parent4643d90c5faaeacbd099359082b366e86e8d6de2
Focus driving in GtkCellArea now works.

 - Fixed focus driving in GtkCellArea with refined apis
 - Added gtk_cell_area_activate() to be called when the area has focus
   (to activate or start editing the focused cell)
 - Added support for this in cellareascaffold
 - testcellarea now watches the "toggled" signal for a toggle renderer
   and updates the model state accordingly, this currently works with
   keyboard navigation, however focus is still not painted on cells.
gtk/gtkcellarea.c
gtk/gtkcellareabox.c
tests/cellareascaffold.c
tests/cellareascaffold.h
tests/testcellarea.c