GNOME Bugzilla – Bug 80590
GtkTreeView needs a mode API
Last modified: 2014-08-03 19:06:32 UTC
GtkTreeView needs a GtkTreeViewMode API, for things such as: - choosing selection behaviour - implementing grouping - etc
Reassigning bugs to new component owner. Sorry for the flood.
*** Bug 83205 has been marked as a duplicate of this bug. ***
Other possible changes: - double click activates vs. expands - single-click starts editing vs. focus
We currently have GtkSelectionMode/gtk_tree_selection_set_mode() which should cover the selection behavior. I wonder whether we could have a mode GTK_SELECTION_BROWSE & GTK_SELECTION_MULTIPLE i.e. where at least one item should be selected but more than one can be selected.
The '&' should refer to an intersection. I'm not sure whether this can be achieved by adding a new GtkSelectionMode or by allowing to set the mode to a more complex bitmask.
closing out old bugs