GNOME Bugzilla – Bug 68890
Port all selectors to GtkTreeView
Last modified: 2011-02-04 16:09:14 UTC
Should be done before 2.0.0 since it probably at least in principle breaks ABI.
See: http://mail.gnome.org/archives/gtk-devel-list/2002-January/msg00154.html http://mail.gnome.org/archives/gtk-devel-list/2002-January/msg00153.html For patches. Actually, GtkFileSel change theoretically breaks nothing, but practically breaks API since people poke into GtkFileSel with abandon.
*** Bug 69016 has been marked as a duplicate of this bug. ***
See note in 69016 about mentions of CList in docs.
Tue Jan 29 15:24:59 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkfontsel.[ch]: Switch over to GtkTreeView from GtkCList. Remove the entries above the font/face lists since they were a little confusing. (Not sure about this change, so the code is still there the entries are just hidden.) (#68890) * gtk/gtkfilesel.c: Switch over to GtkTreeView from GtkCList. Add mnemonics for fileops. Allow Control/Shift Tab to focus out.