미분류
wxpython webview example
출처: https://github.com/wxWidgets/Phoenix/blob/d059507f76cba0844f5289d5f7e7710c8e37ed61/samples/html2/HTML2_WebView.py import sysimport wximport wx.html2 as webview #---------------------------------------------------------------------- class TestPanel(wx.Panel): def __init__(self, parent): wx.Panel.__init__(self, parent) self.current = "http://www.google.com" self.frame = self.GetTopLevelParent(..
2013. 4. 19. 12:05