r0x0r / pywebview

Build GUI for your Python program with JavaScript, HTML, and CSS
https://pywebview.flowrl.com
BSD 3-Clause "New" or "Revised" License
4.75k stars 555 forks source link

webview layout in app #1455

Closed non-npc closed 1 month ago

non-npc commented 2 months ago

I want to have a treeview on the left and the webview on the right but the webview keeps appearing in a separate window. I can put them in separate tabs and it works but having them in the same window appears challenging. Has anyone an example of this concept working?

r0x0r commented 1 month ago

pywebview is not embeddable in other apps.