A widget factory is a theme preview application for gtk2 and gtk3. It displays the various widget types provided by gtk2/gtk3 in a single window allowing to see the visual effect of the applied theme.
- Display widget types available in gtk2/gtk3 (remark: option menu widget type only exists in gtk2 and switch widget type only exists in gtk3)
- Menus to select the themes available either at system level or user level
- Toolbar button to start the other gtk version of the tool
- Toolbar button to refresh the current theme
-
Ubuntu
For Oneiric Ocelot: sudo add-apt-repository ppa:valere-monseur/oneiric
For Precise Pangolin: sudo add-apt-repository ppa:valere-monseur/precise
For Quantal Quetzal: sudo add-apt-repository ppa:valere-monseur/quantalsudo apt-get update
sudo apt-get install awf -
Archlinux
-
RPM based distro
There is no pre-built package (yet) but you can generate RPM like this:
./autogen.sh
./configure
make rpm -
From source
./autogen.sh
./configure
make
make install
- gtk2 version 2.24
- gtk3
A widget factory is provided under the terms of the GNU GPLv3 license. See the COPYING file for details.
Valère Monseur (valere dot monseur at ymail dot com)
- Ottoman Kent (for testing in ubuntu and bug report)
- Dwight Engen (for rpm specification file: awf.spec.in)