]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/textctrl.h
move frame decorations drawing to the base class
[wxWidgets.git] / include / wx / msw / textctrl.h
index 2202637d0342c08003db9e154f56d49681af2953..44cbc3653b40e7c681cf29a1a84b3baf675aec4f 100644 (file)
@@ -31,7 +31,7 @@ public:
 
         Create(parent, id, value, pos, size, style, validator, name);
     }
 
         Create(parent, id, value, pos, size, style, validator, name);
     }
-    ~wxTextCtrl();
+    virtual ~wxTextCtrl();
 
     bool Create(wxWindow *parent, wxWindowID id,
                 const wxString& value = wxEmptyString,
 
     bool Create(wxWindow *parent, wxWindowID id,
                 const wxString& value = wxEmptyString,
@@ -68,6 +68,7 @@ public:
 
     // load the controls contents from the file
     virtual bool LoadFile(const wxString& file);
 
     // load the controls contents from the file
     virtual bool LoadFile(const wxString& file);
+    virtual bool LoadFile(const wxString& file, int WXUNUSED(fileType)) { return LoadFile(file); }
 
     // clears the dirty flag
     virtual void MarkDirty();
 
     // clears the dirty flag
     virtual void MarkDirty();