]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_artprov.i
implemented DrawPoint in terms of DrawLine (for now)
[wxWidgets.git] / 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 );