Invitation to connect on LinkedIn

2011-09-16 Thread Krzysztof Klinikowski via LinkedIn
LinkedIn Krzysztof Klinikowski requested to add you as a connection on LinkedIn: -- Benoit, I'd like to add you to my professional network on LinkedIn. - Krzysztof Accept invitation from Krzysztof Klinikowski http

[GObject Introspection] Getting style colors using GTK and Python

2010-08-21 Thread Krzysztof Klinikowski
Hello. I need to get colors from used GTK style. Later, using PyGTK I do things like: def get_theme_colors(w = gtk.Window()): w.realize() style = w.get_style() output = {} for i in [base, text, fg, bg]: c = getattr(style, i)[gtk.STATE_NORMAL] output[i] = Color.from_gtk_color(c)