On Fri, May 13, 2011 at 9:53 AM, Andrew E. Makeev <[email protected]> wrote: > That is exactly what I am looking for. But it is implemented for > GtkCellArea only, but for GtkTreeView. > > The questing is do developers plan to implement same focus handling for > GtkTreeView as well?
Note that GtkTreeViewColumn actually uses GtkCellArea internally starting with GTK+ 3.0. GtkTreeViewColumn also implements the get_area method of the GtkCellLayout interface, which you can use to get access to the underlying GtkCellArea. regards, -kris. _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
