]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/tabg.h
Notebook, Listbox, and Checklst updates
[wxWidgets.git] / include / wx / generic / tabg.h
index c63665043311db6da42cc4ea62f2c171f19b24bc..b71a4e902b59a5d5330b9e7e34444933fd0888bd 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef __TABGH_G__
 #define __TABGH_G__
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "tabg.h"
 #endif
 
@@ -120,7 +120,7 @@ public:
   wxString GetTabText(int id) const;
 
   // Layout tabs (optional, e.g. if resizing window)
-  void Layout(void);
+  void LayoutTabs();
 
   // Draw all tabs
   virtual void Draw(wxDC& dc);