Lots more docstring refs fixed

This commit is contained in:
Robin Dunn
2016-07-06 20:20:10 -07:00
parent 98e74b6de9
commit cc3190e240
82 changed files with 1269 additions and 1269 deletions

View File

@@ -417,13 +417,13 @@ class IntCtrl(wx.TextCtrl):
a default position, chosen by either the windowing system or
wxPython, depending on platform
:param Size `size`: the control size. A value of (-1, -1) indicates a
:param wx.Size `size`: the control size. A value of (-1, -1) indicates a
default size, chosen by either the windowing system or wxPython,
depending on platform
:param int `style`: the underlying :class:`TextCtrl` style
:param Validator `validator`: Normally None, IntCtrl uses its own
:param wx.Validator `validator`: Normally None, IntCtrl uses its own
validator to do value validation and input control. However, a
validator derived from :class:`~lib.intctrl.IntValidator` can be
supplied to override the data transfer methods for the