wxoo.selectionset
index
p:\wxproperties\wxoo\selectionset.py

Selection-set implementation for canvas programming

 
Modules
       
clip_dndc
cmndlgsc
controls2c
controlsc
eventsc
filesysc
fontsc
framesc
gdic
imagec
mdic
misc2c
miscc
printfwc
sizersc
stattoolc
streamsc
sys
types
utilsc
windows2c
windows3c
windowsc
wxPython.wx
wxPython.wxc

 
Classes
       
object
SelectionSet

 
class SelectionSet(object)
    Implement selection-set semantics for a set of objects
 
Includes two major components:
        currentFocus -- a single object currently the focus of the control
        value -- a list of objects currently in the selection set
 
  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)