CTkMenuBar icon indicating copy to clipboard operation
CTkMenuBar copied to clipboard

Add a command for when the button is pressed

Open Sonic3Modder opened this issue 1 month ago • 0 comments

self.about = self.menu.add_cascade("About")

I wanted to add a about menu. but I need a submenu for that. I would like if so you can have a if <button_var_name>.pressed: or a way to assign a function as a command, like customtkinter does, Im hoping you can :D. because. I dont want to add a submenu called "Open About Window"

Sonic3Modder avatar Nov 13 '25 19:11 Sonic3Modder