On Tue, Nov 25, 2008 at 10:06 PM, Vasiliy G Tolstov <[EMAIL PROTECTED]> wrote:
> I'm using glade-3 (from trunk) and gtk+2.14.5
> In glade-3 i'm create sample menu with some items.
> But then i'm run main program and gtk_builder_add_from_file i recieve
> this error

Heh, well, trunk is not very stable, but there are not many crashers left so...

The problem you are getting is that native menus are not supported in
gtk+ until 2.16.

I plan to release a Glade that will depend on gtk+ 2.14 and target
2.16, soon you will
have a warning telling you that menus are not available if you are
targeting 2.16
(but in trunk you dont get that warning yet ;-) ).

So unfortunately the answer is were not there yet, you can use
gtk-builder-convert
in the meanwhile or hand define some uimanagers... (or use gtk+ trunk ;-) ).

Cheers,
                     -Tristan
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to