RhetTbull / guitk

Python GUI Toolkit for Tk (guitk): simplify the layout and construction of tkinter graphical user interfaces in python using a declarative syntax.
MIT License
17 stars 1 forks source link

Add contextual menus #39

Open RhetTbull opened 1 year ago

RhetTbull commented 1 year ago

See this

Something like:

with ContextualMenu() as self.context:
    Command("foo")
    Command("bar")

Need a way to enable/disable the context menu and bind it to keys based on OS.