X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4a31b0c34f2214ce2633f8a4a0167f01290e5657..de536319f16406adf967003637b2655c61f6cb09:/interface/print.h diff --git a/interface/print.h b/interface/print.h index a76da13dfe..0230bf3cf4 100644 --- a/interface/print.h +++ b/interface/print.h @@ -31,19 +31,19 @@ public: The @a buttons parameter may be a combination of the following, using the bitwise 'or' operator: - @beginStyleTable - @style{wxPREVIEW_PRINT}: + @beginFlagTable + @flag{wxPREVIEW_PRINT} Create a print button. - @style{wxPREVIEW_NEXT}: + @flag{wxPREVIEW_NEXT} Create a next page button. - @style{wxPREVIEW_PREVIOUS}: + @flag{wxPREVIEW_PREVIOUS} Create a previous page button. - @style{wxPREVIEW_ZOOM}: + @flag{wxPREVIEW_ZOOM} Create a zoom control. - @style{wxPREVIEW_DEFAULT}: + @flag{wxPREVIEW_DEFAULT} Equivalent to a combination of @c wxPREVIEW_PREVIOUS, @c wxPREVIEW_NEXT and @c wxPREVIEW_ZOOM. - @endStyleTable + @endFlagTable */ wxPreviewControlBar(wxPrintPreview* preview, long buttons, @@ -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