]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/notebook.h
wxRadioBox fixed on mac
[wxWidgets.git] / include / wx / mac / notebook.h
index aac5e6042e9140df7b9a8a9dbddbd726b77d8067..e70d4d15c5b00f36aaee708ae4502d968673512b 100644 (file)
@@ -32,7 +32,7 @@ class WXDLLEXPORT wxWindow;
 
 // array of notebook pages
 typedef wxWindow wxNotebookPage;  // so far, any window can be a page
-WX_DEFINE_ARRAY(wxNotebookPage *, wxArrayPages);
+WX_DEFINE_ARRAY(wxNotebookPage *, wxArrayPages) ;
 
 // ----------------------------------------------------------------------------
 // wxNotebook
@@ -144,12 +144,13 @@ public:
   virtual bool DoPhase(int nPhase);
 
 protected:
-       virtual void                                            MacHandleControlClick( ControlHandle control , SInt16 controlpart ) ;
+       virtual void MacHandleControlClick( ControlHandle control , SInt16 controlpart ) ;
   // common part of all ctors
   void Init();
 
   // helper functions
   void ChangePage(int nOldSel, int nSel); // change pages
+  void MacSetupTabs();
 
   wxImageList  *m_pImageList; // we can have an associated image list
   wxArrayPages  m_aPages;     // array of pages