Corrected printing docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e8d19ddd5f
commit
6394c5966c
@ -50,13 +50,13 @@ Destructor.
|
|||||||
|
|
||||||
Returns the \helpref{page setup data}{wxpagesetupdialogdata} associated with the dialog.
|
Returns the \helpref{page setup data}{wxpagesetupdialogdata} associated with the dialog.
|
||||||
|
|
||||||
\membersection{wxPageSetupDialog::Ok}\label{wxpagesetupdialogok}
|
%\membersection{wxPageSetupDialog::Ok}\label{wxpagesetupdialogok}
|
||||||
|
%
|
||||||
\constfunc{bool}{Ok}{\void}
|
%\constfunc{bool}{Ok}{\void}
|
||||||
|
%
|
||||||
Returns true if the print data associated with the dialog data is valid.
|
%Returns true if the print data associated with the dialog data is valid.
|
||||||
This can return false on Windows if the current printer is not set, for example.
|
%This can return false on Windows if the current printer is not set, for example.
|
||||||
On all other platforms, it returns true.
|
%On all other platforms, it returns true.
|
||||||
|
|
||||||
\membersection{wxPageSetupDialog::ShowModal}\label{wxpagesetupdialogshowmodal}
|
\membersection{wxPageSetupDialog::ShowModal}\label{wxpagesetupdialogshowmodal}
|
||||||
|
|
||||||
@ -250,7 +250,7 @@ selected printer properties. Windows only. Units are in millimetres
|
|||||||
|
|
||||||
\membersection{wxPageSetupDialogData::SetMarginTopLeft}\label{wxpagesetupdialogdatasetmargintopleft}
|
\membersection{wxPageSetupDialogData::SetMarginTopLeft}\label{wxpagesetupdialogdatasetmargintopleft}
|
||||||
|
|
||||||
\func{void}{GetMarginTopLeft}{\param{const wxPoint\& }{pt}}
|
\func{void}{SetMarginTopLeft}{\param{const wxPoint\& }{pt}}
|
||||||
|
|
||||||
Sets the left (x) and top (y) margins in millimetres.
|
Sets the left (x) and top (y) margins in millimetres.
|
||||||
|
|
||||||
|
@ -119,7 +119,7 @@ printer should be used.
|
|||||||
|
|
||||||
\membersection{wxPrintData::GetQuality}\label{wxprintdatagetquality}
|
\membersection{wxPrintData::GetQuality}\label{wxprintdatagetquality}
|
||||||
|
|
||||||
\constfunc{wxPaperQuality}{GetQuality}{\void}
|
\constfunc{wxPrintQuality}{GetQuality}{\void}
|
||||||
|
|
||||||
Returns the current print quality. This can be a positive integer, denoting the number of dots per inch, or
|
Returns the current print quality. This can be a positive integer, denoting the number of dots per inch, or
|
||||||
one of the following identifiers:
|
one of the following identifiers:
|
||||||
@ -264,7 +264,7 @@ printer should be used.
|
|||||||
|
|
||||||
\membersection{wxPrintData::SetQuality}\label{wxprintdatasetquality}
|
\membersection{wxPrintData::SetQuality}\label{wxprintdatasetquality}
|
||||||
|
|
||||||
\func{void}{SetQuality}{\param{wxPaperQuality}{ quality}}
|
\func{void}{SetQuality}{\param{wxPrintQuality}{ quality}}
|
||||||
|
|
||||||
Sets the desired print quality. This can be a positive integer, denoting the number of dots per inch, or
|
Sets the desired print quality. This can be a positive integer, denoting the number of dots per inch, or
|
||||||
one of the following identifiers:
|
one of the following identifiers:
|
||||||
|
Loading…
Reference in New Issue
Block a user