Home
last modified time | relevance | path

Searched refs:OnUpdateReplaceRange (Results 1 – 2 of 2) sorted by relevance

/dports/editors/xmlcopyeditor/xmlcopyeditor/src/
H A Dxmlcopyeditor.h300 void OnUpdateReplaceRange ( wxUpdateUIEvent& event );
H A Dxmlcopyeditor.cpp180 EVT_UPDATE_UI_RANGE ( ID_REPLACE, ID_GLOBAL_REPLACE, MyFrame::OnUpdateReplaceRange ) in BEGIN_EVENT_TABLE()
3681 void MyFrame::OnUpdateReplaceRange ( wxUpdateUIEvent& event ) in OnUpdateReplaceRange() function in MyFrame