Home
last modified time | relevance | path

Searched refs:TocShowsSectionNumbers (Results 1 – 3 of 3) sorted by relevance

/dports/math/wxmaxima/wxmaxima-Version-20.04.0/src/
H A DTableOfContents.cpp143 if ((*m_configuration)->TocShowsSectionNumbers()) in UpdateDisplay()
225 if ((*m_configuration)->TocShowsSectionNumbers()) in GetCell()
306 (*m_configuration)->TocShowsSectionNumbers()); in OnMouseRightDown()
H A DConfiguration.h787 void TocShowsSectionNumbers(bool showSectionNumbers) in TocShowsSectionNumbers() function
792 bool TocShowsSectionNumbers() const {return m_TOCshowsSectionNumbers;} in TocShowsSectionNumbers() function
H A DwxMaxima.cpp8664 m_worksheet->m_configuration->TocShowsSectionNumbers(event.IsChecked()); in PopupMenu()