]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/txtstrm.h
added wxGet/SetWindowProc/UserData()
[wxWidgets.git] / include / wx / txtstrm.h
index 313c7d6c69f21152016814be8e77a88f31ce16fc..83b2f5a002728774c912f4d7aa027bccde426cfb 100644 (file)
@@ -56,6 +56,7 @@ public:
     wxString ReadString();  // deprecated: use ReadLine or ReadWord instead
     wxString ReadLine();
     wxString ReadWord();
+    wxChar   GetChar() { wxChar c = NextChar(); return c != wxEOT ? c : 0; }
 
     wxString GetStringSeparators() const { return m_separators; }
     void SetStringSeparators(const wxString &c) { m_separators = c; }