]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/notebook/notebook.h
ODBC update
[wxWidgets.git] / samples / notebook / notebook.h
index 4bb0005270751c60c8997e8da551c9fa5fe11f52..f38fe3b512640144cd210aee8cc112c89d63d535 100644 (file)
@@ -48,7 +48,7 @@ class MyFrame : public wxFrame
 {
 public:
     MyFrame(const wxString& title, const wxPoint& pos = wxDefaultPosition,
-        const wxSize& size = wxDefaultSize, long style = wxDEFAULT_FRAME_STYLE);
+        const wxSize& size = wxDefaultSize, long style = wxDEFAULT_FRAME_STYLE|wxCLIP_CHILDREN|wxNO_FULL_REPAINT_ON_RESIZE);
 
     virtual ~MyFrame();