class HistoryPath(Path): (source)
Method | __init__ |
Undocumented |
Class Variable | __slots__ |
Undocumented |
Instance Variable | cursor |
cursor position as integer offset from start of the text buffer |
Instance Variable | is_first |
True when this is the first path in the history |
Instance Variable | is_last |
True when this is the last path in the history |
Instance Variable | scroll |
scroll position of the text view as integer |