Home
last modified time | relevance | path

Searched refs:ScrollSections (Results 1 – 12 of 12) sorted by relevance

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/ribbon/
H A Dpage.h187 bool ScrollSections(int sections);
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/interface/wx/ribbon/
H A Dpage.h187 bool ScrollSections(int sections);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/interface/wx/ribbon/
H A Dpage.h187 bool ScrollSections(int sections);
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/ribbon/
H A Dpage.h58 bool ScrollSections(int sections);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/ribbon/
H A Dpage.h58 bool ScrollSections(int sections);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/gen/
H A Dribbon_page.sip133 bool ScrollSections(
137 ScrollSections(sections) -> bool
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/ribbon/
H A Dpage.h58 bool ScrollSections(int sections);
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/ribbon/
H A Dpage.cpp134 m_sibling->ScrollSections(1); in OnMouseUp()
138 m_sibling->ScrollSections(-1); in OnMouseUp()
345 bool wxRibbonPage::ScrollSections(int sections) in ScrollSections() function in wxRibbonPage
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/ribbon/
H A Dpage.cpp137 m_sibling->ScrollSections(1); in OnMouseUp()
141 m_sibling->ScrollSections(-1); in OnMouseUp()
349 bool wxRibbonPage::ScrollSections(int sections) in ScrollSections() function in wxRibbonPage
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/ribbon/
H A Dpage.cpp137 m_sibling->ScrollSections(1); in OnMouseUp()
141 m_sibling->ScrollSections(-1); in OnMouseUp()
349 bool wxRibbonPage::ScrollSections(int sections) in ScrollSections() function in wxRibbonPage
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/
H A Dribbon.pyi227 def ScrollSections(self, sections):
229 ScrollSections(sections) -> bool
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/cpp/
H A Dsip_ribbonwxRibbonPage.cpp1441 sipRes = sipCpp->ScrollSections(sections); in meth_wxRibbonPage_ScrollSections()