]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/notebook.h
fixed a missing backslash
[wxWidgets.git] / include / wx / gtk / notebook.h
index 51b228aee015316e7119a19367c8fe117730de26..e423b69564a92670c934d7a716914153f8425288 100644 (file)
@@ -137,8 +137,15 @@ public:
     // get the panel which represents the given page
   wxWindow *GetPage(int nPage) const;
 
     // get the panel which represents the given page
   wxWindow *GetPage(int nPage) const;
 
-  // base class virtuals
+  // implementation
+  // --------------
+    // callbacks
+  void OnSize(wxSizeEvent&);
+
+    // base class virtuals
   virtual void AddChild(wxWindow *child);
   virtual void AddChild(wxWindow *child);
+  virtual void SetConstraintSizes(bool recurse);
+  virtual bool DoPhase(int phase);
 
 private:
   // common part of all ctors
 
 private:
   // common part of all ctors