Home
last modified time | relevance | path

Searched refs:OnResetColours (Results 1 – 4 of 4) sorted by relevance

/dports/editors/wxhexeditor/wxHexEditor/src/
H A DHexDialogs.h170 void OnResetColours(wxCommandEvent& event);
H A DHexEditorGui.h514 virtual void OnResetColours( wxCommandEvent& event ) { event.Skip(); } in OnResetColours() function
H A DHexEditorGui.cpp1841 …COMMAND_BUTTON_CLICKED, wxCommandEventHandler( PreferencesDialogGui::OnResetColours ), NULL, this … in PreferencesDialogGui()
1864 …COMMAND_BUTTON_CLICKED, wxCommandEventHandler( PreferencesDialogGui::OnResetColours ), NULL, this … in ~PreferencesDialogGui()
H A DHexDialogs.cpp3171 void PreferencesDialog::OnResetColours( wxCommandEvent& event ) { in OnResetColours() function in PreferencesDialog