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 385902 - GtkPathBar
GtkPathBar
Status: RESOLVED DUPLICATE of bug 320247
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
unspecified
Other All
: Normal enhancement
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2006-12-14 16:21 UTC by Isaac Jurado
Modified: 2009-01-20 08:23 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Isaac Jurado 2006-12-14 16:21:47 UTC
The GtkPathBar widget does not seem to be exported; at least according to documentation and CVS HEAD (there's no gtk_path_bar_new in gtkpathbar.h).  This widget is used mainly by the file chooser classes, but it could be a nice widget to have available in the API.

Some popular file managers like Nautilus (see nautilus-pathbar.c) or Thunar (see thunar-location-buttons.c) reimplement this widget.  Having it exported from GTK would unify efforts and other file managers such as ROX would benefit from this.
Comment 1 Isaac Jurado 2006-12-14 16:24:56 UTC
I forgot to mention that, besides, the GtkPathBar code is present in libgtk anyway.  Exporting could help in reducing the size (even though not much) of the other libraries and applications as they wouldn't need to implement it.
Comment 2 Matthias Clasen 2006-12-14 17:18:54 UTC
The path bar was intentionally kept as an implementation detail of the file chooser. It needs a careful api review before we can consider making it part of the public supported api.
Comment 3 Fernando Herrera 2007-02-27 09:39:28 UTC
It seems that NautilusPathBar is a re-factored copy of GtkPathBar:
http://svn.gnome.org/viewcvs/nautilus/trunk/src/nautilus-pathbar.c?view=log
Comment 4 Isaac Jurado 2007-02-27 10:47:29 UTC
Then why have it duplicated?

Comment 5 A. Walton 2009-01-20 08:23:56 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 320247 ***