minor title update in gui

This commit is contained in:
waldek 2022-05-02 23:05:15 +02:00
parent 5700c73318
commit 350a3b6a45
2 changed files with 3 additions and 0 deletions

View File

@ -55,6 +55,8 @@ if __name__ == "__main__":
app.mainloop() app.mainloop()
``` ```
## Adding widgets
We can add content to this window, such as labels, input boxes and buttons as follows. We can add content to this window, such as labels, input boxes and buttons as follows.

View File

@ -107,6 +107,7 @@ Table of Contents
* [tkinter](./learning_python3_gui.md#tkinter) * [tkinter](./learning_python3_gui.md#tkinter)
* [Tkinter helloworld](./learning_python3_gui.md#tkinter-helloworld) * [Tkinter helloworld](./learning_python3_gui.md#tkinter-helloworld)
* [Adding widgets](./learning_python3_gui.md#adding-widgets)
* [Try it](./learning_python3_gui.md#-try-it) * [Try it](./learning_python3_gui.md#-try-it)
* [Coding challenge - Guess the number](./learning_python3_gui.md#coding-challenge---guess-the-number) * [Coding challenge - Guess the number](./learning_python3_gui.md#coding-challenge---guess-the-number)
* [MVC design pattern](./learning_python3_gui.md#mvc-design-pattern) * [MVC design pattern](./learning_python3_gui.md#mvc-design-pattern)