]> git.saurik.com Git - wxWidgets.git/commitdiff
Add InsertProvider
authorRobin Dunn <robin@alldunn.com>
Fri, 1 Sep 2006 23:37:28 +0000 (23:37 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 1 Sep 2006 23:37:28 +0000 (23:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_artprov.i

index 4d02334a93f5b59c8e5a25863fb5aa12d5b94e95..6a214f53636f52114394e5aa4d4a60c3710a9088 100644 (file)
@@ -253,6 +253,10 @@ public:
     DocDeclStr(
         static void , PushProvider(wxPyArtProvider *provider),
         "Add new provider to the top of providers stack.", "");
+
+    DocDeclStr(
+        static void , InsertProvider(wxPyArtProvider *provider),
+        "Add new provider to the bottom of providers stack.", "");
     %cleardisown( wxPyArtProvider *provider );