Re: Howto make a Gtk.Buttonbox look like the path bar in Gtk.FileChooserDoalog?

2012-09-03 Thread Moritz Renftle
I made a quick mockup to show you my idea: http://imagepaste.nullnetwork.net/viewimage.php?id=4897 Am Montag, den 03.09.2012, 11:57 +0200 schrieb Moritz Renftle: > Hi, > > I recently noticed the nice appearance of the path bar widget in the > GtkFileChooserDialog: > http://imagepaste.nullnetwork.

Re: Howto make a Gtk.Buttonbox look like the path bar in Gtk.FileChooserDoalog?

2012-09-03 Thread Olivier Sessink
On 09/03/2012 11:57 AM, Moritz Renftle wrote: > Hi, > > I recently noticed the nice appearance of the path bar widget in the > GtkFileChooserDialog: > http://imagepaste.nullnetwork.net/viewimage.php?id=4889 > This look is also used for the top bar in the new GNOME system-settings. > > I was wonde

Re: Re: Howto make a Gtk.Buttonbox look like the path bar in Gtk.FileChooserDoalog?

2012-09-03 Thread Moritz Renftle
hi olivier, i spent the whole evening looking through the source of gtkfilechooserwidget and finally found a source file named "gtkpathbar.c": http://fossies.org/dox/gtk+-3.4.4/gtkpathbar_8c_source.html it's a widget called gtkpathbar and exactly the one which is used in gtkfilechooserwidget. I f

Re: Re: Howto make a Gtk.Buttonbox look like the path bar in Gtk.FileChooserDoalog?

2012-09-03 Thread Paul Lange
Hey Moritz, have a look at line 211 and 212. That should do the trick! regards, Paul Am Montag, den 03.09.2012, 22:20 +0200 schrieb Moritz Renftle: > hi olivier, > > i spent the whole evening looking through the source of > gtkfilechooserwidget and finally found a source file named > "gtkpathba

Re: Re: Howto make a Gtk.Buttonbox look like the path bar in Gtk.FileChooserDoalog?

2012-09-03 Thread Moritz Renftle
thanks so much! moritz Am Montag, den 03.09.2012, 22:36 +0200 schrieb Paul Lange: > Hey Moritz, > > have a look at line 211 and 212. That should do the trick! > > regards, > Paul > ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org ht