Home
last modified time | relevance | path

Searched refs:OnChangeCase (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/MaterialEditor/MaterialEditor/src/
H A DCodeEditor.cpp78 EVT_MENU (ID_CHANGELOWER, CodeEditor::OnChangeCase) in BEGIN_EVENT_TABLE()
79 EVT_MENU (ID_CHANGEUPPER, CodeEditor::OnChangeCase) in BEGIN_EVENT_TABLE()
504 void CodeEditor::OnChangeCase(wxCommandEvent &event) in OnChangeCase() function in CodeEditor
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/MaterialEditor/MaterialEditor/include/
H A DCodeEditor.h49 void OnChangeCase(wxCommandEvent &event);
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/samples/stc/
H A Dedit.h91 void OnChangeCase (wxCommandEvent &event);
H A Dedit.cpp97 EVT_MENU (myID_CHANGELOWER, Edit::OnChangeCase) in BEGIN_EVENT_TABLE()
98 EVT_MENU (myID_CHANGEUPPER, Edit::OnChangeCase) in BEGIN_EVENT_TABLE()
306 void Edit::OnChangeCase (wxCommandEvent &event) { in OnChangeCase() function in Edit
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/samples/stc/
H A Dedit.h91 void OnChangeCase (wxCommandEvent &event);
H A Dedit.cpp97 EVT_MENU (myID_CHANGELOWER, Edit::OnChangeCase) in BEGIN_EVENT_TABLE()
98 EVT_MENU (myID_CHANGEUPPER, Edit::OnChangeCase) in BEGIN_EVENT_TABLE()
306 void Edit::OnChangeCase (wxCommandEvent &event) { in OnChangeCase() function in Edit
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/samples/stc/
H A Dedit.h91 void OnChangeCase (wxCommandEvent &event);
H A Dedit.cpp97 EVT_MENU (myID_CHANGELOWER, Edit::OnChangeCase) in BEGIN_EVENT_TABLE()
98 EVT_MENU (myID_CHANGEUPPER, Edit::OnChangeCase) in BEGIN_EVENT_TABLE()
306 void Edit::OnChangeCase (wxCommandEvent &event) { in OnChangeCase() function in Edit
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/samples/stc/
H A Dedit.h91 void OnChangeCase (wxCommandEvent &event);
H A Dedit.cpp97 EVT_MENU (myID_CHANGELOWER, Edit::OnChangeCase) in BEGIN_EVENT_TABLE()
98 EVT_MENU (myID_CHANGEUPPER, Edit::OnChangeCase) in BEGIN_EVENT_TABLE()
306 void Edit::OnChangeCase (wxCommandEvent &event) { in OnChangeCase() function in Edit
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/stc/
H A Dedit.h99 void OnChangeCase (wxCommandEvent &event);
H A Dedit.cpp106 EVT_MENU (myID_CHANGELOWER, Edit::OnChangeCase) in wxBEGIN_EVENT_TABLE()
107 EVT_MENU (myID_CHANGEUPPER, Edit::OnChangeCase) in wxBEGIN_EVENT_TABLE()
418 void Edit::OnChangeCase (wxCommandEvent &event) { in OnChangeCase() function in Edit
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/stc/
H A Dedit.h99 void OnChangeCase (wxCommandEvent &event);
H A Dedit.cpp106 EVT_MENU (myID_CHANGELOWER, Edit::OnChangeCase) in wxBEGIN_EVENT_TABLE()
107 EVT_MENU (myID_CHANGEUPPER, Edit::OnChangeCase) in wxBEGIN_EVENT_TABLE()
418 void Edit::OnChangeCase (wxCommandEvent &event) { in OnChangeCase() function in Edit
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/stc/
H A Dedit.h99 void OnChangeCase (wxCommandEvent &event);
H A Dedit.cpp119 EVT_MENU (myID_CHANGELOWER, Edit::OnChangeCase) in wxBEGIN_EVENT_TABLE()
120 EVT_MENU (myID_CHANGEUPPER, Edit::OnChangeCase) in wxBEGIN_EVENT_TABLE()
433 void Edit::OnChangeCase (wxCommandEvent &event) { in OnChangeCase() function in Edit
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FortranProject/
H A Dfortranproject.h117 void OnChangeCase(wxCommandEvent& event);
H A Dfortranproject.cpp86 EVT_MENU(idMenuChangeCase, FortranProject::OnChangeCase) in BEGIN_EVENT_TABLE()
2042 void FortranProject::OnChangeCase(wxCommandEvent& event) in OnChangeCase() function in FortranProject