Python Forum

Full Version: Set wx.html2.WebView invisible
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to set wx.html2.WebView invisible and then switch back to visible? thanks.
I'm not in a position to test at the moment but I believe all wx widgets inherit from wx.Window so you should be able to call .Show(False) and .Show(True)