Home
last modified time | relevance | path

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

/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);
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/ribbon/
H A Dbar.cpp1214 void wxRibbonBar::DoMouseButtonCommon(wxMouseEvent& evt, wxEventType tab_event_type) in DoMouseButtonCommon() argument
1219 wxRibbonBarEvent notification(tab_event_type, GetId(), tab->page); in DoMouseButtonCommon()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/ribbon/
H A Dbar.cpp1185 void wxRibbonBar::DoMouseButtonCommon(wxMouseEvent& evt, wxEventType tab_event_type) in DoMouseButtonCommon() argument
1190 wxRibbonBarEvent notification(tab_event_type, GetId(), tab->page); in DoMouseButtonCommon()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/agw/ribbon/
H A Dbar.py1178 def DoMouseButtonCommon(self, event, tab_event_type): argument
1189 notification = RibbonBarEvent(tab_event_type, self.GetId(), tab.page)
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/ribbon/
H A Dbar.cpp1185 void wxRibbonBar::DoMouseButtonCommon(wxMouseEvent& evt, wxEventType tab_event_type) in DoMouseButtonCommon() argument
1190 wxRibbonBarEvent notification(tab_event_type, GetId(), tab->page); in DoMouseButtonCommon()