]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/dllwidget/dllwidget_.py
typo fixed: should be lpthread, not -lpthread in THREAD_OPTS
[wxWidgets.git] / wxPython / contrib / dllwidget / dllwidget_.py
index 377dbf404d56d47384b60a508d2c2a37fd3619aa..f0e64379fc8936bb8652a45ccc0fc0168b127cc5 100644 (file)
@@ -9,6 +9,8 @@ from windows import *
 
 from gdi import *
 
+from fonts import *
+
 from clip_dnd import *
 
 from events import *
@@ -50,8 +52,8 @@ class wxDllWidgetPtr(wxPanelPtr):
     def SendCommand(self, *_args, **_kwargs):
         val = apply(dllwidget_c.wxDllWidget_SendCommand,(self,) + _args, _kwargs)
         return val
-    def GetEmbeddedWindow(self, *_args, **_kwargs):
-        val = apply(dllwidget_c.wxDllWidget_GetEmbeddedWindow,(self,) + _args, _kwargs)
+    def GetWidgetWindow(self, *_args, **_kwargs):
+        val = apply(dllwidget_c.wxDllWidget_GetWidgetWindow,(self,) + _args, _kwargs)
         return val
     def __repr__(self):
         return "<C wxDllWidget instance at %s>" % (self.this,)