X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4a61305d364dcf229395fb223daec31e2d6efcb4..02a1dfbae942c883d8651e34dcfbc5153aabc56e:/wxPython/contrib/dllwidget/dllwidget_.py diff --git a/wxPython/contrib/dllwidget/dllwidget_.py b/wxPython/contrib/dllwidget/dllwidget_.py index 377dbf404d..f0e64379fc 100644 --- a/wxPython/contrib/dllwidget/dllwidget_.py +++ b/wxPython/contrib/dllwidget/dllwidget_.py @@ -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 "" % (self.this,)