Classes | |
class | wxPreviewControlBar |
This is the default implementation of the preview control bar, a panel with buttons and a zoom control. More... | |
class | wxPreviewCanvas |
A preview canvas is the default canvas used by the print preview system to display the preview. More... | |
class | wxPreviewFrame |
This class provides the default method of managing the print preview interface. More... | |
class | wxPrintPreview |
Objects of this class manage the print preview process. More... | |
class | wxPrinter |
This class represents the Windows or PostScript printer, and is the vehicle through which printing may be launched by an application. More... | |
class | wxPrintout |
This class encapsulates the functionality of printing out an application document. More... | |
Enumerations | |
enum | wxPreviewFrameModalityKind { wxPreviewFrame_AppModal, wxPreviewFrame_WindowModal, wxPreviewFrame_NonModal } |
Preview frame modality kind. More... |
Preview frame modality kind.
The elements of this enum can be used with wxPreviewFrame::Initialize() to indicate how should the preview frame be shown.
![]() |
[ top ] |