]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/textctrl.h
added wxGridCellRenderer
[wxWidgets.git] / include / wx / textctrl.h
index 7db565fd5c7f333bb9805bc779d95eccc1967424..223403b1c85d8c9df8ac3610fc215df1c1040fcf 100644 (file)
@@ -15,6 +15,9 @@
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------
+#ifdef __GNUG__
+    #pragma interface "textctrlbase.h"
+#endif   
 
 #include "wx/defs.h"
 #include "wx/control.h"         // the base class
@@ -152,7 +155,7 @@ public:
     bool Modified() const { return IsModified(); }
 #endif
 
-private:
+protected:
     // the name of the last file loaded with LoadFile() which will be used by
     // SaveFile() by default
     wxString m_filename;