tkinter_calc_ii
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tkinter_calc_ii [2024/04/20 00:47] – appledog | tkinter_calc_ii [2024/04/20 00:53] (current) – appledog | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| = TKInter Calc II | = TKInter Calc II | ||
| + | |||
| + | == Themed Widgets | ||
| + | Use ttk.button() //etc.// whenever possible. That's because ttk is the newest version. tk.button() and others are old, don't use them unless ttk. doesn' | ||
| == Binding | == Binding | ||
| Line 42: | Line 45: | ||
| </ | </ | ||
| - | Here, a lambda is used to handle left clicks with < | + | Here, a lambda is used to handle left clicks with < |
| == Dragging | == Dragging | ||
tkinter_calc_ii.1713574070.txt.gz · Last modified: 2024/04/20 00:47 by appledog
