]> Pileus Git - ~andy/gtk/commit
GtkCellArea now paints focus on cells
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Thu, 11 Nov 2010 07:13:06 +0000 (16:13 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Thu, 11 Nov 2010 07:13:06 +0000 (16:13 +0900)
commitf330b40521cf1f5b2b33b33bf7c5df0f59355838
tree1c23f802c0879657fea533ac76077c8418d34fce
parent524110f9025b149241747979003a3f243e907891
GtkCellArea now paints focus on cells

Added concept of "Focus Siblings" to GtkCellArea so that some
static text/icon may be included in the focus/click area of
an activatable or editable cell, implemented focus drawing
as well, updated testcellarea to reflect the changes.
gtk/gtkcellarea.c
gtk/gtkcellarea.h
gtk/gtkcellareabox.c
tests/cellareascaffold.c
tests/testcellarea.c