I've seen it in screenshots before. What application provides a window that contains all of GTK's UI elements? I need an answer applicable to GTK+2 and GTK+3.
Asked
Active
Viewed 7,646 times
3 Answers
10
"The widget factory" doesn't support GTK3. For that you can use "A widget factory":
https://github.com/valr/awf => https://github.com/luigifab/awf-extended
You can install it from the developer's PPA or with official repositories (Ubuntu, Debian, Fedora, OpenSUSE):
sudo apt-get install awf-gtk2 awf-gtk3 awf-gtk4
luigifab
- 103
Alistair Buxton
- 6,852
0
I think you're looking for "The widget factory". It can be installed from the standard repositories, afaik.
Mrokii
- 502