X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0e9b78ce36587382786ef10a44be9fa665d15923..a2615ebc22a402b1badb46475f94ab6aa3a64018:/wxPython/src/msw/frames.py diff --git a/wxPython/src/msw/frames.py b/wxPython/src/msw/frames.py index 26f7470451..d2ac054f6a 100644 --- a/wxPython/src/msw/frames.py +++ b/wxPython/src/msw/frames.py @@ -5,6 +5,8 @@ from misc import * from gdi import * +from fonts import * + from windows import * from clip_dnd import * @@ -232,6 +234,7 @@ class wxSplashScreenWindow(wxSplashScreenWindowPtr): def __init__(self,*_args,**_kwargs): self.this = apply(framesc.new_wxSplashScreenWindow,_args,_kwargs) self.thisown = 1 + self._setOORInfo(self) @@ -256,6 +259,7 @@ class wxSplashScreen(wxSplashScreenPtr): def __init__(self,*_args,**_kwargs): self.this = apply(framesc.new_wxSplashScreen,_args,_kwargs) self.thisown = 1 + self._setOORInfo(self)