MCPcopy Create free account

hub / github.com/CSSE120StartingCode/TkinterPractice / functions

Functions51 in github.com/CSSE120StartingCode/TkinterPractice

↓ 3 callersFunctioncallback3
Increments or decrements the number in the given Data object depending on the given Event.
more_examples/m4e_events_and_focus.py:123
↓ 3 callersFunctiongo_right
(event=None)
more_examples/m3e_keyboard_events.py:103
↓ 2 callersFunctionchange_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 callersFunctionincrease_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 callersFunctionshow
(data, color)
more_examples/m5e_menu.py:79
↓ 2 callersFunctionspin
(event=None)
more_examples/m3e_keyboard_events.py:115
↓ 1 callersFunctionbutton_pressed
(checkbutton_observer, radiobutton_observer)
more_examples/m6e_checkbox_and_radio_buttons.py:79
↓ 1 callersFunctioncallback1
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 callersFunctioncallback2
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 callersFunctioncelsius_from_fahrenheit
(temperature)
more_examples/m2e_temperature_entry.py:62
↓ 1 callersFunctionchange_title
(root)
more_examples/m1e_label.py:48
↓ 1 callersFunctioncheckbutton_changed
(checkbutton_observer)
more_examples/m6e_checkbox_and_radio_buttons.py:71
↓ 1 callersFunctionclose_window
(root)
more_examples/m1e_label.py:57
↓ 1 callersFunctiondestroy_windows
Destroys all the windows stored in the given Data object.
more_examples/m9e_top_level_windows.py:105
↓ 1 callersFunctiondo_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 callersFunctionfahrenheit_from_celsius
(temperature)
more_examples/m2e_temperature_entry.py:79
↓ 1 callersFunctionflip_pen_color
(data)
more_examples/m7e_canvas_and_mouse_events.py:81
↓ 1 callersFunctiongo_left
(event)
more_examples/m3e_keyboard_events.py:93
↓ 1 callersFunctiongo_left_button
()
more_examples/m3e_keyboard_events.py:98
↓ 1 callersFunctiongui
Puts widgets on the GUI
more_examples/m9e_top_level_windows.py:30
↓ 1 callersFunctionleft_mouse_click
(event)
more_examples/m7e_canvas_and_mouse_events.py:55
↓ 1 callersFunctionleft_mouse_drag
(event, data)
more_examples/m7e_canvas_and_mouse_events.py:62
↓ 1 callersFunctionleft_mouse_release
(data)
more_examples/m7e_canvas_and_mouse_events.py:77
↓ 1 callersFunctionmain
()
src/m4e_text_entry_box.py:28
↓ 1 callersFunctionmain
Constructs a GUI with stuff on it.
src/m5_tkinter_practice.py:12
↓ 1 callersFunctionmain
Constructs a GUI that will be used MUCH later to control EV3.
src/m6_grid_row_and_column.py:11
↓ 1 callersFunctionmain
()
src/m2e_frame_and_button.py:15
↓ 1 callersFunctionmain
()
src/m1e_root_and_mainloop.py:17
↓ 1 callersFunctionmain
()
src/m3e_button_callback.py:18
↓ 1 callersFunctionmain
()
more_examples/m8e_images.py:20
↓ 1 callersFunctionmain
Constructs and runs the GUI
more_examples/m9e_top_level_windows.py:20
↓ 1 callersFunctionmain
()
more_examples/m6e_checkbox_and_radio_buttons.py:16
↓ 1 callersFunctionmain
()
more_examples/m2e_temperature_entry.py:25
↓ 1 callersFunctionmain
()
more_examples/m4e_events_and_focus.py:35
↓ 1 callersFunctionmain
()
more_examples/m5e_menu.py:22
↓ 1 callersFunctionmain
()
more_examples/m1e_label.py:17
↓ 1 callersFunctionmain
()
more_examples/m3e_keyboard_events.py:23
↓ 1 callersFunctionmain
()
more_examples/m7e_canvas_and_mouse_events.py:22
↓ 1 callersFunctionpop_up
Pops up a window, with a Label that shows some info.
more_examples/m9e_top_level_windows.py:95
↓ 1 callersFunctionpressed_a_key
(event)
more_examples/m3e_keyboard_events.py:84
↓ 1 callersFunctionprint_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 callersFunctionput_stuff_on_main_window
Puts Buttons on the main window.
more_examples/m9e_top_level_windows.py:37
↓ 1 callersFunctionput_stuff_on_window2
Puts Buttons on a secondary window.
more_examples/m9e_top_level_windows.py:53
↓ 1 callersFunctionput_stuff_on_window3
Puts a Label on a secondary window.
more_examples/m9e_top_level_windows.py:71
↓ 1 callersFunctionradiobutton_changed
(radiobutton_observer)
more_examples/m6e_checkbox_and_radio_buttons.py:75
↓ 1 callersFunctionreleased_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