GNOME Bugzilla – Bug 314968
Style properties for glade
Last modified: 2013-05-20 07:31:09 UTC
It would be nice to have a "Style" tab in the property editor, From the results of this discussion: http://lists.ximian.com/pipermail/glade-devel/2005-March/000997.html the basic idea is to apply these properties as custom widget properties through libglade and not to generate a gtkrc file.
*** Bug 143752 has been marked as a duplicate of this bug. ***
In the current version of glade there's already a style listbox.
Pablo, err what list box do you mean ?
Sorry, forget my last comment.
*** Bug 506546 has been marked as a duplicate of this bug. ***
Created attachment 213032 [details] [review] gtk+: Add support for style-classes plugins/gtk+.xml.in: add virtual property "style-classes" of type GladeStringList which contain the set style classes. plugins/gtk+/glade-gtk.c read and write GtkWidget style entries and add the style classes to the widget.
This will never realistically happen. However we do plan to add a CSS editor to the runtime, so that one can potentially test the CSS with an interface one is designing in Glade.