X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d775fa82354a1f8d5db87ad1d71ab00ef7d9123c..e8ee8f271646b5550784d587ef4f069ae680e33a:/include/wx/statusbr.h diff --git a/include/wx/statusbr.h b/include/wx/statusbr.h index d91defc1b3..8fb907d625 100644 --- a/include/wx/statusbr.h +++ b/include/wx/statusbr.h @@ -5,17 +5,13 @@ // Modified by: // Created: 05.02.00 // RCS-ID: $Id$ -// Copyright: (c) wxWidgets team +// Copyright: (c) Vadim Zeitlin // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_STATUSBR_H_BASE_ #define _WX_STATUSBR_H_BASE_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "statbar.h" -#endif - #include "wx/window.h" #if wxUSE_STATUSBAR @@ -150,6 +146,10 @@ protected: #define wxStatusBarUniv wxStatusBar #include "wx/univ/statusbr.h" +#elif defined(__WXPALMOS__) + #define wxStatusBarPalm wxStatusBar + + #include "wx/palmos/statusbr.h" #elif defined(__WIN32__) && wxUSE_NATIVE_STATUSBAR #define wxStatusBar95 wxStatusBar