mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-26 09:56:32 +08:00
reSWIGed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29075 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
+3551
-3471
File diff suppressed because it is too large
Load Diff
+2453
-2365
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
+2874
-2756
File diff suppressed because it is too large
Load Diff
+4509
-4338
File diff suppressed because it is too large
Load Diff
+2309
-2187
File diff suppressed because it is too large
Load Diff
+2862
-2738
File diff suppressed because it is too large
Load Diff
@@ -305,6 +305,8 @@ FULLSCREEN_NOBORDER = _windows_.FULLSCREEN_NOBORDER
|
||||
FULLSCREEN_NOCAPTION = _windows_.FULLSCREEN_NOCAPTION
|
||||
FULLSCREEN_ALL = _windows_.FULLSCREEN_ALL
|
||||
TOPLEVEL_EX_DIALOG = _windows_.TOPLEVEL_EX_DIALOG
|
||||
USER_ATTENTION_INFO = _windows_.USER_ATTENTION_INFO
|
||||
USER_ATTENTION_ERROR = _windows_.USER_ATTENTION_ERROR
|
||||
class TopLevelWindow(_core.Window):
|
||||
def __init__(self): raise RuntimeError, "No constructor defined"
|
||||
def __repr__(self):
|
||||
@@ -369,6 +371,10 @@ class TopLevelWindow(_core.Window):
|
||||
"""SetShape(self, Region region) -> bool"""
|
||||
return _windows_.TopLevelWindow_SetShape(*args, **kwargs)
|
||||
|
||||
def RequestUserAttention(*args, **kwargs):
|
||||
"""RequestUserAttention(self, int flags=USER_ATTENTION_INFO)"""
|
||||
return _windows_.TopLevelWindow_RequestUserAttention(*args, **kwargs)
|
||||
|
||||
def MacSetMetalAppearance(*args, **kwargs):
|
||||
"""MacSetMetalAppearance(self, bool on)"""
|
||||
return _windows_.TopLevelWindow_MacSetMetalAppearance(*args, **kwargs)
|
||||
|
||||
+2373
-2269
File diff suppressed because it is too large
Load Diff
+344
-249
File diff suppressed because it is too large
Load Diff
+1643
-1547
File diff suppressed because it is too large
Load Diff
+1128
-997
File diff suppressed because it is too large
Load Diff
+334
-255
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user