]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/utils/convertrc/rc2xml.h
Document wxTextCtrl::XYToPosition, PositionToXY and GetLineLength change
[wxWidgets.git] / contrib / utils / convertrc / rc2xml.h
index 0481665f4bb3f3ccf5232326fdeedc838105896f..6afe5e6f82f7a73e6b069dc85ef96e4e8781682f 100644 (file)
@@ -5,6 +5,10 @@
 #if !defined(RC2XML_H)
 #define RC2XML_H
 
+#ifdef __GNUG__
+#pragma interface "rc2xml.h"
+#endif
+
 #include "wx/file.h"
 #include <wx/ffile.h>
 #include <wx/list.h>
@@ -58,10 +62,10 @@ protected:
     void ParseRadioButton(wxString phrase,wxString varname);
     void ParseCheckBox(wxString phrase,wxString varname);
     void ParsePushButton(wxString phrase, wxString varname);
-    bool Seperator(int ch);
+    bool Separator(int ch);
     void ParseGroupBox(wxString phrase, wxString varname);
     bool ReadRect(int & x, int & y, int & width, int & height);
-    wxString GetToken(bool *listseperator = 0);
+    wxString GetToken(bool *listseparator = 0);
     wxString GetQuoteField();
     wxString GetStringQuote();
     void ReadChar(int &ch);
@@ -87,7 +91,7 @@ protected:
     wxList * m_resourcelist;
     wxFile m_rc;
     wxFFile m_xmlfile;
-    int m_filesize;
+    wxFileOffset m_filesize;
     bool m_done;
 
 };