docstring fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40069 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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`.", "");
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user