remove misleading documentation of minPage in GetPageInfo() (see ticket #9502)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53828 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-05-29 23:36:26 +00:00
parent 13d843f1c1
commit 3877c17eeb

View File

@@ -609,8 +609,8 @@ public:
By default this returns (1, 32000) for the page minimum and maximum values, and By default this returns (1, 32000) for the page minimum and maximum values, and
(1, 1) for the required page range. (1, 1) for the required page range.
If @a minPage is zero, the page number controls in the print dialog will be @a minPage must be greater than zero and @a maxPage must be greater
disabled. than @a minPage.
@beginWxPythonOnly @beginWxPythonOnly
When this method is implemented in a derived Python class, it should be designed When this method is implemented in a derived Python class, it should be designed