32#include <wx/docview.h>
34#include "tce_config.h"
71#if WX_PRINTING_DISABLED
77 wxString(_T(
"Printing framework is disabled in the wxWidgets\n"));
79 message.Append(_T(
"library. Print previewing is not possible."));
89 wxGetApp().docManager()->OnPreview(
dummy);
150 wxDocManager* manager = wxGetApp().docManager();
151 if (manager->GetCurrentView() != NULL) {
SimValue dummy(32)
a dummy simvalue which is given for operands that are not bound
wxWindow * parentWindow() const
virtual std::string icon() const
virtual ~PrintPreviewCmd()
virtual std::string shortName() const
virtual PrintPreviewCmd * create() const
static const std::string CMD_SNAME_PRINT_PREVIEW
Command name for the "Print Preview" command.
static const std::string CMD_ICON_PRINT_PREVIEW
Icon location for the "Print Preview" command.