[pygtk-1.99.16, gtk+-2.2.1, python 2.3a1]

I have a gtk.Frame containing a VBox containing numerous widgets.
I need to dynamically mark the frame as "this app has an exclusive
write-lock on the contained data -- use it soon and release it", 
which I do by:  
   theframe.modify_bg(red_color)

This works, but is not striking enough visually.  I've been trying
to make the frame's box have a thicker linewidth.  This seems to be 
controlled by the read-only attributes style().xthickness and 
style().ythickness.  I tried:
gtkrcfile:

style "gtkFrame"
{       
        xthickness = 8  #the default is 2
        ythickness = 8
}
widget "gtkFrame" style "gtkFrame"

but this doesn't seem to work.  Is there something wrong with this rcfile
syntax?  Is there some other way to get a thick box wrapped around a widget?
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to