X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dc1b07fd4da4721233cda03471c4eefb786ee6ad..b19b28c8fca9815949753ed0c68097efe8943b18:/interface/wx/choice.h diff --git a/interface/wx/choice.h b/interface/wx/choice.h index 0d00b7db2d..20ec50bc12 100644 --- a/interface/wx/choice.h +++ b/interface/wx/choice.h @@ -40,7 +40,6 @@ public: */ wxChoice(); - //@{ /** Constructor, creating and showing a choice. @@ -73,6 +72,10 @@ public: arguments to a single argument, which is a list of strings. @endWxPythonOnly + + @beginWxPerlOnly + Not supported by wxPerl. + @endWxPerlOnly */ wxChoice( wxWindow *parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, @@ -111,6 +114,10 @@ public: arguments to a single argument, which is a list of strings. @endWxPythonOnly + + @beginWxPerlOnly + Use an array reference for the @a choices parameter. + @endWxPerlOnly */ wxChoice( wxWindow *parent, wxWindowID id, const wxPoint& pos, @@ -119,7 +126,6 @@ public: long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxChoiceNameStr ); - //@} /** Destructor, destroying the choice item.