wx.AccSelectionFlags¶The AccSelectionFlags enumeration provides the following values:
Description  | 
Value  | 
|---|---|
  | 
No action is performed.  | 
  | 
The object is focused and becomes the selection anchor.  | 
  | 
The object is selected and all other objects are removed from the current selection.  | 
  | 
All objects between the selection anchor and this object are added to the current selection if the anchor object’s is selected or they are removed from the current selection otherwise.  | 
  | 
The object is added to the current selection.  | 
  | 
The object is removed from the current selection.  |