Re: [anjuta-list] Target specific versions of GTK



@sebatien, maybe add this line to glade plugin to override version ?

static void
ifile_open (IAnjutaFile *ifile, GFile* file, GError **err)
...
project = glade_project_new ();
glade_project_set_target_version (project, "gtk+", GTK_MAJOR_VERSION, GTK_MINOR_VERSION);
...

2015-08-08 22:22 GMT+02:00 Sébastien Granjoux <seb sfo free fr>:
Hi,


Le 08/08/2015 19:08, Unknown a écrit :
I tried to do the same again in Anjuta (3.16) and I get "Revealer: This
widget was introduced in gtk+ 3.10 while the project targets gtk+ 3.10"
(See attached image).  Is there any way around this issue?

I'm not sure but I think you can edit the line in the project glade file (with the .ui extension) from
  <!-- interface-requires gtk+ 3.0 -->
to
  <!-- interface-requires gtk+ 3.16 -->


Best Regards,


Sébastien
_______________________________________________
anjuta-list mailing list
anjuta-list gnome org
https://mail.gnome.org/mailman/listinfo/anjuta-list



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