
The Unofficial Widget Factory
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Consider this deprecated; go with PyTWF instead: http://www.gtk-apps.org/content/show.php/PyTWF?content=102024
11 years ago
Deprecated.
v0.4 - Removed some obsolete widgets and added a few widgets.
11 years ago
Deprecated.
v0.4 - Removed some obsolete widgets and added a few widgets.
qubodup
10 years ago
Starting program: /usr/bin/twf
[Thread debugging using libthread_db enabled]
(twf:18040): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
(twf:18040): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff6ba6842 in strlen () from /lib/libc.so.6
(gdb) bt
#0 0x00007ffff6ba6842 in strlen () from /lib/libc.so.6
#1 0x00007ffff70faf02 in g_strconcat () from /usr/lib/libglib-2.0.so.0
#2 0x00000000004024dd in get_themes ()
#3 0x000000000040272e in create_themes_menu ()
#4 0x00000000004021fe in create_ui ()
#5 0x00000000004022db in main ()
Report
VictorR
12 years ago
1. I failed to install it until I installed libglade2-dev package. Maybe it worth to mention all dependencies.
2. Would be nice to have some lines in Combobox and ComboboxEntry to see how they look after dropped down.
Anyway this is a great improvement of the original TheWidgetFactory, thanks.
Report
zhuqin
12 years ago
And is it possible that you would make it look like http://www.gnome-look.org/content/show.php/Aurora+Gtk+Engine?content=56438
Report