]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/src/gtk/gdi.py
more WXUNUSED() here and there
[wxWidgets.git] / utils / wxPython / src / gtk / gdi.py
index 82b0e48f78f0cab499b1b4229d2ba6fbde756e5b..deff2b8544274744ad9487e5d642ddabe446b08f 100644 (file)
@@ -138,6 +138,9 @@ class wxFontPtr :
     def __init__(self,this):
         self.this = this
         self.thisown = 0
+    def Ok(self, *_args, **_kwargs):
+        val = apply(gdic.wxFont_Ok,(self,) + _args, _kwargs)
+        return val
     def GetFaceName(self, *_args, **_kwargs):
         val = apply(gdic.wxFont_GetFaceName,(self,) + _args, _kwargs)
         return val