]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/notebook.h
fixed outdated filenames
[wxWidgets.git] / include / wx / msw / notebook.h
index 3681ff38cc7d88e549c087999f90624b181dec7f..142803edcc095ff65bb8e8025c20f5b5f6779f12 100644 (file)
@@ -120,6 +120,8 @@ public:
   // base class virtuals
   // -------------------
   virtual bool MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result);
+  virtual bool MSWOnScroll(int orientation, WXWORD nSBCode,
+                           WXWORD pos, WXHWND control);
   virtual void SetConstraintSizes(bool recurse = TRUE);
   virtual bool DoPhase(int nPhase);
 
@@ -127,6 +129,9 @@ protected:
   // common part of all ctors
   void Init();
 
+  // translate wxWin styles to the Windows ones
+  virtual WXDWORD MSWGetStyle(long flags, WXDWORD *exstyle = NULL) const;
+
   // remove one page from the notebook, without deleting
   virtual wxNotebookPage *DoRemovePage(int nPage);