]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/font.h
Applied pop menu patch.
[wxWidgets.git] / include / wx / motif / font.h
index 04bf7c63cb888fe15eca27b7672c9486cf426c0e..ebb88d97b4e7adad0bbd819345944805736cd60e 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_FONT_H_
 #define _WX_FONT_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "font.h"
 #endif
 
@@ -99,7 +99,13 @@ public:
         WXDisplay* display = NULL) const;
     WXFontList GetFontList(double scale = 1.0,
         WXDisplay* display = NULL) const;
-
+#if __WXMOTIF20__
+    WXRenderTable GetRenderTable(WXDisplay* display) const;
+#endif
+    // returns either a XmFontList or XmRendition, depending
+    // on Motif version
+    WXFontType GetFontType(WXDisplay* display) const;
+    static WXString GetFontTag();
 protected:
     virtual void DoSetNativeFontInfo( const wxNativeFontInfo& info );