]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/utils/convertrc/rc2wxr.h
Unicode markup.
[wxWidgets.git] / contrib / utils / convertrc / rc2wxr.h
index 35aeb28bc2fa0d18f31f47994df2c2429ebfdc8b..3250092d7e2f1a45a1532dcea0096be926826f44 100644 (file)
@@ -8,12 +8,12 @@
 #include "wx/file.h"
 #include "stdio.h"
 
-class wxRC2WXR : public wxObject  
+class rc2wxr : public wxObject
 {
 public:
-wxRC2WXR();
-~wxRC2WXR();
-void Open(wxString wxrfile, wxString rcfile);
+rc2wxr();
+~rc2wxr();
+void Convert(wxString wxrfile, wxString rcfile);
 
 private:
 wxFile m_rc;
@@ -44,28 +44,5 @@ void ParseCtrlButton(wxString label, wxString varname);
 
 };
 
-class wxFileProgressDlg : public wxDialog
-{
-public:
-       void UpdateProgress(wxFile *f);
-
-wxFileProgressDlg();
-virtual ~wxFileProgressDlg();
-
-protected:
-wxGauge *m_pProgress;
-wxStaticText *m_pCompleteLabel;
-
-  DECLARE_EVENT_TABLE()
-
-};
-class GenerateBitmapSrc : public wxObject  
-{
-public:
-       bool Create(wxString imfile, wxString srcfile,wxString varname);
-       GenerateBitmapSrc();
-       virtual ~GenerateBitmapSrc();
-
-};
 
-#endif
\ No newline at end of file
+#endif