Contents:
Bases: ScrolledFrame
ScrolledFrame
A menu frame with buttons for various actions.
Adds a click command to a button.
button_text (str) – The text of the button to link.
on_click_command (Callable) – The function to execute on click.