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 68890 - Port all selectors to GtkTreeView
Port all selectors to GtkTreeView
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
1.3.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
: 69016 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2002-01-17 01:44 UTC by Havoc Pennington
Modified: 2011-02-04 16:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Havoc Pennington 2002-01-17 01:45:00 UTC
Should be done before 2.0.0 since it probably at least in principle breaks ABI.
Comment 1 Owen Taylor 2002-01-17 16:01:51 UTC
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.
Comment 2 Owen Taylor 2002-01-18 16:52:53 UTC
*** Bug 69016 has been marked as a duplicate of this bug. ***
Comment 3 Owen Taylor 2002-01-18 16:53:30 UTC
See note in 69016 about mentions of CList in docs.
Comment 4 Owen Taylor 2002-01-29 20:55:59 UTC
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.