
| Static Public Attributes | |
| string | LEFT_MARKED = 'left marked' | 
| string | MARKED = 'marked' | 
| string | MOVE_LEFT = 'move left' | 
| string | MOVE_RIGHT = 'move right' | 
| string | NONE = 'none' | 
| string | SHIFTING = 'shifting' | 
SelectionMode states consolidated for readability NONE = no region marked or started LEFT_MARKED = one end of the region has been marked MARKED = both ends of the region have been marked SHIFTING = region is marked; currently dragging the region MOVE_LEFT = region is marked; currently changing the left boundry of the selected region MOVE_RIGHT = region is marked; currently changing the right boundry of the selected region
Definition at line 47 of file timeline_frame.py.
| 
 | static | 
Definition at line 59 of file timeline_frame.py.
| 
 | static | 
Definition at line 60 of file timeline_frame.py.
| 
 | static | 
Definition at line 62 of file timeline_frame.py.
| 
 | static | 
Definition at line 63 of file timeline_frame.py.
| 
 | static | 
Definition at line 58 of file timeline_frame.py.
| 
 | static | 
Definition at line 61 of file timeline_frame.py.