Add InsertProvider

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-09-01 23:37:28 +00:00
parent 8312c461b8
commit e0bfbd2c74

View 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 );