]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/stattool.i
Removed deprecation warnings in OGL and Gizmos
[wxWidgets.git] / wxPython / src / stattool.i
index 84b81d7d4f073171ecfe5d6490fab2d98c0af3e9..26c4e1537d3019648968785dd4bd7b2d8cb88438 100644 (file)
@@ -196,7 +196,7 @@ public:
 
         // Insert the new tool at the given position, if pos == GetToolsCount(), it
         // is equivalent to DoAddTool()
 
         // Insert the new tool at the given position, if pos == GetToolsCount(), it
         // is equivalent to DoAddTool()
-        wxToolBarToolBase *InsertTool(size_t pos,
+        wxToolBarToolBase *DoInsertTool(size_t pos,
                                       int id,
                                       const wxString& label,
                                       const wxBitmap& bitmap,
                                       int id,
                                       const wxString& label,
                                       const wxBitmap& bitmap,
@@ -270,7 +270,7 @@ public:
     # 2.3.3.  They are renamed to have 'Label' in the name so as to be
     # able to keep backwards compatibility with using the above
     # methods.  Eventually these should migrate to be the methods used
     # 2.3.3.  They are renamed to have 'Label' in the name so as to be
     # able to keep backwards compatibility with using the above
     # methods.  Eventually these should migrate to be the methods used
-    # primarily and loose the 'Label' in the name...
+    # primarily and lose the 'Label' in the name...
 
     def AddLabelTool(self, id, label, bitmap,
                      bmpDisabled = wxNullBitmap,
 
     def AddLabelTool(self, id, label, bitmap,
                      bmpDisabled = wxNullBitmap,