mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 01:30:07 +01:00
Lots more docstring refs fixed
This commit is contained in:
@@ -120,9 +120,9 @@ class FloatCanvas(wx.Panel):
|
||||
"""
|
||||
Default class constructor.
|
||||
|
||||
:param Window `parent`: parent window. Must not be ``None``;
|
||||
:param wx.Window `parent`: parent window. Must not be ``None``;
|
||||
:param integer `id`: window identifier. A value of -1 indicates a default value;
|
||||
:param `size`: a tuple or :class:`Size`
|
||||
:param `size`: a tuple or :class:`wx.Size`
|
||||
:param `ProjectionFun`: This allows you to change the transform from
|
||||
world to pixel coordinates. We can point to :meth:`~lib.floatcanvas.FloatCanvas.FloatCanvas.FlatEarthProjection`
|
||||
for an example -- though that should really be a class method, or even
|
||||
|
||||
Reference in New Issue
Block a user