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



Hi,

Le 09/08/2015 11:11, yannick inizan a écrit :
@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);
...

I think it will work but it will be annoying if someone want to use an older version of Gtk.

Isn't it possible to change on the project wizard template based on the version of Gtk found on the system? It will not break a project which is already working and would be better than the current state.


Regards,

Sébastien


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