]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/controls.i
corrections to dynamic loading for Darwin
[wxWidgets.git] / wxPython / src / controls.i
index 7bce7b911b5dec5198e6946fa31c637814e29bbf..c18c03d843e53684cc9674faa604bb1a1a1fd350 100644 (file)
@@ -168,6 +168,9 @@ public:
         }
     }
 
         }
     }
 
+    // append several items at once to the control
+    %name(AppendItems)void Append(const wxArrayString& strings);
+
 };
 
 //----------------------------------------------------------------------
 };
 
 //----------------------------------------------------------------------