]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/bmpmotif.h
enable new font handling (working for i18n applications) by default
[wxWidgets.git] / include / wx / motif / bmpmotif.h
index 1e88d23c75fe2ec86a8a6ed97db7136201de57c8..9e7952d0435067f07696f2d8c745189a77f84b08 100644 (file)
 #ifndef _WX_BMPMOTIF_H_
 #define _WX_BMPMOTIF_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "bmpmotif.h"
-#endif
-
 #include "wx/defs.h"
 #include "wx/bitmap.h"
 
@@ -44,6 +40,8 @@ private:
     void InvalidateCache();
     void CreateImageIfNeeded( WXWidget w );
 
+    WXPixmap GetPixmapFromCache(WXWidget w);
+
     struct
     {
         bool label  : 1;