Page 1 of 1

GTK package

Posted: Sun Mar 01, 2015 3:32 pm
by Stefano58
Hi,
I just installed GTK package: sudo apt-get install libgtk-3-dev.
Can you help me with a simple program and tell me how to compile it?
regards

Re: GTK package

Posted: Sun Mar 01, 2015 4:47 pm
by joan
GTK doesn't lend itself to simplicity (in my view). I'd start with https://developer.gnome.org/gtk3/stable ... arted.html

Re: GTK package

Posted: Sun Mar 01, 2015 7:09 pm
by PeterO
Is there a gtk3 version of gtk-demo ? If so install it and run it, lots of useful code examples on using individual widgets.

PeterO

PS: I'm still on GTK-2 myself !

PeterO