Searched refs:OnPositionLeftLabels (Results 1 – 5 of 5) sorted by relevance
130 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
137 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
239 self.Bind(wx.EVT_MENU, self.OnPositionLeftLabels, id=ID_POSITION_LEFT_LABELS)487 def OnPositionLeftLabels(self, event): member in RibbonFrame
426 self.Bind(wx.EVT_MENU, self.OnPositionLeftLabels, id=ID_POSITION_LEFT_LABELS)703 def OnPositionLeftLabels(self, event): member in RibbonFrame