reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33902 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user