virtual bool IsSorted() const { return HasFlag(wxCB_SORT); }
private:
- DECLARE_NO_COPY_CLASS(wxChoiceBase)
+ wxDECLARE_NO_COPY_CLASS(wxChoiceBase);
};
// ----------------------------------------------------------------------------
#include "wx/cocoa/choice.h"
#elif defined(__WXPM__)
#include "wx/os2/choice.h"
-#elif defined(__WXPALMOS__)
- #include "wx/palmos/choice.h"
#endif
#endif // wxUSE_CHOICE