Re: gtk-builder-convert

2011-02-15 Thread Javier Jardón
the newer version of the script gtk-builder-convert (accepting the option --target-version=3.0). Where can I find it? I only have the gtk2 version and my gtk3 build does not include it. This is because gtk-builder-convert was dropped from GTK+3 I guess the gnome-terminal code should be patched

gtk-builder-convert

2011-02-07 Thread Stefano Facchini
Hi, I have gtk 2.99.4 built from git using the gnome-shell building script. Now I'm trying to build gnome-terminal from git, with the configure option --with-gtk=3.0 but it fails because it seems to require the newer version of the script gtk-builder-convert (accepting the option --target

Re: GtkMenuItem in Glade translated to GtkAction with gtk-builder-convert

2009-01-24 Thread Diego Jacobi
different from the translated by gtk-builder-convert. So this will require to change many things in my code (MenuItems were translated as actions are now are real menuitems). Also some other simpler things are not working. Running my code just changing interface.xml to interface.glade.xml gives

Re: GtkMenuItem in Glade translated to GtkAction with gtk-builder-convert

2009-01-24 Thread Tristan Van Berkom
On Sat, Jan 24, 2009 at 1:29 PM, Diego Jacobi jacobidi...@gmail.com wrote: [...] Maybe all of this doesnt work because my gtk is 2.15 (and doesnt support native menues) and 2.16 is not yet available in repositories. I will have to find another way to represent this dinamic menu. Please try

Re: GtkMenuItem in Glade translated to GtkAction with gtk-builder-convert

2009-01-24 Thread Diego Jacobi
2009/1/25 Tristan Van Berkom t...@gnome.org: On Sat, Jan 24, 2009 at 1:29 PM, Diego Jacobi jacobidi...@gmail.com wrote: [...] Maybe all of this doesnt work because my gtk is 2.15 (and doesnt support native menues) and 2.16 is not yet available in repositories. I will have to find another way

GtkMenuItem in Glade translated to GtkAction with gtk-builder-convert

2009-01-23 Thread Diego Jacobi
-CRITICAL **: gtk_menu_item_set_submenu: assertion `GTK_IS_MENU_ITEM (menu_item)' failed I convert the file with this: gtk-builder-convert interface.glade interface.xml Could this be a bug? If not, how can i build a menu with code and attach it to a menu in Glade? Cheers. Diego

Re: GtkMenuItem in Glade translated to GtkAction with gtk-builder-convert

2009-01-23 Thread Tristan Van Berkom
On Fri, Jan 23, 2009 at 9:17 PM, Diego Jacobi jacobidi...@gmail.com wrote: [...] Could this be a bug? If not, how can i build a menu with code and attach it to a menu in Glade? err, next stable Glade is around the corner, and I think we at least nailed the crasher bugs, you might try Glade

Re: GtkMenuItem in Glade translated to GtkAction with gtk-builder-convert

2009-01-23 Thread Diego Jacobi
2009/1/24 Tristan Van Berkom t...@gnome.org: On Fri, Jan 23, 2009 at 9:17 PM, Diego Jacobi jacobidi...@gmail.com wrote: [...] Could this be a bug? If not, how can i build a menu with code and attach it to a menu in Glade? err, next stable Glade is around the corner, and I think we at

Re: GtkMenuItem in Glade translated to GtkAction with gtk-builder-convert

2009-01-23 Thread Tristan Van Berkom
On Fri, Jan 23, 2009 at 10:05 PM, Diego Jacobi jacobidi...@gmail.com wrote: [...] I am using Glade 3.5.2 on OpenSuse 11.1. Sorry for not clarifing. PD: i cant do gtk-builder-converter --version hmm, maybe you need at least 3.5.4 for GtkBuilder support in Glade... Another thing I forgot to

gtk-builder-convert Unhandled signal

2008-02-20 Thread David Trémouilles
Hi, I start playing with the gtk.Builder as a replacement for libglade in my python application. I encountered the following message from gtk-builder-convert tool while converting my glade file to gtk.Builder xml file: ... Unhandled signal GtkCheckMenuItem::toggled Unhandled signal

Calling gtk-builder-convert from makefile

2007-12-20 Thread Micah Carrick
I have a glade file which I have to convert using gtk-builder-convert first. This converts it from .glade to .xml and the make file installs it. How would I run gtk-builder-convert on the source .glade file prior to copying the .xml file? -- - Micah Carrick Developer - http

gtk-builder-convert

2007-08-30 Thread Ghee Teo
Hi, As we are preparing in integration of GNOME 2.20 for Solaris and came across this new binary, gtk-builder-convert in the gtk+-2.0 version 2.11.6. What is the interface stability of this program? By this I mean will it be supported and remained around much the same way as gdk-pixbuf