]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/control.h
Disable wxUSE_STD_CONTAINERS by default for MSVC6.
[wxWidgets.git] / include / wx / palmos / control.h
index 82cc98bd3e8837d768012b5e9788e31507ae8c5d..caa3a804a4511117817347625792e516357c2281 100644 (file)
 #ifndef _WX_CONTROL_H_
 #define _WX_CONTROL_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "control.h"
-#endif
-
 #include "wx/dynarray.h"
 
 // General item class
-class WXDLLEXPORT wxControl : public wxControlBase
+class WXDLLIMPEXP_CORE wxControl : public wxControlBase
 {
 public:
     wxControl() { Init(); }
@@ -52,7 +48,7 @@ public:
     virtual bool IsShown() const;
 
     virtual void SetLabel(const wxString& label);
-    virtual wxString GetLabel();
+    //virtual wxString GetLabel();
 
     // implementation from now on
     // --------------------------