On Thu, Nov 06, 2014 at 11:04:08AM +0100, Cedric Bellegarde wrote:
> Hello,

Hi.

> i'm looking for a way to get Gtk.STYLE_CLASS_DIM_LABEL color
> 
> Tried to play with style context but failed.

Is it something like this that you want to do? In Python:

sc = widget.get_style_context ()
sc.add_class (Gtk.STYLE_CLASS_DIM_LABEL)

                Marcus
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to