Home
last modified time | relevance | path

Searched refs:OnPositionLeftLabels (Results 1 – 5 of 5) sorted by relevance

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/ribbon/
H A Dribbondemo.cpp130 void OnPositionLeftLabels(wxCommandEvent& evt);
234 EVT_MENU(ID_POSITION_LEFT_LABELS, MyFrame::OnPositionLeftLabels) in wxBEGIN_EVENT_TABLE()
826 void MyFrame::OnPositionLeftLabels(wxCommandEvent& WXUNUSED(evt)) in OnPositionLeftLabels() function in MyFrame
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/ribbon/
H A Dribbondemo.cpp130 void OnPositionLeftLabels(wxCommandEvent& evt);
234 EVT_MENU(ID_POSITION_LEFT_LABELS, MyFrame::OnPositionLeftLabels) in wxBEGIN_EVENT_TABLE()
826 void MyFrame::OnPositionLeftLabels(wxCommandEvent& WXUNUSED(evt)) in OnPositionLeftLabels() function in MyFrame
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/ribbon/
H A Dribbondemo.cpp137 void OnPositionLeftLabels(wxCommandEvent& evt);
247 EVT_MENU(ID_POSITION_LEFT_LABELS, MyFrame::OnPositionLeftLabels) in wxBEGIN_EVENT_TABLE()
897 void MyFrame::OnPositionLeftLabels(wxCommandEvent& WXUNUSED(evt)) in OnPositionLeftLabels() function in MyFrame
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/samples/ribbon/
H A Dribbonbar_demo.py239 self.Bind(wx.EVT_MENU, self.OnPositionLeftLabels, id=ID_POSITION_LEFT_LABELS)
487 def OnPositionLeftLabels(self, event): member in RibbonFrame
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/agw/
H A DRibbonBar.py426 self.Bind(wx.EVT_MENU, self.OnPositionLeftLabels, id=ID_POSITION_LEFT_LABELS)
703 def OnPositionLeftLabels(self, event): member in RibbonFrame