]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/checklst.h
Implement wxDocument::Revert() and show its use in the sample.
[wxWidgets.git] / interface / wx / checklst.h
index 2ed407f03191d8f572bbea7b85f009b549f1c4e4..62ee9e8a9f5b2e653e2c7bb0f3d4dd7a448f5fe5 100644 (file)
@@ -62,6 +62,10 @@ public:
             Window validator.
         @param name
             Window name.
+
+        @beginWxPerlOnly
+        Not supported by wxPerl.
+        @endWxPerlOnly
     */
     wxCheckListBox(wxWindow* parent, wxWindowID id,
                    const wxPoint& pos = wxDefaultPosition,
@@ -91,6 +95,10 @@ public:
             Window validator.
         @param name
             Window name.
+
+        @beginWxPerlOnly
+        Use an array reference for the @a choices parameter.
+        @endWxPerlOnly
     */
     wxCheckListBox(wxWindow* parent, wxWindowID id,
                    const wxPoint& pos,