After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 314968 - Style properties for glade
Style properties for glade
Status: RESOLVED WONTFIX
Product: glade
Classification: Applications
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
: 143752 506546 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-08-31 17:55 UTC by Tristan Van Berkom
Modified: 2013-05-20 07:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gtk+: Add support for style-classes (7.33 KB, patch)
2012-04-28 20:45 UTC, Carl-Anton Ingmarsson
none Details | Review

Description Tristan Van Berkom 2005-08-31 17:55:54 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.
Comment 1 Pietro Battiston 2009-07-16 15:43:11 UTC
*** Bug 143752 has been marked as a duplicate of this bug. ***
Comment 2 Pablo Castellano (IRC: pablog) 2010-05-15 09:23:26 UTC
In the current version of glade there's already a style listbox.
Comment 3 Tristan Van Berkom 2010-05-15 15:02:18 UTC
Pablo, err what list box do you mean ?
Comment 4 Pablo Castellano (IRC: pablog) 2010-05-16 15:52:59 UTC
Sorry, forget my last comment.
Comment 5 Tristan Van Berkom 2010-12-31 16:50:41 UTC
*** Bug 506546 has been marked as a duplicate of this bug. ***
Comment 6 Carl-Anton Ingmarsson 2012-04-28 20:45:41 UTC
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.
Comment 7 Tristan Van Berkom 2013-05-20 07:31:09 UTC
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.