X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2233e5b82c14c529f97b3fd0cba99908de2d5d0c..96db102a93ed103a1c757c4445dd71789c2d0054:/docs/latex/wx/print.tex diff --git a/docs/latex/wx/print.tex b/docs/latex/wx/print.tex index 96af356c34..c8510ba8d0 100644 --- a/docs/latex/wx/print.tex +++ b/docs/latex/wx/print.tex @@ -457,6 +457,13 @@ Returns a reference to the internal wxPrintData object. Returns TRUE if the user has selected printing to a file. +\membersection{wxPrintDialogData::GetSelection}\label{wxprintdialogdatagetselection} + +\constfunc{bool}{GetSelection}{\void} + +Returns TRUE if the user requested that the selection be printed (where 'selection' is +a concept specific to the application). + \membersection{wxPrintDialogData::GetToPage}\label{wxprintdialogdatagettopage} \constfunc{int}{GetToPage}{\void} @@ -505,6 +512,13 @@ Sets the internal wxPrintData. Sets the 'Print to file' checkbox to TRUE or FALSE. +\membersection{wxPrintDialogData::SetSelection}\label{wxprintdialogdatasetselection} + +\func{void}{SetSelection}{\param{bool}{ flag}} + +Selects the 'Selection' radio button. The effect of printing the selection depends on how the application +implements this command, if at all. + \membersection{wxPrintDialogData::SetSetupDialog}\label{wxprintdialogdatasetsetupdialog} \func{void}{SetSetupDialog}{\param{bool }{flag}}