]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_renderer.i
Add wx.menuBar.UpdateMenus
[wxWidgets.git] / wxPython / src / _renderer.i
index f95f1ea91602db739f17b51925682f37e1ff548b..3ee0740e0f6ac29ca9e634c688623de46397ddbf 100644 (file)
@@ -243,16 +243,16 @@ The flags parameter may be:
         "Return the generic implementation of the renderer. Under some
 platforms, this is the default renderer implementation, others have
 platform-specific default renderer which can be retrieved by calling
-`GetDefault`.", "");
+`wx.RendererNative.GetDefault`.", "");
     
 
     MustHaveApp(GetDefault);
     DocDeclStr(
         static wxRendererNative& , GetDefault(),
         "Return the default (native) implementation for this platform -- this
-is also the one used by default but this may be changed by calling `Set`
-in which case the return value of this method may be different from
-the return value of `Get`.", "");
+is also the one used by default but this may be changed by calling
+`wx.RendererNative.Set` in which case the return value of this method
+may be different from the return value of `wx.RendererNative.Get`.", "");