Widget Style Documentation
I would like to see some documentation on what styles for each widget are possible with the engine without having to browse through all the themes on this website and gnome-looks.org . It would be nice to know which features will be used in upcoming versions and what features will be deprecated.
For example, give a small wiki page on scrollbars and list of the options with a small screenshot for each style.
I don't think any other gtk engine has good styling instructions for themers. I think Murrine already has an advantage with this website, but styling docs would be super helpful.
Thanks!
I agree, a wiki would be
Here is a list of available options :
double border_shades[2];
double contrast;
double glow_shade;
double gradient_shades[4];
double highlight_shade;
double lightborder_shade;
double prelight_shade;
double shadow_shades[2];
double trough_shades[2];
guint8 arrowstyle;
guint8 comboboxstyle;
guint8 glazestyle;
guint8 glowstyle;
guint8 lightborderstyle;
guint8 listviewheaderstyle;
guint8 listviewstyle;
guint8 menubaritemstyle;
guint8 menubarstyle;
guint8 menuitemstyle;
guint8 menustyle;
guint8 progressbarstyle;
guint8 reliefstyle;
guint8 roundness;
guint8 scrollbarstyle;
guint8 sliderstyle;
guint8 spinbuttonstyle;
guint8 stepperstyle;
guint8 textstyle;
guint8 toolbarstyle;
gboolean animation;
gboolean colorize_scrollbar;
gboolean has_border_colors;
gboolean has_gradient_colors;
gboolean rgba;
GdkColor border_colors[2];
GdkColor focus_color;
GdkColor gradient_colors[4];
https://wiki.ubuntu.com/Artwo
Post new comment