class documentation

class HistoryPath(Path): (source)

View In Hierarchy

Path with some additional info from the history.
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
def __init__(self, name, cursor=None, scroll=None): (source)

Undocumented

__slots__: tuple[str, ...] = (source)

Undocumented

cursor = (source)
cursor position as integer offset from start of the text buffer
is_first: bool = (source)
True when this is the first path in the history
is_last: bool = (source)
True when this is the last path in the history
scroll = (source)
scroll position of the text view as integer