]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/prntbase.h
Added wxToggleButton handler
[wxWidgets.git] / include / wx / prntbase.h
index 829d17f87a6a349b67118b8c75b282ca5d4abc68..bc8df5fed0d95423e3883485e5a399a69f4d535c 100644 (file)
@@ -197,7 +197,7 @@ public:
                    const wxString& title = wxT("Print Preview"),
                    const wxPoint& pos = wxDefaultPosition,
                    const wxSize& size = wxDefaultSize,
-                   long style = wxDEFAULT_FRAME_STYLE|wxFULL_REPAINT_ON_RESIZE,
+                   long style = wxDEFAULT_FRAME_STYLE,
                    const wxString& name = wxT("frame"));
     ~wxPreviewFrame();
 
@@ -212,6 +212,7 @@ protected:
     wxPreviewCanvas*      m_previewCanvas;
     wxPreviewControlBar*  m_controlBar;
     wxPrintPreviewBase*   m_printPreview;
+    wxWindowDisabler*     m_windowDisabler;
 
 private:
     DECLARE_CLASS(wxPreviewFrame)