X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a9ed8caa09bc542a2ad9f752c0a6ca63c7119747..7344108e8a129a3f9b4df5ab0f98a1713db03b89:/interface/wx/combobox.h?ds=sidebyside diff --git a/interface/wx/combobox.h b/interface/wx/combobox.h index 8a78e9c4c8..bbe877bd1b 100644 --- a/interface/wx/combobox.h +++ b/interface/wx/combobox.h @@ -116,11 +116,6 @@ public: @param name Window name. - @beginWxPythonOnly - The wxComboBox constructor in wxPython reduces the @a n and @a choices - arguments are to a single argument, which is a list of strings. - @endWxPythonOnly - @beginWxPerlOnly Not supported by wxPerl. @endWxPerlOnly @@ -159,11 +154,6 @@ public: @param name Window name. - @beginWxPythonOnly - The wxComboBox constructor in wxPython reduces the @a n and @a choices - arguments are to a single argument, which is a list of strings. - @endWxPythonOnly - @beginWxPerlOnly Use an array reference for the @a choices parameter. @endWxPerlOnly @@ -259,11 +249,6 @@ public: /** Same as wxTextEntry::SetSelection(). - - @beginWxPythonOnly - This method is called SetMark() in wxPython, "SetSelection" is kept for - wxControlWithItems::SetSelection(). - @endWxPythonOnly */ virtual void SetSelection(long from, long to);