16

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.

Glutanimate
  • 21,763
daxvena
  • 989

3 Answers3

23

For GTK+3 you have the official gtk3-widget-factory in package gtk-3-examples.

mmoya
  • 523
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
0

I think you're looking for "The widget factory". It can be installed from the standard repositories, afaik.

Mrokii
  • 502