]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/frames.py
fixed bug in generation of thumb scroll events
[wxWidgets.git] / wxPython / src / msw / frames.py
index 26f7470451303c1a03b1edaa090ad272e84bb355..d2ac054f6ae78074ff225ba4b09fe893529cff45 100644 (file)
@@ -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)