]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/_core.py
No need to use wxPyMake_wxObject for wxImageList. There are no
[wxWidgets.git] / wxPython / src / msw / _core.py
index 7bf5545486a1d04d0b108ddaa5f4d5ec7ebfa95f..81c9364b07717436a13186219305079d9f11cf05 100644 (file)
@@ -9188,7 +9188,7 @@ class Window(EvtHandler):
         window instead of waiting for the EVT_PAINT event to happen, (normally
         this would usually only happen when the flow of control returns to the
         event loop.)  Notice that this function doesn't refresh the window and
-        does nothing if the window has been already repainted.  Use Refresh
+        does nothing if the window has been already repainted.  Use `Refresh`
         first if you want to immediately redraw the window (or some portion of
         it) unconditionally.
         """