]> Pileus Git - ~andy/gtk/commit
Implemented focus handling in GtkCellAreaBox
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Sat, 6 Nov 2010 07:14:38 +0000 (16:14 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Mon, 8 Nov 2010 02:31:03 +0000 (11:31 +0900)
commit0336838366389dd22d185324f827538638b1b37f
treea5cbb77f33c7accdacdb0629bc818a6d354d1efe
parent09e3d9d3aaafa1b756120afcd5d2a80f4ae13439
Implemented focus handling in GtkCellAreaBox

Now when the GtkCellAreaBox receives key events it cycles
the currently focused cell to the next focusable cell in the box
while observing the navigation direction, it then emits "focus-leave"
when hitting the boundries of the area.
gtk/gtkcellarea.c
gtk/gtkcellarea.h
gtk/gtkcellareabox.c