If I make a Statusbar
, and PackEnd
a Label
to it, it looks something like this:
The Shadow disappears over the Label
, but remains over the rest of the Statusbar
. I want to remove the Shadow from the entire Statusbar
. The PyGTK documentation mentions a property called shadow-type
, but it's readonly, and nowhere to be found in GTK#. How do I get rid of this shadow?