#ifndef _WX_STATBMP_H_
#define _WX_STATBMP_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "statbmp.h"
-#endif
-
#include "wx/motif/bmpmotif.h"
#include "wx/icon.h"
virtual bool ProcessCommand(wxCommandEvent& WXUNUSED(event))
{
- return FALSE;
+ return false;
}
wxBitmap GetBitmap() const { return m_messageBitmap; }