Focusing a tree view
- From: Federico Mena Quintero <federico ximian com>
- To: GTK+ development mailing list <gtk-devel-list gnome org>
- Cc: gnome-accessibility-list gnome org
- Subject: Focusing a tree view
- Date: Wed, 14 Jul 2004 20:12:40 -0500
Hi,
The way things are right now, hitting Tab to focus a tree view makes the
focus go to the first button in the column headers. I think this is
sub-optimal. How often do you really want to frob the column headers?
We allow focusing selectable GtkLabels by pressing Ctrl-Tab (or Ctrl-
Shift-Tab when going backwards). I think the tree view would be better
if tabbing into it gave the focus to the cursor row, and ctrl-tabbing
into it gave the focus to the column headers.
[Oddly enough, doing gtk_widget_grab_focus (tree_view) gives the focus
to the cursor row, not the headers.]
Do people agree with such a change --- tab into the cursor row, ctrl-tab
into the column headers?
Federico
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]