GtkSelectionMode in GtkTreeView
- From: Federico Mena Quintero <federico ximian com>
- To: gtk-devel-list gnome org
- Subject: GtkSelectionMode in GtkTreeView
- Date: Sun, 02 Nov 2003 21:02:37 -0600
Hi,
As far as I can tell, the different modes from GtkSelectionMode have the
following behavior in GtkTreeView, with respect to the arrow keys:
GTK_SELECTION_SINGLE:
Arrow keys change the selection and the focus row.
GTK_SELECTION_BROWSE:
Arrow keys change the selection and the focus row. Ctrl-arrows just
changes the focus row.
GTK_SELECTION_MULTIPLE:
I haven't really tested this, but I assume it has some sensible
behavior.
Shouldn't BROWSE cause plain arrow keys to just move the focus row? I'm
looking into #125955 and I think the best behavior would be this:
- Focusing the shortcuts list would just cause a focused row to be
stippled around, but not selected.
- Pressing the arrow keys would move the focused row (e.g. the stippled
rectangle), but not change the selection.
- Pressing Space or Enter would actually change the selection.
In turn, this would make Owen's partial fix for #125955 work right, as
it would be clear to the user when a folder from the shortcuts pane is
the current folder in the file chooser.
Federico
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]