]> git.saurik.com Git - wxWidgets.git/commitdiff
Deprecated wx.iewin
authorRobin Dunn <robin@alldunn.com>
Sat, 8 May 2004 01:22:44 +0000 (01:22 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 8 May 2004 01:22:44 +0000 (01:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/contrib/iewin/iewin.i
wxPython/contrib/iewin/iewin.py
wxPython/docs/CHANGES.txt

index 8ea307ec712db4a779ad7fc716f9312e01c946de..72342916c04b34c99215cc25b22213c905cc3d3f 100644 (file)
 %import core.i
 %pythoncode { wx = _core }
 %pythoncode { __docfilter__ = wx.__DocFilter(globals()) }
+%pythoncode {
+    import warnings
+    warnings.warn("This module is deprecated.  Please use the wx.lib.iewin module instead.",    
+                  DeprecationWarning, stacklevel=2)
+}
 
 MAKE_CONST_WXSTRING_NOSWIG(PanelNameStr);
 
index 81ee6579bbd174a4623954eb35ddfa163e4bed11..ad3d0077d0279f2163b5115971596dee10d890ee 100644 (file)
@@ -6,6 +6,10 @@ import _iewin
 import _core
 wx = _core 
 __docfilter__ = wx.__DocFilter(globals()) 
+import warnings
+warnings.warn("This module is deprecated.  Please use the wx.lib.iewin module instead.",    
+              DeprecationWarning, stacklevel=2)
+
 class MSHTMLEvent(_core.NotifyEvent):
     def __repr__(self):
         return "<%s.%s; proxy of C++ wxMSHTMLEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
index 564f883c828967385c475e99f0c1609b3b5e2993..ec796a6927bbda9aba32773b4c1db0a3f179962c 100644 (file)
@@ -29,6 +29,12 @@ parameters.
 Added wx.lib.mixins.listctrl.TextEditMixin, a mixin class that allows
 all columns of a wx.ListCtrl in report mode to be edited.
 
+Deprecated the wx.iewin module.
+
+Deprecated the wx.Sizer.AddWindow, AddSizer, AddSpacer methods as well
+as their Insert* and Prepend* counterparts.
+
+
 
 
 2.5.1.5