You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -31,6 +31,7 @@ Create a new _pywebview_ window and returns its instance. Can be used to create
31
31
*`hidden` - Create a window hidden by default. Default is False
32
32
*`frameless` - Create a frameless window. Default is False.
33
33
*`easy_drag` - Easy drag mode for frameless windows. Window can be moved by dragging any point. Default is True. Note that easy_drag has no effect with normal windows. To control dragging on an element basis, see [drag area](/guide/api.html#drag-area) for details.
34
+
*`shadow` - Add window shadow. Default is False. _Windows only_.
34
35
*`focus` - Create a non-focusable window if False. Default is True.
0 commit comments