reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33902 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-04-27 20:02:41 +00:00
parent 5bf4788ae3
commit d04418a701
23 changed files with 316 additions and 0 deletions

View File

@@ -554,6 +554,16 @@ def GetTopLevelParent(*args, **kwargs):
"""GetTopLevelParent(Window win) -> Window"""
return _misc_.GetTopLevelParent(*args, **kwargs)
def LaunchDefaultBrowser(*args, **kwargs):
"""
LaunchDefaultBrowser(String url) -> bool
Launches the user's default browser and tells it to open the location
at ``url``. Returns ``True`` if the application was successfully
launched.
"""
return _misc_.LaunchDefaultBrowser(*args, **kwargs)
def GetKeyState(*args, **kwargs):
"""
GetKeyState(int key) -> bool