]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/pagedlg.tex
[ 1580776 ] wxAnimationCtrl::SetInactiveBitmap
[wxWidgets.git] / docs / latex / wx / pagedlg.tex
index c9e8dfc59d768926d830654eeb84a168956eb983..ba223977e33721b068ccd636c091d321d14c5081 100644 (file)
@@ -31,14 +31,14 @@ application.
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxPageSetupDialog::wxPageSetupDialog}
+\membersection{wxPageSetupDialog::wxPageSetupDialog}\label{wxpagesetupdialogctor}
 
 \func{}{wxPageSetupDialog}{\param{wxWindow* }{parent}, \param{wxPageSetupDialogData* }{data = NULL}}
 
 Constructor. Pass a parent window, and optionally a pointer to a block of page setup
 data, which will be copied to the print dialog's internal data.
 
-\membersection{wxPageSetupDialog::\destruct{wxPageSetupDialog}}
+\membersection{wxPageSetupDialog::\destruct{wxPageSetupDialog}}\label{wxpagesetupdialogdtor}
 
 \func{}{\destruct{wxPageSetupDialog}}{\void}
 
@@ -50,9 +50,9 @@ Destructor.
 
 Returns the \helpref{page setup data}{wxpagesetupdialogdata} associated with the dialog.
 
-%\membersection{wxPageSetupDialog::Ok}\label{wxpagesetupdialogok}
+%\membersection{wxPageSetupDialog::IsOk}\label{wxpagesetupdialogisok}
 %
-%\constfunc{bool}{Ok}{\void}
+%\constfunc{bool}{IsOk}{\void}
 %
 %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.
@@ -86,7 +86,7 @@ user-interface configuration settings stored by wxPageSetupDialogData).
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxPageSetupDialogData::wxPageSetupDialogData}
+\membersection{wxPageSetupDialogData::wxPageSetupDialogData}\label{wxpagesetupdialogdatactor}
 
 \func{}{wxPageSetupDialogData}{\void}
 
@@ -100,7 +100,7 @@ Copy constructor.
 
 Construct an object from a print data object.
 
-\membersection{wxPageSetupDialogData::\destruct{wxPageSetupDialogData}}
+\membersection{wxPageSetupDialogData::\destruct{wxPageSetupDialogData}}\label{wxpagesetupdialogdatadtor}
 
 \func{}{\destruct{wxPageSetupDialogData}}{\void}
 
@@ -226,9 +226,9 @@ Returns the paper size in millimetres.
 
 Returns a reference to the \helpref{print data}{wxprintdata} associated with this object.
 
-\membersection{wxPageSetupDialogData::Ok}\label{wxpagesetupdialogdataok}
+\membersection{wxPageSetupDialogData::IsOk}\label{wxpagesetupdialogdataisok}
 
-\constfunc{bool}{Ok}{\void}
+\constfunc{bool}{IsOk}{\void}
 
 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.