A generic GUI widget class, wrapper for tk.Frame.
Generic metagui widget, suitable for Controls, Panels, etc.
Create a Widget.
Cause the Widget to “blink” by briefly changing its background color.
Destroy the widget.
Disable the Widget.
Initialize the base tk.Frame class.
Enable or disable the Widget and all its children.
Return a list of command-line options for this widget.
Set widget options from the given list of command-line arguments, and remove any successfully parsed options and arguments from args. Override this in derived classes.