Mitko Haralanov wrote: > What is the best way to get whether a widget is visible or not? > > According to the documentation, gtk.Widget has the 'visible' property > which is Read-Write. However, gtk.Frame for example does not seem to > inherit that property of gtk.Widget. > It does inherit the visible property - what makes you think it doesn't? John