diff --git a/docs/cookbook.md b/docs/cookbook.md index 76187830..2c16ea7c 100644 --- a/docs/cookbook.md +++ b/docs/cookbook.md @@ -152,6 +152,8 @@ Same GUI screen except the return values are in a list instead of a dictionary a print(event, values[0], values[1], values[2]) ``` + + # Simple data entry - Return Values As Dictionary A simple GUI with default values. Results returned in a dictionary. @@ -1539,7 +1541,7 @@ 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