Return the offset of the lines used to mark each event.
(self)
| 2047 | self._linelength = linelength |
| 2048 | |
| 2049 | def get_lineoffset(self): |
| 2050 | """Return the offset of the lines used to mark each event.""" |
| 2051 | return self._lineoffset |
| 2052 | |
| 2053 | def set_lineoffset(self, lineoffset): |
| 2054 | """Set the offset of the lines used to mark each event.""" |
no outgoing calls