Hi:
I need change GtkFrame label font. I have this:
marco = GtkFrame ("Warning")
style = marco.get_style ().copy ()
style.font =
"-dec-terminal-medium-r-normal-*-*-140-*-*-c-*-iso8859-1"
marco.set_style (style)
How can I do it correctly?
Thanks.
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]
- Re: [pygtk] Text font Javi Rom�n
- Re: [pygtk] Text font James Henstridge
