diff --git a/docs/cookbook.md b/docs/cookbook.md index 0f257aa5..6eab50f3 100644 --- a/docs/cookbook.md +++ b/docs/cookbook.md @@ -795,6 +795,8 @@ while True: # Event Loop window.Close() ``` + + ## Multiple Windows This recipe is a design pattern for multiple windows where the first window is not active while the second window is showing. The first window is hidden to discourage continued interaction. @@ -1546,8 +1548,8 @@ That's all... Run your `my_program.exe` file on the Windows machine of your choo Your EXE file should run without creating a "shell window". Only the GUI window should show up on your taskbar. \ No newline at end of file