Home
last modified time | relevance | path

Searched refs:DoMouseButtonCommon (Results 1 – 7 of 7) sorted by relevance

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/agw/ribbon/
H A Dbar.py1048 self.DoMouseButtonCommon(event, wxEVT_COMMAND_RIBBONBAR_TAB_LEFT_DCLICK)
1145 self.DoMouseButtonCommon(event, wxEVT_COMMAND_RIBBONBAR_TAB_MIDDLE_DOWN)
1155 self.DoMouseButtonCommon(event, wxEVT_COMMAND_RIBBONBAR_TAB_MIDDLE_UP)
1165 self.DoMouseButtonCommon(event, wxEVT_COMMAND_RIBBONBAR_TAB_RIGHT_DOWN)
1175 self.DoMouseButtonCommon(event, wxEVT_COMMAND_RIBBONBAR_TAB_RIGHT_UP)
1178 def DoMouseButtonCommon(self, event, tab_event_type): member in RibbonBar
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/ribbon/
H A Dbar.cpp1179 DoMouseButtonCommon(evt, wxEVT_RIBBONBAR_TAB_MIDDLE_DOWN); in OnMouseMiddleDown()
1184 DoMouseButtonCommon(evt, wxEVT_RIBBONBAR_TAB_MIDDLE_UP); in OnMouseMiddleUp()
1189 DoMouseButtonCommon(evt, wxEVT_RIBBONBAR_TAB_RIGHT_DOWN); in OnMouseRightDown()
1194 DoMouseButtonCommon(evt, wxEVT_RIBBONBAR_TAB_RIGHT_UP); in OnMouseRightUp()
1214 void wxRibbonBar::DoMouseButtonCommon(wxMouseEvent& evt, wxEventType tab_event_type) in DoMouseButtonCommon() function in wxRibbonBar
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/ribbon/
H A Dbar.cpp1148 DoMouseButtonCommon(evt, wxEVT_RIBBONBAR_TAB_MIDDLE_DOWN); in OnMouseMiddleDown()
1153 DoMouseButtonCommon(evt, wxEVT_RIBBONBAR_TAB_MIDDLE_UP); in OnMouseMiddleUp()
1158 DoMouseButtonCommon(evt, wxEVT_RIBBONBAR_TAB_RIGHT_DOWN); in OnMouseRightDown()
1163 DoMouseButtonCommon(evt, wxEVT_RIBBONBAR_TAB_RIGHT_UP); in OnMouseRightUp()
1185 void wxRibbonBar::DoMouseButtonCommon(wxMouseEvent& evt, wxEventType tab_event_type) in DoMouseButtonCommon() function in wxRibbonBar
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/ribbon/
H A Dbar.cpp1148 DoMouseButtonCommon(evt, wxEVT_RIBBONBAR_TAB_MIDDLE_DOWN); in OnMouseMiddleDown()
1153 DoMouseButtonCommon(evt, wxEVT_RIBBONBAR_TAB_MIDDLE_UP); in OnMouseMiddleUp()
1158 DoMouseButtonCommon(evt, wxEVT_RIBBONBAR_TAB_RIGHT_DOWN); in OnMouseRightDown()
1163 DoMouseButtonCommon(evt, wxEVT_RIBBONBAR_TAB_RIGHT_UP); in OnMouseRightUp()
1185 void wxRibbonBar::DoMouseButtonCommon(wxMouseEvent& evt, wxEventType tab_event_type) in DoMouseButtonCommon() function in wxRibbonBar
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/ribbon/
H A Dbar.h188 void DoMouseButtonCommon(wxMouseEvent& evt, wxEventType tab_event_type);
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/ribbon/
H A Dbar.h192 void DoMouseButtonCommon(wxMouseEvent& evt, wxEventType tab_event_type);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/ribbon/
H A Dbar.h188 void DoMouseButtonCommon(wxMouseEvent& evt, wxEventType tab_event_type);