glib branched

2012-10-02 Thread Matthias Clasen
I have now created a glib-2-34 branch, so master is now open for Unicode 6.2, GSubprocess, GTask and GSettingsList. ___ gtk-devel-list mailing list gtk-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-devel-list

PATHBAR written using GTK 3

2012-10-02 Thread Mariano Gaudix
Hello . Excuse me . For my the question .. someone have or seen a PATHBAR written with gtk 3 . You can tell me the page address where you can download the code for this widget . I need to know how to make a PATHBAR with GTK3 . Best regards Mariano

Re: PATHBAR written using GTK 3

2012-10-02 Thread David Nečas
On Tue, Oct 02, 2012 at 03:42:53AM -0300, Mariano Gaudix wrote: Excuse me . For my the question .. someone have or seen a PATHBAR written with gtk 3 . You can tell me the page address where you can download the code for this widget . I suppose typing ‘dowload Gtk+’ to

Re: PATHBAR written using GTK 3

2012-10-02 Thread Moritz Renftle
Hi Mariano, I asked a similar question some time ago, but I only wanted to achieve the looks of the PathBar-Widget (as used in e.g. GtkFileChooser). If this is what you need, have a look at the docs of GtkStyleContext, you need to add GTK_STYLE_CLASS_LINKED to the context. source of GtkPathBar: