Home
last modified time | relevance | path

Searched refs:HasExtButton (Results 1 – 22 of 22) sorted by relevance

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/unittests/
H A Dtest_ribbon_panel.py37 p.HasExtButton()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/ribbon/
H A Dpanel.h190 virtual bool HasExtButton() const;
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/interface/wx/ribbon/
H A Dpanel.h190 virtual bool HasExtButton() const;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/interface/wx/ribbon/
H A Dpanel.h190 virtual bool HasExtButton() const;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/gen/
H A Dribbon_panel.sip86 bool HasExtButton() const;
88 HasExtButton() -> bool
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/ribbon/
H A Dpanel.h76 virtual bool HasExtButton() const;
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/ribbon/
H A Dpanel.h76 virtual bool HasExtButton() const;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/ribbon/
H A Dpanel.h76 virtual bool HasExtButton() const;
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/ribbon/
H A Dpanel.cpp206 if(HasExtButton()) in TestPositionForHover()
239 bool wxRibbonPanel::HasExtButton()const in HasExtButton() function in wxRibbonPanel
762 if(HasExtButton()) in Layout()
H A Dart_aui.cpp808 if(wnd->HasExtButton()) in DrawPanelBackground()
H A Dart_msw.cpp1886 bool has_ext_button = wnd->HasExtButton(); in DrawPanelBackground()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/ribbon/
H A Dpanel.cpp209 if(HasExtButton()) in TestPositionForHover()
242 bool wxRibbonPanel::HasExtButton()const in HasExtButton() function in wxRibbonPanel
761 if(HasExtButton()) in Layout()
H A Dart_aui.cpp746 if(wnd->HasExtButton()) in DrawPanelBackground()
H A Dart_msw.cpp1758 bool has_ext_button = wnd->HasExtButton(); in DrawPanelBackground()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/ribbon/
H A Dpanel.cpp209 if(HasExtButton()) in TestPositionForHover()
242 bool wxRibbonPanel::HasExtButton()const in HasExtButton() function in wxRibbonPanel
761 if(HasExtButton()) in Layout()
H A Dart_aui.cpp746 if(wnd->HasExtButton()) in DrawPanelBackground()
H A Dart_msw.cpp1758 bool has_ext_button = wnd->HasExtButton(); in DrawPanelBackground()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/agw/ribbon/
H A Dpanel.py326 if self.HasExtButton():
335 def HasExtButton(self): member in RibbonPanel
846 if self.HasExtButton():
H A Dart_aui.py820 if wnd.HasExtButton():
H A Dart_msw.py1448 has_ext_button = wnd.HasExtButton()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/
H A Dribbon.pyi291 def HasExtButton(self):
293 HasExtButton() -> bool
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/cpp/
H A Dsip_ribbonwxRibbonPanel.cpp1163 sipRes = sipCpp->HasExtButton(); in meth_wxRibbonPanel_HasExtButton()