]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/classic/textctrl.h
compilation fix: wxGenericCollapsiblePane needs wxButton and wxStaticLine
[wxWidgets.git] / include / wx / mac / classic / textctrl.h
index 29fb31fe7be0d5c3abbc5598bbbc68942f309318..09783ec921aec3b0f83e009c58e55f2714b8aa3d 100644 (file)
@@ -25,7 +25,7 @@ public:
   // creation
   // --------
   wxTextCtrl() { Init(); }
-  ~wxTextCtrl();
+  virtual ~wxTextCtrl();
   wxTextCtrl(wxWindow *parent, wxWindowID id,
              const wxString& value = wxEmptyString,
              const wxPoint& pos = wxDefaultPosition,
@@ -69,9 +69,6 @@ public:
   virtual void Replace(long from, long to, const wxString& value);
   virtual void Remove(long from, long to);
 
-  // load the controls contents from the file
-  virtual bool LoadFile(const wxString& file);
-
   // sets/clears the dirty flag
   virtual void MarkDirty();
   virtual void DiscardEdits();