[Anjuta-list] Convert glade to xml: doesn't Anjuta support?



Hello,

I'm using Anjuta with Glade designer intergrated. As the first run, we
should pass glade file as a parameter for Anjuta project to run. But
when there's a lot of signal or functions, we must specify the
connection by converting .glade file to .xml file and call like this:

GtkBuilder builder = gtk_builder_new ();
gtk_builder_add_from_file(builder, <xml file>, ...);

So everytime I change .glade file, I have to convert to xml file by
executing an external command: gtk-builder-convert <.glade file> <.xml
file>
Then come back to Anjuta, build and run project.

It's an extra step users don't want to take, isn't it?

Or I don't know how to use this feature in Anjuta, or Anjuta doesn't
support yet, please tell me.

Thank you in advance!

Best regards,

J




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]