]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/choice.h
Compilation fix for VC++ 5 and 6
[wxWidgets.git] / include / wx / choice.h
index 47f742605189e407c79859b42c13882a4ee48db2..ea08445c753215d5aca0bb996c5fbedd2cab96ea 100644 (file)
@@ -20,6 +20,8 @@
     #pragma interface "choicebase.h"
 #endif
 
     #pragma interface "choicebase.h"
 #endif
 
+#include "wx/defs.h"
+
 #if wxUSE_CHOICE
 
 #include "wx/ctrlsub.h"     // the base class
 #if wxUSE_CHOICE
 
 #include "wx/ctrlsub.h"     // the base class
@@ -42,13 +44,6 @@ public:
 
     // all generic methods are in wxControlWithItems
 
 
     // all generic methods are in wxControlWithItems
 
-    // single selection logic
-    virtual void SetSelection(int n) = 0;
-    virtual bool SetStringSelection(const wxString& s);
-
-    // don't override this
-    virtual void Select(int n) { SetSelection(n); }
-
     // set/get the number of columns in the control (as they're not supported on
     // most platforms, they do nothing by default)
     virtual void SetColumns(int WXUNUSED(n) = 1 ) { }
     // set/get the number of columns in the control (as they're not supported on
     // most platforms, they do nothing by default)
     virtual void SetColumns(int WXUNUSED(n) = 1 ) { }