]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/window.h
Don't create multiple parent-less top level frames in layout sample.
[wxWidgets.git] / include / wx / msw / window.h
index 9126006eda75ede07cd48f7048c89eda0dde2c84..02e2fb5ce7002f86a9536232ed06c2b5d7a19704 100644 (file)
@@ -67,6 +67,9 @@ public:
     virtual void Raise();
     virtual void Lower();
 
+    virtual bool BeginRepositioningChildren();
+    virtual void EndRepositioningChildren();
+
     virtual bool Show(bool show = true);
     virtual bool ShowWithEffect(wxShowEffect effect,
                                 unsigned timeout = 0)