Add a link to the changes file, move the log file

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29026 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-09-04 18:06:05 +00:00
parent 1e14071910
commit 023a034e0e
7 changed files with 167 additions and 2 deletions

View File

@@ -241,6 +241,18 @@ def GetCurrentId(*args, **kwargs):
"""GetCurrentId() -> long"""
return _misc_.GetCurrentId(*args, **kwargs)
def wxIsStockID(*args, **kwargs):
"""wxIsStockID(int id) -> bool"""
return _misc_.wxIsStockID(*args, **kwargs)
def wxIsStockLabel(*args, **kwargs):
"""wxIsStockLabel(int id, String label) -> bool"""
return _misc_.wxIsStockLabel(*args, **kwargs)
def wxGetStockLabel(*args, **kwargs):
"""wxGetStockLabel(int id) -> String"""
return _misc_.wxGetStockLabel(*args, **kwargs)
def Bell(*args, **kwargs):
"""Bell()"""
return _misc_.Bell(*args, **kwargs)