Handles mouse interactions that involve highlighting a region of data
and acting immediately.
|
|
__init__(self,
color=('dataGTK.sel', (0.3, 0.3, 1, 0.3)),
action=<__builtin__.function object>,
dblclick=<__builtin__.function object>,
scroll=None,
hires_keys=True)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
get_sel(self)
Returns the selection end-times (left, right) in order. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from toolspace.Tool:
activate,
deactivate,
onActivate,
onDeactivate,
onKeyRelease,
onNeedPopup,
onRoll
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|