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.
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.
For GTK+3 you have the official
gtk3-widget-factory
in package gtk-3-examples."The widget factory" doesn't support Gtk3. For that you can use "A widget factory":
https://github.com/valr/awf
You can install it from the developer's PPA by typing in a terminal:
Depending on your platform, replace
version
with eitheroneiric
,precise
orquantal
.I think you're looking for "The widget factory". It can be installed from the standard repositories, afaik.