X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1d156af3247c862e51a7c62f569a3fd302052a42..39a18da1a8090ea49c224bd5319f452d86e69100:/interface/wx/choice.h diff --git a/interface/wx/choice.h b/interface/wx/choice.h index dba1a3bdd1..50cd202753 100644 --- a/interface/wx/choice.h +++ b/interface/wx/choice.h @@ -26,11 +26,12 @@ @library{wxcore} @category{ctrl} - @appearance{choice.png} + @appearance{choice} @see wxListBox, wxComboBox, wxCommandEvent */ -class wxChoice : public wxControlWithItems +class wxChoice : public wxControl, + public wxItemContainer { public: /** @@ -66,13 +67,6 @@ public: @see Create(), wxValidator - @beginWxPythonOnly - - The wxChoice constructor in wxPython reduces the @a n and @a choices - arguments to a single argument, which is a list of strings. - - @endWxPythonOnly - @beginWxPerlOnly Not supported by wxPerl. @endWxPerlOnly @@ -108,13 +102,6 @@ public: @see Create(), wxValidator - @beginWxPythonOnly - - The wxChoice constructor in wxPython reduces the @a n and @a choices - arguments to a single argument, which is a list of strings. - - @endWxPythonOnly - @beginWxPerlOnly Use an array reference for the @a choices parameter. @endWxPerlOnly