]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/src/gtk/gdi.py
Solved wxMotif scrolling display problem; added wxImageModule;
[wxWidgets.git] / utils / wxPython / src / gtk / gdi.py
index dac504bd6de7af85c638e76934401827b151264d..05e3e899e9722e0c6494cd0f9ef42edbacb0c323 100644 (file)
@@ -147,9 +147,6 @@ class wxFontPtr :
     def GetFamily(self):
         val = gdic.wxFont_GetFamily(self.this)
         return val
-    def GetFontId(self):
-        val = gdic.wxFont_GetFontId(self.this)
-        return val
     def GetPointSize(self):
         val = gdic.wxFont_GetPointSize(self.this)
         return val