]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/radiobox.h
Copy wxPerl notes from the LaTeX documentation.
[wxWidgets.git] / interface / wx / radiobox.h
index 43326c3aeb613f3ca04150af1983b28417545015..f8b23afe994e1b44cef80ddcefab112908eb1855 100644 (file)
@@ -77,6 +77,10 @@ public:
         @param name
             Window name.
 
+        @beginWxPerlOnly
+        Not supported by wxPerl.
+        @endWxPerlOnly
+
         @see Create(), wxValidator
     */
     wxRadioBox(wxWindow* parent, wxWindowID id,
@@ -118,6 +122,10 @@ public:
         @param name
             Window name.
 
+        @beginWxPerlOnly
+        Use an array reference for the @a choices parameter.
+        @endWxPerlOnly
+
         @see Create(), wxValidator
     */
     wxRadioBox(wxWindow* parent, wxWindowID id,