From 3d2d9036037d9ee51f47d878c3dcef4af4a6ef41 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 26 May 2005 19:24:43 +0000 Subject: [PATCH] docstring update git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/demo/ArtProvider.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wxPython/demo/ArtProvider.py b/wxPython/demo/ArtProvider.py index 8517157ffa..336dbbee86 100644 --- a/wxPython/demo/ArtProvider.py +++ b/wxPython/demo/ArtProvider.py @@ -259,11 +259,11 @@ the users can plug in their own wx.ArtProvider class and easily replace standard art with his/her own version. It is easy thing to do: all that is needed is to derive a class from wx.ArtProvider, override it's CreateBitmap method and register the provider with -wx.ArtProvider_PushProvider. +wx.ArtProvider.PushProvider.

This class can also be used to get the platform native icons as -provided by wx.ArtProvider_GetBitmap or wx.ArtProvider_GetIcon methods. +provided by wx.ArtProvider.GetBitmap or wx.ArtProvider.GetIcon methods. """