X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/13d843f1c15fe721f03d933c600cd5ca62944003..3877c17eeb72b6ff6eb7670d06b47cef9037dcbc:/interface/print.h diff --git a/interface/print.h b/interface/print.h index e96d9bf9a0..0230bf3cf4 100644 --- a/interface/print.h +++ b/interface/print.h @@ -609,8 +609,8 @@ public: By default this returns (1, 32000) for the page minimum and maximum values, and (1, 1) for the required page range. - If @a minPage is zero, the page number controls in the print dialog will be - disabled. + @a minPage must be greater than zero and @a maxPage must be greater + than @a minPage. @beginWxPythonOnly When this method is implemented in a derived Python class, it should be designed