PDA

View Full Version : [SOLVED] What widget is the folder-button selector?



NoBugs!
December 30th, 2009, 08:26 AM
The nautilus file manager in Ubuntu has the handy file selector that will show buttons for each folder, for example if /home/username/folder/ is viewed, it will show 3 buttons, if the folders are too long to view, there are arrow-buttons to navigate left/right. Is there a special gtk widget to use this, or is it just a bunch of buttons in a special container??
I've looked through the catalog of gtk controls and I can't find this control...

kutya61
January 22nd, 2010, 12:46 AM
You should check it in the source code. ;)

http://ftp.gnome.org/pub/gnome/sources/nautilus/2.26/nautilus-2.26.3.tar.gz

saulgoode
January 22nd, 2010, 05:53 AM
It is a GtkPathBar (http://git.gnome.org/browse/gtk+/tree/gtk/gtkpathbar.h). I couldn't find it in the documentation.