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:
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 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
Related Webpages
Categories
CategorySoftwareLibrariesCategorySoftware
CategoryDevelopment