]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/notebook.h
all delete functions now send delete notification event
[wxWidgets.git] / include / wx / motif / notebook.h
index 0615edef40590a8f38235b5dd2ff28fead69bdbf..279084b9d8c64de6f52e9586c826a7802f5bcd8d 100644 (file)
@@ -177,6 +177,7 @@ public:
   // callbacks
   // ---------
   void OnSize(wxSizeEvent& event);
+  void OnIdle(wxIdleEvent& event);
   void OnSelChange(wxNotebookEvent& event);
   void OnSetFocus(wxFocusEvent& event);
   void OnNavigationKey(wxNavigationKeyEvent& event);
@@ -201,6 +202,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();