Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions buttons.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,3 +249,4 @@ functions in loops can be
[manpage list]: # (start)
[ttk_button(3tk)]: https://www.tcl.tk/man/tcl/TkCmd/ttk_button.htm
[manpage list]: # (end)
Next: [Geometry Managers](geometry-managers.md)
1 change: 1 addition & 0 deletions dialogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -401,3 +401,4 @@ old root window before creating a new one.
[toplevel(3tk)]: https://www.tcl.tk/man/tcl/TkCmd/toplevel.htm
[wm(3tk)]: https://www.tcl.tk/man/tcl/TkCmd/wm.htm
[manpage list]: # (end)
Next: [Event Loop and Threads](event-loop-stuff.md)
1 change: 1 addition & 0 deletions geometry-managers.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,3 +407,4 @@ if __name__ == '__main__':
[pack(3tk)]: https://www.tcl.tk/man/tcl/TkCmd/pack.htm
[place(3tk)]: https://www.tcl.tk/man/tcl/TkCmd/place.htm
[manpage list]: # (end)
Next: [Dialogs](dialogs.md)