]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/utils/convertrc/convert.h
Removed very out of date files in docs/msw
[wxWidgets.git] / contrib / utils / convertrc / convert.h
index 472953e2294f859bff7c1d3fab71f699ef4d8a47..07043d494efa4a8a110d372ea0f5c9fd9ed4a602 100644 (file)
@@ -5,6 +5,10 @@
 #if !defined(MAINFRAME_H)
 #define MAINFRAME_H
 
+#ifdef __GNUG__
+#pragma interface "convert.h"
+#endif
+
 #include "wx/wxprec.h"
 
 
 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();