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.
This commit is contained in:
Tristan Van Berkom
2010-11-10 22:25:13 +09:00
parent 4643d90c5f
commit 524110f902
5 changed files with 312 additions and 72 deletions

View File

@ -675,6 +675,7 @@ gtk_cell_area_real_activate (GtkCellArea *area,
&background_area, flags))
return TRUE;
}
return FALSE;
}