]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/notebook.h
Various wxMotif changes including size optimisation and debugging operator fix.
[wxWidgets.git] / include / wx / motif / notebook.h
index 0615edef40590a8f38235b5dd2ff28fead69bdbf..37d6439d27c80bb07655914d8c52cf9dc246fde0 100644 (file)
@@ -201,6 +201,10 @@ public:
   virtual void ChangeForegroundColour();
   virtual wxRect GetAvailableClientSize();
 
+  // Implementation: calculate the layout of the view rect
+  // and resize the children if required
+  bool RefreshLayout(bool force = TRUE);
+
 protected:
   // common part of all ctors
   void Init();