|
Methods defined here:
- Add(self, objects)
- Add a set of objects to the selection set
- Clear(self)
- Clear the selection set (and the current focus)
- Get(self)
- Retrieve the current selection set
- GetFocus(self)
- Get the current focus of the control (must be in the selection set)
- Remove(self, object)
- Remove a single object from the selection set
- SetFocus(self, object)
- Set the current focus of the control
- Toggle(self, object)
- Toggle an object's selection status, set as focus if it's not currently in selection
- __init__(self)
Data and other attributes defined here:
- __dict__ = <dictproxy object at 0x01A2EB90>
- dictionary for instance variables (if defined)
- __weakref__ = <attribute '__weakref__' of 'SelectionSet' objects>
- list of weak references to the object (if defined)
|