Python Forum
Set wx.html2.WebView invisible - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: Set wx.html2.WebView invisible (/thread-10087.html)



Set wx.html2.WebView invisible - ian - May-12-2018

Is there a way to set wx.html2.WebView invisible and then switch back to visible? thanks.


RE: Set wx.html2.WebView invisible - Weave - May-12-2018

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)