NekUpload.frontend.components.menu module

class NekUpload.frontend.components.menu.Menu(parent)[source]

Bases: ScrolledFrame

A menu frame with buttons for various actions.

Adds a click command to a button.

Parameters:
  • button_text (str) – The text of the button to link.

  • on_click_command (Callable) – The function to execute on click.