]> Shamusworld >> Repos - ttedit/blobdiff - src/ttedit.h
Fix cursors so that the use proper masks, added char window toggle,
[ttedit] / src / ttedit.h
index 6545455efe0304639ee9575664c8c4be2f3e711e..fc0fb3ef8e65b5e7466722dd872168d82f42b55b 100755 (executable)
@@ -56,6 +56,7 @@ class TTEditFrame: public wxFrame
                void OnOpen(wxCommandEvent &e);
                void OnExit(wxCommandEvent &e);
                void OnAbout(wxCommandEvent &e);
+               void OnCharWindow(wxCommandEvent &e);
 
        DECLARE_EVENT_TABLE()
 };