reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-09-29 00:22:24 +00:00
parent 9a9942f75a
commit b6294124ec
9 changed files with 825 additions and 0 deletions

View File

@@ -368,6 +368,10 @@ class TopLevelWindow(_core.Window):
"""RequestUserAttention(self, int flags=USER_ATTENTION_INFO)"""
return _windows_.TopLevelWindow_RequestUserAttention(*args, **kwargs)
def IsActive(*args, **kwargs):
"""IsActive(self) -> bool"""
return _windows_.TopLevelWindow_IsActive(*args, **kwargs)
class TopLevelWindowPtr(TopLevelWindow):
def __init__(self, this):