After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 80590 - GtkTreeView needs a mode API
GtkTreeView needs a mode API
Status: RESOLVED OBSOLETE
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
2.0.x
Other other
: Normal normal
: Medium API
Assigned To: gtktreeview-bugs
gtktreeview-bugs
: 83205 (view as bug list)
Depends on:
Blocks: 79952 80869 82344 88314 94837 109226
 
 
Reported: 2002-05-02 19:31 UTC by Kristian Rietveld
Modified: 2014-08-03 19:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kristian Rietveld 2002-05-02 19:31:26 UTC
GtkTreeView needs a GtkTreeViewMode API, for things such as:
- choosing selection behaviour
- implementing grouping
- etc
Comment 1 Kristian Rietveld 2002-05-02 19:40:14 UTC
Reassigning bugs to new component owner. Sorry for the flood.
Comment 2 Jonathan Blandford 2002-09-16 19:22:49 UTC
*** Bug 83205 has been marked as a duplicate of this bug. ***
Comment 3 Jonathan Blandford 2002-09-16 19:25:54 UTC
Other possible changes:
 - double click activates vs. expands
 - single-click starts editing vs. focus
Comment 4 Christian Neumair 2006-08-05 16:24:33 UTC
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.
Comment 5 Christian Neumair 2006-08-05 16:26:10 UTC
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.
Comment 6 Matthias Clasen 2014-08-03 19:06:32 UTC
closing out old bugs