]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/aui/auibook.h
Allow using wxGraphicsContext with MinGW if gdiplus.h is available.
[wxWidgets.git] / include / wx / aui / auibook.h
index fd4d0d055f79506b49fbb33d1defbc60ea4074f7..eaae78212f5217c02141cbb8a2b21bebe26b898a 100644 (file)
@@ -582,6 +582,9 @@ public:
     // we don't want focus for ourselves
     // virtual bool AcceptsFocus() const { return false; }
 
+    // Redo sizing after thawing
+    virtual void Thaw();
+
 protected:
     // choose the default border for this window
     virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }