git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24701 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-12-03 01:40:34 +00:00
parent ed8e1ecb3f
commit cc6dd35581
18 changed files with 878 additions and 685 deletions

View File

@@ -1584,7 +1584,7 @@ class TaskBarIcon(core.EvtHandler):
return _windows.TaskBarIcon_SetIcon(*args, **kwargs)
def RemoveIcon(*args, **kwargs):
"""RemoveIcon(void ??) -> bool"""
"""RemoveIcon() -> bool"""
return _windows.TaskBarIcon_RemoveIcon(*args, **kwargs)
def PopupMenu(*args, **kwargs):