]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/windows.i
Emptied patch.rsp
[wxWidgets.git] / wxPython / src / windows.i
index a4bee153e1bfce86d33dc0d53dea04334d51d58e..bd9e38110ef46652a1f4ade8e59c6bb0cbc50c7c 100644 (file)
@@ -400,6 +400,11 @@ public:
 
     void SetAcceleratorTable(const wxAcceleratorTable& accel);
     wxAcceleratorTable *GetAcceleratorTable();
+
+#ifdef __WXMSW__
+    // A way to do the native draw first...  Too bad it isn't in wxGTK too.
+    void OnPaint(wxPaintEvent& event);
+#endif
 };