]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/bmpmotif.h
Implement support for wxRIBBON_PANEL_EXT_BUTTON wxRibbonPanel style.
[wxWidgets.git] / include / wx / motif / bmpmotif.h
index 99e570c26d499128f7a5d135412b6771d97e2da6..a176e90fc0a714aa8b0a4dd6b038047152bb4e93 100644 (file)
@@ -1,25 +1,21 @@
 /////////////////////////////////////////////////////////////////////////////
-// 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_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
-#pragma interface "bmpmotif.h"
-#endif
-
 #include "wx/defs.h"
 #include "wx/bitmap.h"
 
-class WXDLLEXPORT wxBitmapCache
+class WXDLLIMPEXP_CORE wxBitmapCache
 {
 public:
     wxBitmapCache()
@@ -28,7 +24,7 @@ public:
         m_armPixmap = (WXPixmap)NULL;
         m_insensPixmap = (WXPixmap)NULL;
         m_image = (WXImage)NULL;
-        m_display = (WXDisplay*)NULL;
+        m_display = NULL;
         SetColoursChanged();
     }
 
@@ -44,6 +40,8 @@ private:
     void InvalidateCache();
     void CreateImageIfNeeded( WXWidget w );
 
+    WXPixmap GetPixmapFromCache(WXWidget w);
+
     struct
     {
         bool label  : 1;