wxChoice derives from wxChoiceBase; renamed Append to DoAppend
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16730 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
3f2b72b240
commit
c33c81c30f
2 changed files with 7 additions and 5 deletions
|
|
@ -16,12 +16,10 @@
|
|||
#pragma interface "choice.h"
|
||||
#endif
|
||||
|
||||
#include "wx/ctrlsub.h"
|
||||
|
||||
WXDLLEXPORT_DATA(extern const char*) wxChoiceNameStr;
|
||||
|
||||
// Choice item
|
||||
class WXDLLEXPORT wxChoice: public wxControlWithItems
|
||||
class WXDLLEXPORT wxChoice: public wxChoiceBase
|
||||
{
|
||||
DECLARE_DYNAMIC_CLASS(wxChoice)
|
||||
|
||||
|
|
@ -63,7 +61,7 @@ public:
|
|||
virtual void SetString(int n, const wxString& s);
|
||||
|
||||
// Original API
|
||||
virtual void Append(const wxString& item);
|
||||
// virtual void Append(const wxString& item);
|
||||
virtual void Delete(int n);
|
||||
virtual void Clear();
|
||||
virtual int GetSelection() const ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue