Package schrodinger :: Package ui :: Module propertyselector
[hide private]
[frames] | no frames]

Module propertyselector

Classes [hide private]
  PropertySelector
Class for selecting properties, with features to organize by family/owner, filter by name, and/or sort items in the list.
  PropertySelectorMenu
Pull-down menu style property selected Used by VSW GUI
Variables [hide private]
  __doc__ = ...
  BOX_WIDTH = 40
  BOX_HEIGHT = 6
Variables Details [hide private]

__doc__

Value:
"""
A L{PropertySelector} Frame class for viewing and selecting properties\
.

Pass the widget a list of properties (via the constructor or the
setProperties() method), and then extract properties selected by the u\
ser with
the getSelected() method.
...