Page 1 of 1

[Linux] Gtk3 + GtkSourceView Demo

Posted: Thu Jan 12, 2012 7:12 pm
by remi_meier
Here is a small demo featuring Gtk3 and the
GtkSourceView widget which is at the base of
many Linux IDEs.
Also: Gtk3, GObject, GIO, Pango and GtkSource
includes built using this.

Here it is:
http://remi.secretly.de/downloads/gtk3demo.tar.bz2

Cheers
Remi

Re: [Linux] Gtk3 + GtkSourceView Demo

Posted: Thu Jan 12, 2012 8:07 pm
by idle
thanks

Re: [Linux] Gtk3 + GtkSourceView Demo

Posted: Sat Jun 29, 2013 1:53 am
by Zach
Can this be used on Windows at all? Or would it require major changes? Is there a Windows version available anywhere?

Re: [Linux] Gtk3 + GtkSourceView Demo

Posted: Sat Jun 29, 2013 9:30 am
by uwekel
As far as i know, there is no Windows installer for the GTK3 library. This must be installed to run applications using the GTK toolkit.

Re: [Linux] Gtk3 + GtkSourceView Demo

Posted: Sat Jun 29, 2013 7:57 pm
by Zach
That's sucks. They seemed pretty good about it in the past..

Is GTK2 still in wide use on Linux ? (defaults for distro installs etc?) Cause I would probably be just as happy with that, if there was a wrapper for it. I just assumed 3 was the newest / best and 2 was deprecated or something :|

Re: [Linux] Gtk3 + GtkSourceView Demo

Posted: Mon Jul 01, 2013 11:42 pm
by Poshu
there is some GTK 3 build for windows and osX right there: http://www.tarnyko.net/en/?q=node/20.
If you manage to do something with it, let us know :D

Re: [Linux] Gtk3 + GtkSourceView Demo

Posted: Tue Jul 02, 2013 10:30 am
by Zach
That's interesting.. I have no idea what would need to be changed from the provided source above, but I may try playing with it at some point.

I've never built a GTK app before, much less on Windows, in PB. I also have little experience with wrappers so this may end in a complete an utter failure on my part 8)