module documentation
(source)

Undocumented

Class FloatingToC Undocumented
Class MyEventBox Undocumented
Class SidePaneToC Undocumented
Class ToCPageViewExtension Undocumented
Class ToCPlugin Undocumented
Class ToCTreeModel Undocumented
Class ToCTreeView Undocumented
Class ToCWidget No class docstring; 0/5 instance variable, 0/1 class variable, 2/14 methods documented
Function find_heading No summary
Function get_headings Undocumented
Function select_heading Select the nth heading in the buffer
Constant LINE_LEVEL Undocumented
Constant TEXT_COL Undocumented
Variable logger Undocumented
Function _is_heading_or_line Undocumented
def find_heading(buffer, n, include_hr): (source)
Find the nth heading in the buffer
Parameters
bufferthe Gtk.TextBuffer
nan integer
include_hrUndocumented
Returns
a Gtk.TextIter for the line start of the heading or None
def get_headings(parsetree, include_hr): (source)

Undocumented

def select_heading(buffer, n, include_hr): (source)
Select the nth heading in the buffer
LINE_LEVEL: int = (source)

Undocumented

Value
2
TEXT_COL: int = (source)

Undocumented

Value
0
logger = (source)

Undocumented

def _is_heading_or_line(iter, include_hr): (source)

Undocumented