module timelinelib.wxgui.cursor

A representation of the cursor and it’s position on in the Timeline window.

class timelinelib.wxgui.cursor.Cursor[source]

Bases: object

__init__(x=0, y=0)[source]

Initialize self. See help(type(self)) for accurate signature.

__repr__()[source]

Return repr(self).

property x
property y
property pos
property start
property rect
has_moved()[source]
reset_move()[source]
move(x, y)[source]