X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/16cba29d3a5a0a95b367382311a4a7a9a9833210..d51305e81eb593bedd92cda864671e15209c268f:/include/wx/choice.h diff --git a/include/wx/choice.h b/include/wx/choice.h index 47f7426051..ea08445c75 100644 --- a/include/wx/choice.h +++ b/include/wx/choice.h @@ -20,6 +20,8 @@ #pragma interface "choicebase.h" #endif +#include "wx/defs.h" + #if wxUSE_CHOICE #include "wx/ctrlsub.h" // the base class @@ -42,13 +44,6 @@ public: // 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 ) { }