Module propertyselector
A 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 user
with the getSelected() method.
PropertySelector will display properties without the type (e.g.,
"i_", "s_") or owner/family (e.g., "mmod_",
"sd_") tags, for readability. The list of properties displayed
can be limited to a single family.
The listbox component can be set to multiple or single selection with
the boolean "multi" initialization option.
Copyright Schrodinger, LLC. All rights reserved.
|
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
|
|
__doc__ = ...
|
|
BOX_WIDTH = 40
|
|
BOX_HEIGHT = 6
|
|
__package__ = ' schrodinger.ui '
|
__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.
...
|
|