Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CSSE120StartingCode/TkinterPractice
/ functions
Functions
51 in github.com/CSSE120StartingCode/TkinterPractice
⨍
Functions
51
◇
Types & classes
5
↓ 3 callers
Function
callback3
Increments or decrements the number in the given Data object depending on the given Event.
more_examples/m4e_events_and_focus.py:123
↓ 3 callers
Function
go_right
(event=None)
more_examples/m3e_keyboard_events.py:103
↓ 2 callers
Function
change_number
Changes the number in the data by the given delta, then displays the changed value in its Label.
more_examples/m9e_top_level_windows.py:85
↓ 2 callers
Function
increase_number
Increases the number in the given Data object by the given amount and updates the Label in the given Data object that displays the number
more_examples/m5e_menu.py:68
↓ 2 callers
Function
show
(data, color)
more_examples/m5e_menu.py:79
↓ 2 callers
Function
spin
(event=None)
more_examples/m3e_keyboard_events.py:115
↓ 1 callers
Function
button_pressed
(checkbutton_observer, radiobutton_observer)
more_examples/m6e_checkbox_and_radio_buttons.py:79
↓ 1 callers
Function
callback1
Increases the number in the given Data object by the value of the Entry box bound to the given Event.
more_examples/m4e_events_and_focus.py:95
↓ 1 callers
Function
callback2
Decreases the number in the given Data object by the value of the Entry box bound to the given Event.
more_examples/m4e_events_and_focus.py:109
↓ 1 callers
Function
celsius_from_fahrenheit
(temperature)
more_examples/m2e_temperature_entry.py:62
↓ 1 callers
Function
change_title
(root)
more_examples/m1e_label.py:48
↓ 1 callers
Function
checkbutton_changed
(checkbutton_observer)
more_examples/m6e_checkbox_and_radio_buttons.py:71
↓ 1 callers
Function
close_window
(root)
more_examples/m1e_label.py:57
↓ 1 callers
Function
destroy_windows
Destroys all the windows stored in the given Data object.
more_examples/m9e_top_level_windows.py:105
↓ 1 callers
Function
do_stuff
Print onto the Console a random 10-letter string. In this example, it is used as the function that is "CALLED BACK" when an event (n
src/m3e_button_callback.py:32
↓ 1 callers
Function
fahrenheit_from_celsius
(temperature)
more_examples/m2e_temperature_entry.py:79
↓ 1 callers
Function
flip_pen_color
(data)
more_examples/m7e_canvas_and_mouse_events.py:81
↓ 1 callers
Function
go_left
(event)
more_examples/m3e_keyboard_events.py:93
↓ 1 callers
Function
go_left_button
()
more_examples/m3e_keyboard_events.py:98
↓ 1 callers
Function
gui
Puts widgets on the GUI
more_examples/m9e_top_level_windows.py:30
↓ 1 callers
Function
left_mouse_click
(event)
more_examples/m7e_canvas_and_mouse_events.py:55
↓ 1 callers
Function
left_mouse_drag
(event, data)
more_examples/m7e_canvas_and_mouse_events.py:62
↓ 1 callers
Function
left_mouse_release
(data)
more_examples/m7e_canvas_and_mouse_events.py:77
↓ 1 callers
Function
main
()
src/m4e_text_entry_box.py:28
↓ 1 callers
Function
main
Constructs a GUI with stuff on it.
src/m5_tkinter_practice.py:12
↓ 1 callers
Function
main
Constructs a GUI that will be used MUCH later to control EV3.
src/m6_grid_row_and_column.py:11
↓ 1 callers
Function
main
()
src/m2e_frame_and_button.py:15
↓ 1 callers
Function
main
()
src/m1e_root_and_mainloop.py:17
↓ 1 callers
Function
main
()
src/m3e_button_callback.py:18
↓ 1 callers
Function
main
()
more_examples/m8e_images.py:20
↓ 1 callers
Function
main
Constructs and runs the GUI
more_examples/m9e_top_level_windows.py:20
↓ 1 callers
Function
main
()
more_examples/m6e_checkbox_and_radio_buttons.py:16
↓ 1 callers
Function
main
()
more_examples/m2e_temperature_entry.py:25
↓ 1 callers
Function
main
()
more_examples/m4e_events_and_focus.py:35
↓ 1 callers
Function
main
()
more_examples/m5e_menu.py:22
↓ 1 callers
Function
main
()
more_examples/m1e_label.py:17
↓ 1 callers
Function
main
()
more_examples/m3e_keyboard_events.py:23
↓ 1 callers
Function
main
()
more_examples/m7e_canvas_and_mouse_events.py:22
↓ 1 callers
Function
pop_up
Pops up a window, with a Label that shows some info.
more_examples/m9e_top_level_windows.py:95
↓ 1 callers
Function
pressed_a_key
(event)
more_examples/m3e_keyboard_events.py:84
↓ 1 callers
Function
print_contents
Prints onto the Console the contents of the given ttk.Entry. In this example, it is used as the function that is "CALLED BACK" when
src/m4e_text_entry_box.py:45
↓ 1 callers
Function
put_stuff_on_main_window
Puts Buttons on the main window.
more_examples/m9e_top_level_windows.py:37
↓ 1 callers
Function
put_stuff_on_window2
Puts Buttons on a secondary window.
more_examples/m9e_top_level_windows.py:53
↓ 1 callers
Function
put_stuff_on_window3
Puts a Label on a secondary window.
more_examples/m9e_top_level_windows.py:71
↓ 1 callers
Function
radiobutton_changed
(radiobutton_observer)
more_examples/m6e_checkbox_and_radio_buttons.py:75
↓ 1 callers
Function
released_a_key
(event)
more_examples/m3e_keyboard_events.py:89
Method
__init__
(self)
more_examples/m9e_top_level_windows.py:14
Method
__init__
(self)
more_examples/m2e_temperature_entry.py:20
Method
__init__
(self)
more_examples/m4e_events_and_focus.py:28
Method
__init__
(self)
more_examples/m5e_menu.py:17
Method
__init__
(self)
more_examples/m7e_canvas_and_mouse_events.py:15