This object looks like a Tkinter.Menu in that you can add the same sorts of items to it. More...
Methods defined here: | |
def | __init__ |
def | add_cascade |
def | add_checkbutton |
def | add_command |
def | add_radiobutton |
def | add_separator |
Data descriptors defined here: | |
def | __dict__ |
dictionary for instance variables (if defined) | |
def | __weakref__ |
list of weak references to the object (if defined) |
This object looks like a Tkinter.Menu in that you can add the same sorts of items to it.
We're hiding the actual Tkinter.Menu object because
def dialog.item.MenuFacade.__init__ | ( | args | ) |
__init__(args)
def dialog.item.MenuFacade.__dict__ | ( | args | ) |
dictionary for instance variables (if defined)
def dialog.item.MenuFacade.__weakref__ | ( | args | ) |
list of weak references to the object (if defined)
def dialog.item.MenuFacade.add_cascade | ( | args | ) |
add_cascade(args)
def dialog.item.MenuFacade.add_checkbutton | ( | args | ) |
add_checkbutton(args)
def dialog.item.MenuFacade.add_command | ( | args | ) |
add_command(args)
def dialog.item.MenuFacade.add_radiobutton | ( | args | ) |
add_radiobutton(args)
def dialog.item.MenuFacade.add_separator | ( | args | ) |
add_separator(args)