]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/utils/convertrc/convert.h
Correct orientation of splitter sash again.
[wxWidgets.git] / contrib / utils / convertrc / convert.h
index 472953e2294f859bff7c1d3fab71f699ef4d8a47..b7ae887ec336f2504b141c19ce8ea79501be062e 100644 (file)
 class wxMainFrame:public wxFrame
 {
 public:
-    void OnRC2XML();
-    void OnWXR2XML();
-    void OnRc2Wxr();
-    void OnQuit();
-    wxMainFrame(wxWindow* parent, wxWindowID id, 
+    void OnRC2XML(wxCommandEvent& event);
+    void OnWXR2XML(wxCommandEvent& event);
+    void OnRc2Wxr(wxCommandEvent& event);
+    void OnQuit(wxCommandEvent& event);
+    wxMainFrame(wxWindow* parent, wxWindowID id,
         const wxString& title, const wxPoint& pos = wxDefaultPosition,
         const wxSize& size = wxDefaultSize, long style = wxDEFAULT_FRAME_STYLE,
-        const wxString& name = "frame");
+        const wxString& name = _T("frame"));
     virtual ~wxMainFrame();
-       
+
 protected:
     DECLARE_EVENT_TABLE()
 };
 
-class wxConvertApp : public wxApp  
+class wxConvertApp : public wxApp
 {
 public:
     bool HandleCommandLine();