]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wince/textctrlce.h
added wxBookCtrl::ChangeSelection() which is the same as SetSelection() but doesn...
[wxWidgets.git] / include / wx / msw / wince / textctrlce.h
index 0556cdded672627a41c1ce93ef40235e5761cee1..0ed278f7cd3d2b4b438ed76c20e31b7100c7eea8 100644 (file)
 #ifndef _WX_TEXTCTRLCE_H_
 #define _WX_TEXTCTRLCE_H_
 
 #ifndef _WX_TEXTCTRLCE_H_
 #define _WX_TEXTCTRLCE_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "textctrlce.h"
-#endif
-
 #include "wx/dynarray.h"
 
 class WXDLLEXPORT wxTextCtrl;
 #include "wx/dynarray.h"
 
 class WXDLLEXPORT wxTextCtrl;
@@ -40,7 +36,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,