diff --git a/docs/cookbook.md b/docs/cookbook.md index 5c30b71a..2bb12b1e 100644 --- a/docs/cookbook.md +++ b/docs/cookbook.md @@ -51,8 +51,9 @@ window.Close() text_input = values[0] print(text_input) - ``` + + ## Pattern 2 A - Persistent window (multiple reads using an event loop) @@ -1528,5 +1529,5 @@ 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