X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3051a44a73502c2b03d1618d0a8e94274ee67e16..71a0f42d2a5606098e3e7abbb50b9bb1cd718f9e:/interface/wx/choice.h?ds=inline diff --git a/interface/wx/choice.h b/interface/wx/choice.h index 82cb664da2..0ba51c7546 100644 --- a/interface/wx/choice.h +++ b/interface/wx/choice.h @@ -3,7 +3,7 @@ // Purpose: interface of wxChoice // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -40,7 +40,6 @@ public: */ wxChoice(); - //@{ /** Constructor, creating and showing a choice. @@ -50,9 +49,10 @@ public: Window identifier. The value wxID_ANY indicates a default value. @param pos Window position. + If ::wxDefaultPosition is specified then a default position is chosen. @param size - Window size. If wxDefaultSize is specified then the choice is sized - appropriately. + Window size. + If ::wxDefaultSize is specified then the choice is sized appropriately. @param n Number of strings with which to initialise the choice control. @param choices @@ -72,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, @@ -110,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, @@ -118,7 +126,6 @@ public: long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxChoiceNameStr ); - //@} /** Destructor, destroying the choice item.