Add InsertProvider
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -253,6 +253,10 @@ public:
|
|||||||
DocDeclStr(
|
DocDeclStr(
|
||||||
static void , PushProvider(wxPyArtProvider *provider),
|
static void , PushProvider(wxPyArtProvider *provider),
|
||||||
"Add new provider to the top of providers stack.", "");
|
"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 );
|
%cleardisown( wxPyArtProvider *provider );
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user