]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/toolbar.h
wxVsnprintf() implementation with positional parameters support (patch 1462778);...
[wxWidgets.git] / include / wx / palmos / toolbar.h
index 4188d1b2cb5b4c1c250d6ede0eaf73d602d5d411..217b79125f985ee44691711793c7aae17d803abe 100644 (file)
 #ifndef _WX_TBAR95_H_
 #define _WX_TBAR95_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "toolbar.h"
-#endif
-
 #if wxUSE_TOOLBAR
 
 #include "wx/dynarray.h"
@@ -60,10 +56,7 @@ public:
     // implementation only from now on
     // -------------------------------
 
-    virtual void SetWindowStyleFlag(long style);
-
     void OnMouseEvent(wxMouseEvent& event);
-    void OnSysColourChanged(wxSysColourChangedEvent& event);
 
     void SetFocus() {}