/////////////////////////////////////////////////////////////////////////////
-// Name: bmpmotif.h
+// Name: wx/motif/bmpmotif.h
// Purpose: Motif-specific bitmap routines
// Author: Julian Smart, originally in bitmap.h
// Modified by:
// Created: 25/03/2003
// RCS-ID: $Id$
// Copyright: (c) Julian Smart
-// Licence: wxWindows licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_BMPMOTIF_H_
#define _WX_BMPMOTIF_H_
-#ifdef __GNUG__
-#pragma interface "bmpmotif.h"
-#endif
-
#include "wx/defs.h"
#include "wx/bitmap.h"
-class WXDLLEXPORT wxBitmapCache
+class WXDLLIMPEXP_CORE wxBitmapCache
{
public:
wxBitmapCache()
void InvalidateCache();
void CreateImageIfNeeded( WXWidget w );
+ WXPixmap GetPixmapFromCache(WXWidget w);
+
struct
{
bool label : 1;