X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c06957daf10bb92fe72a2a599835cb0a2fc1ac52..1058f652031c9b99daa7c701f09f16c3af7159c1:/interface/wx/combobox.h diff --git a/interface/wx/combobox.h b/interface/wx/combobox.h index b3ed47a41d..d8f8392bb1 100644 --- a/interface/wx/combobox.h +++ b/interface/wx/combobox.h @@ -117,6 +117,10 @@ public: arguments are to a single argument, which is a list of strings. @endWxPythonOnly + @beginWxPerlOnly + Not supported by wxPerl. + @endWxPerlOnly + @see Create(), wxValidator */ wxComboBox(wxWindow* parent, wxWindowID id, @@ -156,6 +160,10 @@ public: arguments are to a single argument, which is a list of strings. @endWxPythonOnly + @beginWxPerlOnly + Use an array reference for the @a choices parameter. + @endWxPerlOnly + @see Create(), wxValidator */ wxComboBox(wxWindow* parent, wxWindowID id,