[[HomePage]] > [[SoftwareIndex Software Index]] > [[SoftwareDevelopment Development]] ====GTK+==== ~Graphical user interface toolkit. One of the most popular program [[frameworks]] especially for programs written in [[C]]. It has gone through three major revisions. Puppy version typicality support GTK2 out of the box. GTK 3 can be added. There is talk of a Puppy version based on GTK1.2. ==Installation== ~If the version required is not installed then load an appropriate package: ~[[http://www.datafilehost.com/download-c1557858.html libgtk-3.6.0-u-20121116.pet]] ~[[http://distro.ibiblio.org/quirky/pet_packages-wary5/ Wary packages]] --- ~-dependencies: +[[bzip2]],+[[glib]],+[[grep]],+[[tar]] ==Version== ~Verify installed version of GTK2 via the command-line interface: %%pkg-config --modversion gtk+-2.0%% ==Default Versions== |=|Puppy version|=|GTK1|=|GTK2|=|GTK3|=| ||[[Slacko|Slacko 5.3.1]]||-||2.24.4||-|| ==Configure== ~-%%./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --build=i486-t2-linux-gnu --with-xinput=yes --enable-debug=minimum%% ==Also on the Wiki== ~[[GTK-dialog]] ==Related Webpages== ~[[http://www.gtk.org/index.php gtk homepage]] ~[[http://www.t2-project.org/packages/gtk+.html]] ~http://www.linuxfromscratch.org/blfs/view/svn/x/GTK.html ~[[http://freshmeat.net/projects/gtk#release_333906]] ~[[http://ftp.gnome.org/pub/gnome/sources/gtk+/]] ~[[http://bkhome.org/blog/?viewDetailed=02594 GTK success blog post]] ~[[http://bkhome.org/blog2/?viewDetailed=00192 Make Qt4 apps match the look of Gtk2 blog post]] ~[[http://bkhome.org/news/?viewDetailed=00005 GTK1.2 could be useful (bkhome.org)]] ---- ==Categories== CategorySoftwareLibraries CategorySoftware CategoryDevelopment