\latexignore{\rtfignore{\wxheading{Members}}}
-\membersection{wxPreviewCanvas::wxPreviewCanvas}
+\membersection{wxPreviewCanvas::wxPreviewCanvas}\label{wxpreviewcanvasctor}
\func{}{wxPreviewCanvas}{\param{wxPrintPreview* }{preview}, \param{wxWindow* }{parent},
\param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize},
Constructor.
-\membersection{wxPreviewCanvas::\destruct{wxPreviewCanvas}}
+\membersection{wxPreviewCanvas::\destruct{wxPreviewCanvas}}\label{wxpreviewcanvasdtor}
\func{}{\destruct{wxPreviewCanvas}}{\void}
\latexignore{\rtfignore{\wxheading{Members}}}
-\membersection{wxPreviewControlBar::wxPreviewControlbar}
+\membersection{wxPreviewControlBar::wxPreviewControlbar}\label{wxpreviewcontrolbarctor}
\func{}{wxPreviewControlBar}{\param{wxPrintPreview* }{preview}, \param{long}{ buttons}, \param{wxWindow* }{parent},
\param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize},
wxPREVIEW\_ZOOM.}
\end{twocollist}
-\membersection{wxPreviewControlBar::\destruct{wxPreviewControlBar}}
+\membersection{wxPreviewControlBar::\destruct{wxPreviewControlBar}}\label{wxpreviewcontrolbardtor}
\func{}{\destruct{wxPreviewControlBar}}{\void}
Destructor.
-\membersection{wxPreviewControlBar::CreateButtons}
+\membersection{wxPreviewControlBar::CreateButtons}\label{wxpreviewcontrolbarcreatebuttons}
\func{void}{CreateButtons}{\void}
Creates buttons, according to value of the button style flags.
-\membersection{wxPreviewControlBar::GetPrintPreview}
+\membersection{wxPreviewControlBar::GetPrintPreview}\label{wxpreviewcontrolbargetprintpreview}
\func{wxPrintPreview *}{GetPrintPreview}{\void}
Gets the print preview object associated with the control bar.
-\membersection{wxPreviewControlBar::GetZoomControl}
+\membersection{wxPreviewControlBar::GetZoomControl}\label{wxpreviewcontrolbargetzoomcontrol}
\func{int}{GetZoomControl}{\void}
Gets the current zoom setting in percent.
-\membersection{wxPreviewControlBar::SetZoomControl}
+\membersection{wxPreviewControlBar::SetZoomControl}\label{wxpreviewcontrolbarsetzoomcontrol}
\func{void}{SetZoomControl}{\param{int }{percent}}
\latexignore{\rtfignore{\wxheading{Members}}}
-\membersection{wxPreviewFrame::wxPreviewFrame}
+\membersection{wxPreviewFrame::wxPreviewFrame}\label{wxpreviewframector}
-\func{}{wxPreviewFrame}{\param{wxPrintPreview* }{preview}, \param{wxFrame* }{parent}, \param{const wxString\& }{title},
+\func{}{wxPreviewFrame}{\param{wxPrintPreview* }{preview}, \param{wxWindow* }{parent}, \param{const wxString\& }{title},
\param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& size }{size = wxDefaultSize},
\param{long}{ style = wxDEFAULT\_FRAME\_STYLE}, \param{const wxString\& }{name = ``frame"}}
Constructor. Pass a print preview object plus other normal frame arguments.
The print preview object will be destroyed by the frame when it closes.
-\membersection{wxPreviewFrame::\destruct{wxPreviewFrame}}
+\membersection{wxPreviewFrame::\destruct{wxPreviewFrame}}\label{wxpreviewframedtor}
\func{}{\destruct{wxPreviewFrame}}{\void}
Destructor.
-\membersection{wxPreviewFrame::CreateControlBar}
+\membersection{wxPreviewFrame::CreateControlBar}\label{wxpreviewframecreatecontrolbar}
\func{void}{CreateControlBar}{\void}
Creates a wxPreviewControlBar. Override this function to allow
a user-defined preview control bar object to be created.
-\membersection{wxPreviewFrame::CreateCanvas}
+\membersection{wxPreviewFrame::CreateCanvas}\label{wxpreviewframecreatecanvas}
\func{void}{CreateCanvas}{\void}
Creates a wxPreviewCanvas. Override this function to allow
a user-defined preview canvas object to be created.
-\membersection{wxPreviewFrame::Initialize}
+\membersection{wxPreviewFrame::Initialize}\label{wxpreviewframeinitialize}
\func{void}{Initialize}{\void}
This function should be called by the application prior to
showing the frame.
-\membersection{wxPreviewFrame::OnCloseWindow}
+\membersection{wxPreviewFrame::OnCloseWindow}\label{wxpreviewframeonclosewindow}
\func{void}{OnCloseWindow}{\param{wxCloseEvent\&}{ event}}