#ifndef _WX_STATUSBR_H_
#define _WX_STATUSBR_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "statusbr.h"
-#endif
-
#if wxUSE_NATIVE_STATUSBAR
-class WXDLLEXPORT wxStatusBarPalm : public wxStatusBarBase
+class WXDLLIMPEXP_CORE wxStatusBarPalm : public wxStatusBarBase
{
public:
// ctors and such
protected:
void CopyFieldsWidth(const int widths[]);
void SetFieldsWidth();
-
+/*
// store the text in the status bar
wxListString **StatusTextBuffer;
void SetStatusBufferText(const wxString& text, int number);
wxListString *GetStatusBufferStack(int i) const;
void DeleteStatusBuffer();
+ TODO: reuse wxStatusBarBase's stack routines instead of reimplementing them here
+*/
+
// override base class virtual
void DoMoveWindow(int x, int y, int width, int height);