]> Pileus Git - ~andy/gtk/commit
Added event handling to GtkCellAreaBox
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Thu, 11 Nov 2010 09:13:54 +0000 (18:13 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Thu, 11 Nov 2010 09:13:54 +0000 (18:13 +0900)
commit33db66e728357752c8d0ee90b324a5bfab469c72
tree8355dc59dbede9cb52a97cf6fd1fc6849308e1ca
parentf330b40521cf1f5b2b33b33bf7c5df0f59355838
Added event handling to GtkCellAreaBox

Now GtkCellAreaBox handles the click event to activate renderers
and checks if the area is in a sibling of a focus renderer, possibly
activating the proper focus sibling renderer.

Also GtkCellArea gains a "focus-changed" signal to allow it to
change the currently focused row according to the button events.
gtk/gtkcellarea.c
gtk/gtkcellarea.h
gtk/gtkcellareabox.c
tests/cellareascaffold.c