diff --git a/docs/cookbook.md b/docs/cookbook.md index 2bb12b1e..18877a10 100644 --- a/docs/cookbook.md +++ b/docs/cookbook.md @@ -82,6 +82,10 @@ while True: window.Close() ``` + + + + ## Pattern 2 B - Persistent window (multiple reads using an event loop + updates data in window) This is a slightly more complex, but maybe more realistic version that reads input from the user and displays that input as text in the window. Your program is likely to be doing both of those activities so this will give you a big jump-start. @@ -1529,5 +1533,6 @@ 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