]> Pileus Git - ~andy/gtk/commit
Added "edit_only" argument to gtk_cell_area_activate()
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 12 Dec 2010 08:15:46 +0000 (17:15 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 12 Dec 2010 08:15:46 +0000 (17:15 +0900)
commit2f4e45107522bfbf55dd3f87ff36cd50c969f5a6
treed81cbaf88e135028fcae40246838a22f13c249f5
parent46c49ee260b45da13282df6711c56b74a74d0d3d
Added "edit_only" argument to gtk_cell_area_activate()

This argument allows the caller to specify that only an editable
cell should start editing but an activatable cell should not toggle
it's state, this is important for public apis like
gtk_tree_view_set_cursor_on_cell() which are only intended to
programatically bring attention to the editing of a specific
row or cell but not actually change any data.

GtkTreeView & CellAreaScaffold updated for the last minute api change.
gtk/gtkcellarea.c
gtk/gtkcellarea.h
gtk/gtktreeview.c
tests/cellareascaffold.c