tjas ni wrote:
HiI could not find anything in the gtk reference about how to find out if a gtk.VBox is visible or hidden... What I want to do is to check if the box has been set to box.show() or box.hide()
Use: box.flags() & gtk.VISIBLE Johan _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
