Re: Get dim-label color



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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]