]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/tabctrl.h
cleanup - added whitespace around operators, some blank lines, fixed comment typos...
[wxWidgets.git] / include / wx / palmos / tabctrl.h
index dd9cfa85391e16d7629312f11a3d5de4fb90cd61..cb1a3dc4f5db93637a470d0b8fcae45dfce2ddb2 100644 (file)
 #ifndef _WX_TABCTRL_H_
 #define _WX_TABCTRL_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "tabctrl.h"
-#endif
-
 class wxImageList;
 
-// WXDLLEXPORT_DATA(extern const wxChar*) wxToolBarNameStr;
+// WXDLLEXPORT_DATA(extern const wxChar) wxToolBarNameStr[];
 
 /*
  * Flags returned by HitTest
@@ -117,9 +113,6 @@ class WXDLLEXPORT wxTabCtrl: public wxControl
 
     virtual bool MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result);
 
-    // Responds to colour changes
-    void OnSysColourChanged(wxSysColourChangedEvent& event);
-
 protected:
     wxImageList*    m_imageList;