wx.ComboBox fixes.

- disambiguate GetSelection by renaming an overload to GetTextSelection.
- add a SetTextSelection to go with it, but keep both original SetSelection overloads too.
- add deprecated SetMark/GetMark aliases.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73801 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2013-04-10 00:06:10 +00:00
parent 676b45c860
commit 058ed937da
3 changed files with 42 additions and 9 deletions

View File

@@ -387,7 +387,8 @@ class FunctionDef(BaseDef, FixWxPrefix):
# Just remove from the overloads list and insert it into the parent.
self.overloads.remove(item)
parent.insertItemAfter(self, item)
return item
def ignore(self, val=True):
# If the item being ignored has overloads then try to reorder the