]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/combobox.h
Copy wxPerl notes from the LaTeX documentation.
[wxWidgets.git] / interface / wx / combobox.h
index b3ed47a41dedd3fd2518eb3c07e49b2939a36b6c..d8f8392bb11b3fbbd5d3ee367f6daa70f45f3067 100644 (file)
@@ -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,