]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/choice.h
Added GetBitmap, GetIcon to wxImageList
[wxWidgets.git] / include / wx / choice.h
index 12bf96c6e06917a16bd4ce6a4930f84a9c69eb6e..9f396fdd9caab25a1c64c88c8281df752b45e6b5 100644 (file)
@@ -42,12 +42,6 @@ public:
 
     // all generic methods are in wxControlWithItems
 
-    // single selection logic
-    virtual void SetSelection(int n) = 0;
-
-    // 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 ) { }