mglutil.gui.BasicWidgets.Tk.customizedWidgets.KeySelectable:
Adds the ability to use keystrokes to quickly select items in a
list.
mglutil.gui.BasicWidgets.Tk.customizedWidgets.KeySelectableScrolledCanvas:
Adds the ability to use keystrokes to quickly select items in a
Pmw.ScrolledCanvas.
NetworkEditor.widgets.PortWidget:
base class for network editor widgets
port: Port instance to which the widget is bound
master: parent widget into which the widget will be created
labelCfg: configuration dictionary for a Tkinter.Label (use to anme the widget
## FIXME ....
NetworkEditor.widgets.TkPortWidget:
base class for basic Tkinter widgets such as Entry or Button
these widget all have an attribute tkwidget which is the actual
Tkinter widget they wrap.
NetworkEditor.widgets.NEVectEntry:
this widget is a specialized Entry for typing in vector values a
setValue() method has been added which checks that the input is
correct
NetworkEditor.widgets.NEVectorGUI:
NetworkEditor wrapper for vector3DGUI widget/
Handles all PortWidget arguments and all vector3DGUI arguments except for
vector.