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