We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa13f95 commit d84ca69Copy full SHA for d84ca69
2 files changed
cefpython/cef3/windows/binaries/wxpython.html
@@ -31,6 +31,10 @@ <h3>Popup</h3>
31
<a target=_blank href="wxpython.html">
32
wxpython.html (target=_blank)</a>
33
34
+<br>
35
+<a href="javascript:external.NewWindow()">
36
+ external.NewWindow()</a>
37
+
38
39
40
<h3>HTML5 video and accelerated content</h3>
cefpython/cef3/windows/binaries/wxpython.py
@@ -243,6 +243,10 @@ def GetText(self):
243
self.stringVisitor = StringVisitor()
244
self.mainBrowser.GetMainFrame().GetText(self.stringVisitor)
245
246
+ def NewWindow(self):
247
+ frame = MainFrame()
248
+ frame.Show()
249
250
# -------------------------------------------------------------------------
251
# Cookies
252
0 commit comments