win32more-Microsoft.WindowsAppSDK 0.7.1.6.250430001__py2.py3-none-any.whl → 0.8.1.8.251003001__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- win32more/Microsoft/Foundation/__init__.py +1 -1
- win32more/Microsoft/Graphics/DirectX/__init__.py +4 -0
- win32more/Microsoft/Graphics/Display/__init__.py +2 -0
- win32more/Microsoft/Graphics/Imaging/__init__.py +78 -0
- win32more/Microsoft/Security/Authentication/OAuth/__init__.py +593 -0
- win32more/Microsoft/UI/Composition/Core/__init__.py +4 -4
- win32more/Microsoft/UI/Composition/Diagnostics/__init__.py +5 -4
- win32more/Microsoft/UI/Composition/Effects/__init__.py +11 -10
- win32more/Microsoft/UI/Composition/Interactions/__init__.py +100 -93
- win32more/Microsoft/UI/Composition/Scenes/__init__.py +82 -78
- win32more/Microsoft/UI/Composition/SystemBackdrops/__init__.py +46 -42
- win32more/Microsoft/UI/Composition/__init__.py +146 -125
- win32more/Microsoft/UI/Content/__init__.py +677 -32
- win32more/Microsoft/UI/Dispatching/__init__.py +6 -4
- win32more/Microsoft/UI/Input/DragDrop/__init__.py +11 -9
- win32more/Microsoft/UI/Input/__init__.py +88 -66
- win32more/Microsoft/UI/Text/__init__.py +46 -0
- win32more/Microsoft/UI/Windowing/__init__.py +112 -21
- win32more/Microsoft/UI/Xaml/Automation/Peers/__init__.py +12 -0
- win32more/Microsoft/UI/Xaml/Automation/Text/__init__.py +2 -0
- win32more/Microsoft/UI/Xaml/Automation/__init__.py +21 -0
- win32more/Microsoft/UI/Xaml/Controls/Primitives/__init__.py +19 -0
- win32more/Microsoft/UI/Xaml/Controls/__init__.py +369 -0
- win32more/Microsoft/UI/Xaml/Data/__init__.py +3 -0
- win32more/Microsoft/UI/Xaml/Documents/__init__.py +2 -0
- win32more/Microsoft/UI/Xaml/Hosting/__init__.py +1 -0
- win32more/Microsoft/UI/Xaml/Input/__init__.py +11 -0
- win32more/Microsoft/UI/Xaml/Interop/__init__.py +1 -0
- win32more/Microsoft/UI/Xaml/Media/Animation/__init__.py +6 -0
- win32more/Microsoft/UI/Xaml/Media/Imaging/__init__.py +3 -0
- win32more/Microsoft/UI/Xaml/Media/__init__.py +14 -0
- win32more/Microsoft/UI/Xaml/Navigation/__init__.py +2 -0
- win32more/Microsoft/UI/Xaml/Printing/__init__.py +1 -0
- win32more/Microsoft/UI/Xaml/__init__.py +101 -2
- win32more/Microsoft/Windows/AI/ContentSafety/__init__.py +198 -0
- win32more/Microsoft/Windows/AI/Foundation/__init__.py +46 -0
- win32more/Microsoft/Windows/AI/Imaging/__init__.py +369 -0
- win32more/Microsoft/Windows/AI/MachineLearning/__init__.py +125 -0
- win32more/Microsoft/Windows/AI/Text/__init__.py +501 -0
- win32more/Microsoft/Windows/AI/__init__.py +51 -0
- win32more/Microsoft/Windows/AppLifecycle/__init__.py +1 -0
- win32more/Microsoft/Windows/AppNotifications/Builder/__init__.py +7 -1
- win32more/Microsoft/Windows/AppNotifications/__init__.py +4 -1
- win32more/Microsoft/Windows/ApplicationModel/Background/UniversalBGTask/__init__.py +27 -0
- win32more/Microsoft/Windows/ApplicationModel/Background/__init__.py +65 -0
- win32more/Microsoft/Windows/ApplicationModel/DynamicDependency/__init__.py +2 -0
- win32more/Microsoft/Windows/ApplicationModel/Resources/__init__.py +1 -0
- win32more/Microsoft/Windows/ApplicationModel/WindowsAppRuntime/__init__.py +120 -0
- win32more/Microsoft/Windows/BadgeNotifications/__init__.py +54 -0
- win32more/Microsoft/Windows/Foundation/__init__.py +221 -0
- win32more/Microsoft/Windows/Management/Deployment/__init__.py +5 -0
- win32more/Microsoft/Windows/Media/Capture/__init__.py +201 -0
- win32more/Microsoft/Windows/PushNotifications/__init__.py +1 -0
- win32more/Microsoft/Windows/Storage/Pickers/__init__.py +260 -0
- win32more/Microsoft/Windows/Storage/__init__.py +2 -0
- win32more/Microsoft/Windows/System/Power/__init__.py +8 -0
- win32more/Microsoft/Windows/Widgets/Feeds/Providers/__init__.py +8 -0
- win32more/Microsoft/Windows/Widgets/Notifications/__init__.py +2 -0
- win32more/Microsoft/Windows/Widgets/Providers/__init__.py +24 -0
- win32more/Microsoft/Windows/Widgets/__init__.py +2 -1
- win32more/Microsoft/Windows/Workloads/__init__.py +12 -0
- win32more/appsdk/versioninfo.py +2 -2
- win32more/dll/arm64/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll +0 -0
- win32more/dll/arm64/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more/dll/x64/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll +0 -0
- win32more/dll/x64/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more/dll/x86/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll +0 -0
- win32more/dll/x86/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info/METADATA +6 -0
- win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info/RECORD +85 -0
- {win32more_microsoft_windowsappsdk-0.7.1.6.250430001.dist-info → win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info}/WHEEL +1 -1
- {win32more_microsoft_windowsappsdk-0.7.1.6.250430001.dist-info → win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info}/licenses/LICENSE (Microsoft.WindowsAppSDK).txt +5 -3
- win32more_microsoft_windowsappsdk-0.7.1.6.250430001.dist-info/METADATA +0 -6
- win32more_microsoft_windowsappsdk-0.7.1.6.250430001.dist-info/RECORD +0 -67
|
@@ -6,9 +6,11 @@ import win32more.Windows.Storage.Streams
|
|
|
6
6
|
import win32more.Windows.UI
|
|
7
7
|
import win32more.Windows.UI.Text
|
|
8
8
|
class CaretType(Enum, Int32):
|
|
9
|
+
_name_ = 'Microsoft.UI.Text.CaretType'
|
|
9
10
|
Normal = 0
|
|
10
11
|
Null = 1
|
|
11
12
|
class FindOptions(Enum, UInt32):
|
|
13
|
+
_name_ = 'Microsoft.UI.Text.FindOptions'
|
|
12
14
|
None_ = 0
|
|
13
15
|
Word = 2
|
|
14
16
|
Case = 4
|
|
@@ -52,11 +54,13 @@ class FontWeights(ComPtr, metaclass=_FontWeights_Meta_):
|
|
|
52
54
|
_FontWeights_Meta_.SemiLight = property(get_SemiLight, None)
|
|
53
55
|
_FontWeights_Meta_.Thin = property(get_Thin, None)
|
|
54
56
|
class FormatEffect(Enum, Int32):
|
|
57
|
+
_name_ = 'Microsoft.UI.Text.FormatEffect'
|
|
55
58
|
Off = 0
|
|
56
59
|
On = 1
|
|
57
60
|
Toggle = 2
|
|
58
61
|
Undefined = 3
|
|
59
62
|
class HorizontalCharacterAlignment(Enum, Int32):
|
|
63
|
+
_name_ = 'Microsoft.UI.Text.HorizontalCharacterAlignment'
|
|
60
64
|
Left = 0
|
|
61
65
|
Right = 1
|
|
62
66
|
Center = 2
|
|
@@ -331,6 +335,18 @@ class ITextDocument(ComPtr):
|
|
|
331
335
|
IgnoreTrailingCharacterSpacing = property(get_IgnoreTrailingCharacterSpacing, put_IgnoreTrailingCharacterSpacing)
|
|
332
336
|
Selection = property(get_Selection, None)
|
|
333
337
|
UndoLimit = property(get_UndoLimit, put_UndoLimit)
|
|
338
|
+
class ITextDocument2(ComPtr):
|
|
339
|
+
extends: IInspectable
|
|
340
|
+
_classid_ = 'Microsoft.UI.Text.ITextDocument2'
|
|
341
|
+
_iid_ = Guid('{21febcf1-2110-5879-b1da-b343097e71e1}')
|
|
342
|
+
@winrt_commethod(6)
|
|
343
|
+
def GetMathMode(self) -> win32more.Microsoft.UI.Text.RichEditMathMode: ...
|
|
344
|
+
@winrt_commethod(7)
|
|
345
|
+
def SetMathMode(self, mode: win32more.Microsoft.UI.Text.RichEditMathMode) -> Void: ...
|
|
346
|
+
@winrt_commethod(8)
|
|
347
|
+
def GetMathML(self, value: POINTER(hstr)) -> Void: ...
|
|
348
|
+
@winrt_commethod(9)
|
|
349
|
+
def SetMathML(self, value: hstr) -> Void: ...
|
|
334
350
|
class ITextParagraphFormat(ComPtr):
|
|
335
351
|
extends: IInspectable
|
|
336
352
|
_classid_ = 'Microsoft.UI.Text.ITextParagraphFormat'
|
|
@@ -599,9 +615,11 @@ class ITextSelection(ComPtr):
|
|
|
599
615
|
Options = property(get_Options, put_Options)
|
|
600
616
|
Type = property(get_Type, None)
|
|
601
617
|
class LetterCase(Enum, Int32):
|
|
618
|
+
_name_ = 'Microsoft.UI.Text.LetterCase'
|
|
602
619
|
Lower = 0
|
|
603
620
|
Upper = 1
|
|
604
621
|
class LineSpacingRule(Enum, Int32):
|
|
622
|
+
_name_ = 'Microsoft.UI.Text.LineSpacingRule'
|
|
605
623
|
Undefined = 0
|
|
606
624
|
Single = 1
|
|
607
625
|
OneAndHalf = 2
|
|
@@ -611,6 +629,7 @@ class LineSpacingRule(Enum, Int32):
|
|
|
611
629
|
Multiple = 6
|
|
612
630
|
Percent = 7
|
|
613
631
|
class LinkType(Enum, Int32):
|
|
632
|
+
_name_ = 'Microsoft.UI.Text.LinkType'
|
|
614
633
|
Undefined = 0
|
|
615
634
|
NotALink = 1
|
|
616
635
|
ClientLink = 2
|
|
@@ -621,11 +640,13 @@ class LinkType(Enum, Int32):
|
|
|
621
640
|
AutoLinkPhone = 7
|
|
622
641
|
AutoLinkPath = 8
|
|
623
642
|
class MarkerAlignment(Enum, Int32):
|
|
643
|
+
_name_ = 'Microsoft.UI.Text.MarkerAlignment'
|
|
624
644
|
Undefined = 0
|
|
625
645
|
Left = 1
|
|
626
646
|
Center = 2
|
|
627
647
|
Right = 3
|
|
628
648
|
class MarkerStyle(Enum, Int32):
|
|
649
|
+
_name_ = 'Microsoft.UI.Text.MarkerStyle'
|
|
629
650
|
Undefined = 0
|
|
630
651
|
Parenthesis = 1
|
|
631
652
|
Parentheses = 2
|
|
@@ -634,6 +655,7 @@ class MarkerStyle(Enum, Int32):
|
|
|
634
655
|
Minus = 5
|
|
635
656
|
NoNumber = 6
|
|
636
657
|
class MarkerType(Enum, Int32):
|
|
658
|
+
_name_ = 'Microsoft.UI.Text.MarkerType'
|
|
637
659
|
Undefined = 0
|
|
638
660
|
None_ = 1
|
|
639
661
|
Bullet = 2
|
|
@@ -660,12 +682,14 @@ class MarkerType(Enum, Int32):
|
|
|
660
682
|
DevanagariConsonant = 23
|
|
661
683
|
DevanagariNumeric = 24
|
|
662
684
|
class ParagraphAlignment(Enum, Int32):
|
|
685
|
+
_name_ = 'Microsoft.UI.Text.ParagraphAlignment'
|
|
663
686
|
Undefined = 0
|
|
664
687
|
Left = 1
|
|
665
688
|
Center = 2
|
|
666
689
|
Right = 3
|
|
667
690
|
Justify = 4
|
|
668
691
|
class ParagraphStyle(Enum, Int32):
|
|
692
|
+
_name_ = 'Microsoft.UI.Text.ParagraphStyle'
|
|
669
693
|
Undefined = 0
|
|
670
694
|
None_ = 1
|
|
671
695
|
Normal = 2
|
|
@@ -679,6 +703,7 @@ class ParagraphStyle(Enum, Int32):
|
|
|
679
703
|
Heading8 = 10
|
|
680
704
|
Heading9 = 11
|
|
681
705
|
class PointOptions(Enum, UInt32):
|
|
706
|
+
_name_ = 'Microsoft.UI.Text.PointOptions'
|
|
682
707
|
None_ = 0
|
|
683
708
|
IncludeInset = 1
|
|
684
709
|
Start = 32
|
|
@@ -688,12 +713,14 @@ class PointOptions(Enum, UInt32):
|
|
|
688
713
|
NoHorizontalScroll = 65536
|
|
689
714
|
NoVerticalScroll = 262144
|
|
690
715
|
class RangeGravity(Enum, Int32):
|
|
716
|
+
_name_ = 'Microsoft.UI.Text.RangeGravity'
|
|
691
717
|
UIBehavior = 0
|
|
692
718
|
Backward = 1
|
|
693
719
|
Forward = 2
|
|
694
720
|
Inward = 3
|
|
695
721
|
Outward = 4
|
|
696
722
|
class RichEditMathMode(Enum, Int32):
|
|
723
|
+
_name_ = 'Microsoft.UI.Text.RichEditMathMode'
|
|
697
724
|
NoMath = 0
|
|
698
725
|
MathOnly = 1
|
|
699
726
|
class RichEditTextDocument(ComPtr):
|
|
@@ -764,6 +791,14 @@ class RichEditTextDocument(ComPtr):
|
|
|
764
791
|
def put_IgnoreTrailingCharacterSpacing(self: win32more.Microsoft.UI.Text.ITextDocument, value: Boolean) -> Void: ...
|
|
765
792
|
@winrt_mixinmethod
|
|
766
793
|
def ClearUndoRedoHistory(self: win32more.Microsoft.UI.Text.ITextDocument) -> Void: ...
|
|
794
|
+
@winrt_mixinmethod
|
|
795
|
+
def GetMathMode(self: win32more.Microsoft.UI.Text.ITextDocument2) -> win32more.Microsoft.UI.Text.RichEditMathMode: ...
|
|
796
|
+
@winrt_mixinmethod
|
|
797
|
+
def SetMathMode(self: win32more.Microsoft.UI.Text.ITextDocument2, mode: win32more.Microsoft.UI.Text.RichEditMathMode) -> Void: ...
|
|
798
|
+
@winrt_mixinmethod
|
|
799
|
+
def GetMathML(self: win32more.Microsoft.UI.Text.ITextDocument2, value: POINTER(hstr)) -> Void: ...
|
|
800
|
+
@winrt_mixinmethod
|
|
801
|
+
def SetMathML(self: win32more.Microsoft.UI.Text.ITextDocument2, value: hstr) -> Void: ...
|
|
767
802
|
AlignmentIncludesTrailingWhitespace = property(get_AlignmentIncludesTrailingWhitespace, put_AlignmentIncludesTrailingWhitespace)
|
|
768
803
|
CaretType = property(get_CaretType, put_CaretType)
|
|
769
804
|
DefaultTabStop = property(get_DefaultTabStop, put_DefaultTabStop)
|
|
@@ -890,30 +925,35 @@ class RichEditTextRange(ComPtr):
|
|
|
890
925
|
StoryLength = property(get_StoryLength, None)
|
|
891
926
|
Text = property(get_Text, put_Text)
|
|
892
927
|
class SelectionOptions(Enum, UInt32):
|
|
928
|
+
_name_ = 'Microsoft.UI.Text.SelectionOptions'
|
|
893
929
|
StartActive = 1
|
|
894
930
|
AtEndOfLine = 2
|
|
895
931
|
Overtype = 4
|
|
896
932
|
Active = 8
|
|
897
933
|
Replace = 16
|
|
898
934
|
class SelectionType(Enum, Int32):
|
|
935
|
+
_name_ = 'Microsoft.UI.Text.SelectionType'
|
|
899
936
|
None_ = 0
|
|
900
937
|
InsertionPoint = 1
|
|
901
938
|
Normal = 2
|
|
902
939
|
InlineShape = 7
|
|
903
940
|
Shape = 8
|
|
904
941
|
class TabAlignment(Enum, Int32):
|
|
942
|
+
_name_ = 'Microsoft.UI.Text.TabAlignment'
|
|
905
943
|
Left = 0
|
|
906
944
|
Center = 1
|
|
907
945
|
Right = 2
|
|
908
946
|
Decimal = 3
|
|
909
947
|
Bar = 4
|
|
910
948
|
class TabLeader(Enum, Int32):
|
|
949
|
+
_name_ = 'Microsoft.UI.Text.TabLeader'
|
|
911
950
|
Spaces = 0
|
|
912
951
|
Dots = 1
|
|
913
952
|
Dashes = 2
|
|
914
953
|
Lines = 3
|
|
915
954
|
ThickLines = 4
|
|
916
955
|
Equals = 5
|
|
956
|
+
TextApiContract: UInt32 = 131072
|
|
917
957
|
class _TextConstants_Meta_(ComPtr.__class__):
|
|
918
958
|
pass
|
|
919
959
|
class TextConstants(ComPtr, metaclass=_TextConstants_Meta_):
|
|
@@ -944,6 +984,7 @@ class TextConstants(ComPtr, metaclass=_TextConstants_Meta_):
|
|
|
944
984
|
_TextConstants_Meta_.UndefinedFontStyle = property(get_UndefinedFontStyle, None)
|
|
945
985
|
_TextConstants_Meta_.UndefinedInt32Value = property(get_UndefinedInt32Value, None)
|
|
946
986
|
class TextGetOptions(Enum, UInt32):
|
|
987
|
+
_name_ = 'Microsoft.UI.Text.TextGetOptions'
|
|
947
988
|
None_ = 0
|
|
948
989
|
AdjustCrlf = 1
|
|
949
990
|
UseCrlf = 2
|
|
@@ -954,6 +995,7 @@ class TextGetOptions(Enum, UInt32):
|
|
|
954
995
|
FormatRtf = 8192
|
|
955
996
|
UseLf = 16777216
|
|
956
997
|
class TextRangeUnit(Enum, Int32):
|
|
998
|
+
_name_ = 'Microsoft.UI.Text.TextRangeUnit'
|
|
957
999
|
Character = 0
|
|
958
1000
|
Word = 1
|
|
959
1001
|
Sentence = 2
|
|
@@ -988,6 +1030,7 @@ class TextRangeUnit(Enum, Int32):
|
|
|
988
1030
|
LinkProtected = 31
|
|
989
1031
|
ContentLink = 32
|
|
990
1032
|
class TextScript(Enum, Int32):
|
|
1033
|
+
_name_ = 'Microsoft.UI.Text.TextScript'
|
|
991
1034
|
Undefined = 0
|
|
992
1035
|
Ansi = 1
|
|
993
1036
|
EastEurope = 2
|
|
@@ -1053,6 +1096,7 @@ class TextScript(Enum, Int32):
|
|
|
1053
1096
|
Deseret = 62
|
|
1054
1097
|
Tifinagh = 63
|
|
1055
1098
|
class TextSetOptions(Enum, UInt32):
|
|
1099
|
+
_name_ = 'Microsoft.UI.Text.TextSetOptions'
|
|
1056
1100
|
None_ = 0
|
|
1057
1101
|
UnicodeBidi = 1
|
|
1058
1102
|
Unlink = 8
|
|
@@ -1061,6 +1105,7 @@ class TextSetOptions(Enum, UInt32):
|
|
|
1061
1105
|
FormatRtf = 8192
|
|
1062
1106
|
ApplyRtfDocumentDefaults = 16384
|
|
1063
1107
|
class UnderlineType(Enum, Int32):
|
|
1108
|
+
_name_ = 'Microsoft.UI.Text.UnderlineType'
|
|
1064
1109
|
Undefined = 0
|
|
1065
1110
|
None_ = 1
|
|
1066
1111
|
Single = 2
|
|
@@ -1082,6 +1127,7 @@ class UnderlineType(Enum, Int32):
|
|
|
1082
1127
|
ThickDotted = 18
|
|
1083
1128
|
ThickLongDash = 19
|
|
1084
1129
|
class VerticalCharacterAlignment(Enum, Int32):
|
|
1130
|
+
_name_ = 'Microsoft.UI.Text.VerticalCharacterAlignment'
|
|
1085
1131
|
Top = 0
|
|
1086
1132
|
Baseline = 1
|
|
1087
1133
|
Bottom = 2
|
|
@@ -12,7 +12,7 @@ class AppWindow(ComPtr):
|
|
|
12
12
|
default_interface: win32more.Microsoft.UI.Windowing.IAppWindow
|
|
13
13
|
_classid_ = 'Microsoft.UI.Windowing.AppWindow'
|
|
14
14
|
@winrt_mixinmethod
|
|
15
|
-
def
|
|
15
|
+
def add_Closing(self: win32more.Microsoft.UI.Windowing.IAppWindow, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Windowing.AppWindow, win32more.Microsoft.UI.Windowing.AppWindowClosingEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
16
16
|
@winrt_mixinmethod
|
|
17
17
|
def get_IsShownInSwitchers(self: win32more.Microsoft.UI.Windowing.IAppWindow) -> Boolean: ...
|
|
18
18
|
@winrt_mixinmethod
|
|
@@ -34,7 +34,7 @@ class AppWindow(ComPtr):
|
|
|
34
34
|
@winrt_mixinmethod
|
|
35
35
|
def get_TitleBar(self: win32more.Microsoft.UI.Windowing.IAppWindow) -> win32more.Microsoft.UI.Windowing.AppWindowTitleBar: ...
|
|
36
36
|
@winrt_mixinmethod
|
|
37
|
-
def
|
|
37
|
+
def Destroy(self: win32more.Microsoft.UI.Windowing.IAppWindow) -> Void: ...
|
|
38
38
|
@winrt_mixinmethod
|
|
39
39
|
def Hide(self: win32more.Microsoft.UI.Windowing.IAppWindow) -> Void: ...
|
|
40
40
|
@winrt_mixinmethod
|
|
@@ -42,7 +42,7 @@ class AppWindow(ComPtr):
|
|
|
42
42
|
@winrt_mixinmethod
|
|
43
43
|
def MoveAndResize(self: win32more.Microsoft.UI.Windowing.IAppWindow, rect: win32more.Windows.Graphics.RectInt32) -> Void: ...
|
|
44
44
|
@winrt_mixinmethod
|
|
45
|
-
def
|
|
45
|
+
def get_Id(self: win32more.Microsoft.UI.Windowing.IAppWindow) -> win32more.Microsoft.UI.WindowId: ...
|
|
46
46
|
@winrt_mixinmethod
|
|
47
47
|
def Resize(self: win32more.Microsoft.UI.Windowing.IAppWindow, size: win32more.Windows.Graphics.SizeInt32) -> Void: ...
|
|
48
48
|
@winrt_mixinmethod
|
|
@@ -56,13 +56,13 @@ class AppWindow(ComPtr):
|
|
|
56
56
|
@winrt_mixinmethod
|
|
57
57
|
def Show(self: win32more.Microsoft.UI.Windowing.IAppWindow) -> Void: ...
|
|
58
58
|
@winrt_mixinmethod
|
|
59
|
-
def
|
|
59
|
+
def ShowWithActivation(self: win32more.Microsoft.UI.Windowing.IAppWindow, activateWindow: Boolean) -> Void: ...
|
|
60
60
|
@winrt_mixinmethod
|
|
61
61
|
def add_Changed(self: win32more.Microsoft.UI.Windowing.IAppWindow, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Windowing.AppWindow, win32more.Microsoft.UI.Windowing.AppWindowChangedEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
62
62
|
@winrt_mixinmethod
|
|
63
63
|
def remove_Changed(self: win32more.Microsoft.UI.Windowing.IAppWindow, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
64
64
|
@winrt_mixinmethod
|
|
65
|
-
def
|
|
65
|
+
def MoveAndResizeRelativeToDisplayArea(self: win32more.Microsoft.UI.Windowing.IAppWindow, rect: win32more.Windows.Graphics.RectInt32, displayarea: win32more.Microsoft.UI.Windowing.DisplayArea) -> Void: ...
|
|
66
66
|
@winrt_mixinmethod
|
|
67
67
|
def remove_Closing(self: win32more.Microsoft.UI.Windowing.IAppWindow, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
68
68
|
@winrt_mixinmethod
|
|
@@ -85,6 +85,14 @@ class AppWindow(ComPtr):
|
|
|
85
85
|
def AssociateWithDispatcherQueue(self: win32more.Microsoft.UI.Windowing.IAppWindow3, dispatcherQueue: win32more.Microsoft.UI.Dispatching.DispatcherQueue) -> Void: ...
|
|
86
86
|
@winrt_mixinmethod
|
|
87
87
|
def get_DispatcherQueue(self: win32more.Microsoft.UI.Windowing.IAppWindow3) -> win32more.Microsoft.UI.Dispatching.DispatcherQueue: ...
|
|
88
|
+
@winrt_mixinmethod
|
|
89
|
+
def SetTaskbarIcon(self: win32more.Microsoft.UI.Windowing.IAppWindow4, iconPath: hstr) -> Void: ...
|
|
90
|
+
@winrt_mixinmethod
|
|
91
|
+
def SetTaskbarIconWithIconId(self: win32more.Microsoft.UI.Windowing.IAppWindow4, iconId: win32more.Microsoft.UI.IconId) -> Void: ...
|
|
92
|
+
@winrt_mixinmethod
|
|
93
|
+
def SetTitleBarIcon(self: win32more.Microsoft.UI.Windowing.IAppWindow4, iconPath: hstr) -> Void: ...
|
|
94
|
+
@winrt_mixinmethod
|
|
95
|
+
def SetTitleBarIconWithIconId(self: win32more.Microsoft.UI.Windowing.IAppWindow4, iconId: win32more.Microsoft.UI.IconId) -> Void: ...
|
|
88
96
|
@winrt_classmethod
|
|
89
97
|
def CreateWithDispatcherQueue(cls: win32more.Microsoft.UI.Windowing.IAppWindowStatics2, appWindowPresenter: win32more.Microsoft.UI.Windowing.AppWindowPresenter, ownerWindowId: win32more.Microsoft.UI.WindowId, DispatcherQueue: win32more.Microsoft.UI.Dispatching.DispatcherQueue) -> win32more.Microsoft.UI.Windowing.AppWindow: ...
|
|
90
98
|
@winrt_classmethod
|
|
@@ -114,10 +122,10 @@ class AppWindowChangedEventArgs(ComPtr):
|
|
|
114
122
|
default_interface: win32more.Microsoft.UI.Windowing.IAppWindowChangedEventArgs
|
|
115
123
|
_classid_ = 'Microsoft.UI.Windowing.AppWindowChangedEventArgs'
|
|
116
124
|
@winrt_mixinmethod
|
|
117
|
-
def get_DidPositionChange(self: win32more.Microsoft.UI.Windowing.IAppWindowChangedEventArgs) -> Boolean: ...
|
|
118
|
-
@winrt_mixinmethod
|
|
119
125
|
def get_DidPresenterChange(self: win32more.Microsoft.UI.Windowing.IAppWindowChangedEventArgs) -> Boolean: ...
|
|
120
126
|
@winrt_mixinmethod
|
|
127
|
+
def get_DidPositionChange(self: win32more.Microsoft.UI.Windowing.IAppWindowChangedEventArgs) -> Boolean: ...
|
|
128
|
+
@winrt_mixinmethod
|
|
121
129
|
def get_DidSizeChange(self: win32more.Microsoft.UI.Windowing.IAppWindowChangedEventArgs) -> Boolean: ...
|
|
122
130
|
@winrt_mixinmethod
|
|
123
131
|
def get_DidVisibilityChange(self: win32more.Microsoft.UI.Windowing.IAppWindowChangedEventArgs) -> Boolean: ...
|
|
@@ -154,6 +162,7 @@ class AppWindowPresenter(ComPtr):
|
|
|
154
162
|
def get_Kind(self: win32more.Microsoft.UI.Windowing.IAppWindowPresenter) -> win32more.Microsoft.UI.Windowing.AppWindowPresenterKind: ...
|
|
155
163
|
Kind = property(get_Kind, None)
|
|
156
164
|
class AppWindowPresenterKind(Enum, Int32):
|
|
165
|
+
_name_ = 'Microsoft.UI.Windowing.AppWindowPresenterKind'
|
|
157
166
|
Default = 0
|
|
158
167
|
CompactOverlay = 1
|
|
159
168
|
FullScreen = 2
|
|
@@ -163,7 +172,7 @@ class AppWindowTitleBar(ComPtr):
|
|
|
163
172
|
default_interface: win32more.Microsoft.UI.Windowing.IAppWindowTitleBar
|
|
164
173
|
_classid_ = 'Microsoft.UI.Windowing.AppWindowTitleBar'
|
|
165
174
|
@winrt_mixinmethod
|
|
166
|
-
def
|
|
175
|
+
def put_ButtonPressedBackgroundColor(self: win32more.Microsoft.UI.Windowing.IAppWindowTitleBar, value: win32more.Windows.Foundation.IReference[win32more.Windows.UI.Color]) -> Void: ...
|
|
167
176
|
@winrt_mixinmethod
|
|
168
177
|
def put_BackgroundColor(self: win32more.Microsoft.UI.Windowing.IAppWindowTitleBar, value: win32more.Windows.Foundation.IReference[win32more.Windows.UI.Color]) -> Void: ...
|
|
169
178
|
@winrt_mixinmethod
|
|
@@ -187,13 +196,13 @@ class AppWindowTitleBar(ComPtr):
|
|
|
187
196
|
@winrt_mixinmethod
|
|
188
197
|
def put_ButtonInactiveBackgroundColor(self: win32more.Microsoft.UI.Windowing.IAppWindowTitleBar, value: win32more.Windows.Foundation.IReference[win32more.Windows.UI.Color]) -> Void: ...
|
|
189
198
|
@winrt_mixinmethod
|
|
190
|
-
def
|
|
199
|
+
def get_BackgroundColor(self: win32more.Microsoft.UI.Windowing.IAppWindowTitleBar) -> win32more.Windows.Foundation.IReference[win32more.Windows.UI.Color]: ...
|
|
191
200
|
@winrt_mixinmethod
|
|
192
201
|
def put_ButtonInactiveForegroundColor(self: win32more.Microsoft.UI.Windowing.IAppWindowTitleBar, value: win32more.Windows.Foundation.IReference[win32more.Windows.UI.Color]) -> Void: ...
|
|
193
202
|
@winrt_mixinmethod
|
|
194
|
-
def
|
|
203
|
+
def get_ButtonPressedBackgroundColor(self: win32more.Microsoft.UI.Windowing.IAppWindowTitleBar) -> win32more.Windows.Foundation.IReference[win32more.Windows.UI.Color]: ...
|
|
195
204
|
@winrt_mixinmethod
|
|
196
|
-
def
|
|
205
|
+
def get_ButtonInactiveForegroundColor(self: win32more.Microsoft.UI.Windowing.IAppWindowTitleBar) -> win32more.Windows.Foundation.IReference[win32more.Windows.UI.Color]: ...
|
|
197
206
|
@winrt_mixinmethod
|
|
198
207
|
def get_ButtonPressedForegroundColor(self: win32more.Microsoft.UI.Windowing.IAppWindowTitleBar) -> win32more.Windows.Foundation.IReference[win32more.Windows.UI.Color]: ...
|
|
199
208
|
@winrt_mixinmethod
|
|
@@ -232,6 +241,10 @@ class AppWindowTitleBar(ComPtr):
|
|
|
232
241
|
def get_PreferredHeightOption(self: win32more.Microsoft.UI.Windowing.IAppWindowTitleBar2) -> win32more.Microsoft.UI.Windowing.TitleBarHeightOption: ...
|
|
233
242
|
@winrt_mixinmethod
|
|
234
243
|
def put_PreferredHeightOption(self: win32more.Microsoft.UI.Windowing.IAppWindowTitleBar2, value: win32more.Microsoft.UI.Windowing.TitleBarHeightOption) -> Void: ...
|
|
244
|
+
@winrt_mixinmethod
|
|
245
|
+
def get_PreferredTheme(self: win32more.Microsoft.UI.Windowing.IAppWindowTitleBar3) -> win32more.Microsoft.UI.Windowing.TitleBarTheme: ...
|
|
246
|
+
@winrt_mixinmethod
|
|
247
|
+
def put_PreferredTheme(self: win32more.Microsoft.UI.Windowing.IAppWindowTitleBar3, value: win32more.Microsoft.UI.Windowing.TitleBarTheme) -> Void: ...
|
|
235
248
|
@winrt_classmethod
|
|
236
249
|
def IsCustomizationSupported(cls: win32more.Microsoft.UI.Windowing.IAppWindowTitleBarStatics) -> Boolean: ...
|
|
237
250
|
BackgroundColor = property(get_BackgroundColor, put_BackgroundColor)
|
|
@@ -251,19 +264,21 @@ class AppWindowTitleBar(ComPtr):
|
|
|
251
264
|
InactiveForegroundColor = property(get_InactiveForegroundColor, put_InactiveForegroundColor)
|
|
252
265
|
LeftInset = property(get_LeftInset, None)
|
|
253
266
|
PreferredHeightOption = property(get_PreferredHeightOption, put_PreferredHeightOption)
|
|
267
|
+
PreferredTheme = property(get_PreferredTheme, put_PreferredTheme)
|
|
254
268
|
RightInset = property(get_RightInset, None)
|
|
255
269
|
class CompactOverlayPresenter(ComPtr):
|
|
256
270
|
extends: win32more.Microsoft.UI.Windowing.AppWindowPresenter
|
|
257
271
|
default_interface: win32more.Microsoft.UI.Windowing.ICompactOverlayPresenter
|
|
258
272
|
_classid_ = 'Microsoft.UI.Windowing.CompactOverlayPresenter'
|
|
259
273
|
@winrt_mixinmethod
|
|
260
|
-
def put_InitialSize(self: win32more.Microsoft.UI.Windowing.ICompactOverlayPresenter, value: win32more.Microsoft.UI.Windowing.CompactOverlaySize) -> Void: ...
|
|
261
|
-
@winrt_mixinmethod
|
|
262
274
|
def get_InitialSize(self: win32more.Microsoft.UI.Windowing.ICompactOverlayPresenter) -> win32more.Microsoft.UI.Windowing.CompactOverlaySize: ...
|
|
275
|
+
@winrt_mixinmethod
|
|
276
|
+
def put_InitialSize(self: win32more.Microsoft.UI.Windowing.ICompactOverlayPresenter, value: win32more.Microsoft.UI.Windowing.CompactOverlaySize) -> Void: ...
|
|
263
277
|
@winrt_classmethod
|
|
264
278
|
def Create(cls: win32more.Microsoft.UI.Windowing.ICompactOverlayPresenterStatics) -> win32more.Microsoft.UI.Windowing.CompactOverlayPresenter: ...
|
|
265
279
|
InitialSize = property(get_InitialSize, put_InitialSize)
|
|
266
280
|
class CompactOverlaySize(Enum, Int32):
|
|
281
|
+
_name_ = 'Microsoft.UI.Windowing.CompactOverlaySize'
|
|
267
282
|
Small = 0
|
|
268
283
|
Medium = 1
|
|
269
284
|
Large = 2
|
|
@@ -274,12 +289,12 @@ class DisplayArea(ComPtr, metaclass=_DisplayArea_Meta_):
|
|
|
274
289
|
default_interface: win32more.Microsoft.UI.Windowing.IDisplayArea
|
|
275
290
|
_classid_ = 'Microsoft.UI.Windowing.DisplayArea'
|
|
276
291
|
@winrt_mixinmethod
|
|
292
|
+
def get_OuterBounds(self: win32more.Microsoft.UI.Windowing.IDisplayArea) -> win32more.Windows.Graphics.RectInt32: ...
|
|
293
|
+
@winrt_mixinmethod
|
|
277
294
|
def get_IsPrimary(self: win32more.Microsoft.UI.Windowing.IDisplayArea) -> Boolean: ...
|
|
278
295
|
@winrt_mixinmethod
|
|
279
296
|
def get_DisplayId(self: win32more.Microsoft.UI.Windowing.IDisplayArea) -> win32more.Microsoft.UI.DisplayId: ...
|
|
280
297
|
@winrt_mixinmethod
|
|
281
|
-
def get_OuterBounds(self: win32more.Microsoft.UI.Windowing.IDisplayArea) -> win32more.Windows.Graphics.RectInt32: ...
|
|
282
|
-
@winrt_mixinmethod
|
|
283
298
|
def get_WorkArea(self: win32more.Microsoft.UI.Windowing.IDisplayArea) -> win32more.Windows.Graphics.RectInt32: ...
|
|
284
299
|
@winrt_classmethod
|
|
285
300
|
def GetFromDisplayId(cls: win32more.Microsoft.UI.Windowing.IDisplayAreaStatics2, displayId: win32more.Microsoft.UI.DisplayId) -> win32more.Microsoft.UI.Windowing.DisplayArea: ...
|
|
@@ -301,6 +316,7 @@ class DisplayArea(ComPtr, metaclass=_DisplayArea_Meta_):
|
|
|
301
316
|
WorkArea = property(get_WorkArea, None)
|
|
302
317
|
_DisplayArea_Meta_.Primary = property(get_Primary, None)
|
|
303
318
|
class DisplayAreaFallback(Enum, Int32):
|
|
319
|
+
_name_ = 'Microsoft.UI.Windowing.DisplayAreaFallback'
|
|
304
320
|
None_ = 0
|
|
305
321
|
Primary = 1
|
|
306
322
|
Nearest = 2
|
|
@@ -309,15 +325,15 @@ class DisplayAreaWatcher(ComPtr):
|
|
|
309
325
|
default_interface: win32more.Microsoft.UI.Windowing.IDisplayAreaWatcher
|
|
310
326
|
_classid_ = 'Microsoft.UI.Windowing.DisplayAreaWatcher'
|
|
311
327
|
@winrt_mixinmethod
|
|
312
|
-
def
|
|
328
|
+
def remove_Added(self: win32more.Microsoft.UI.Windowing.IDisplayAreaWatcher, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
313
329
|
@winrt_mixinmethod
|
|
314
330
|
def Start(self: win32more.Microsoft.UI.Windowing.IDisplayAreaWatcher) -> Void: ...
|
|
315
331
|
@winrt_mixinmethod
|
|
316
332
|
def Stop(self: win32more.Microsoft.UI.Windowing.IDisplayAreaWatcher) -> Void: ...
|
|
317
333
|
@winrt_mixinmethod
|
|
318
|
-
def
|
|
334
|
+
def add_Added(self: win32more.Microsoft.UI.Windowing.IDisplayAreaWatcher, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Windowing.DisplayAreaWatcher, win32more.Microsoft.UI.Windowing.DisplayArea]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
319
335
|
@winrt_mixinmethod
|
|
320
|
-
def
|
|
336
|
+
def get_Status(self: win32more.Microsoft.UI.Windowing.IDisplayAreaWatcher) -> win32more.Microsoft.UI.Windowing.DisplayAreaWatcherStatus: ...
|
|
321
337
|
@winrt_mixinmethod
|
|
322
338
|
def add_EnumerationCompleted(self: win32more.Microsoft.UI.Windowing.IDisplayAreaWatcher, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Windowing.DisplayAreaWatcher, IInspectable]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
323
339
|
@winrt_mixinmethod
|
|
@@ -341,6 +357,7 @@ class DisplayAreaWatcher(ComPtr):
|
|
|
341
357
|
Stopped = event(add_Stopped, remove_Stopped)
|
|
342
358
|
Updated = event(add_Updated, remove_Updated)
|
|
343
359
|
class DisplayAreaWatcherStatus(Enum, Int32):
|
|
360
|
+
_name_ = 'Microsoft.UI.Windowing.DisplayAreaWatcherStatus'
|
|
344
361
|
Created = 0
|
|
345
362
|
Started = 1
|
|
346
363
|
EnumerationCompleted = 2
|
|
@@ -453,6 +470,18 @@ class IAppWindow3(ComPtr):
|
|
|
453
470
|
@winrt_commethod(7)
|
|
454
471
|
def get_DispatcherQueue(self) -> win32more.Microsoft.UI.Dispatching.DispatcherQueue: ...
|
|
455
472
|
DispatcherQueue = property(get_DispatcherQueue, None)
|
|
473
|
+
class IAppWindow4(ComPtr):
|
|
474
|
+
extends: IInspectable
|
|
475
|
+
_classid_ = 'Microsoft.UI.Windowing.IAppWindow4'
|
|
476
|
+
_iid_ = Guid('{383bfb91-ea29-5414-80cd-6c76d981eb31}')
|
|
477
|
+
@winrt_commethod(6)
|
|
478
|
+
def SetTaskbarIcon(self, iconPath: hstr) -> Void: ...
|
|
479
|
+
@winrt_commethod(7)
|
|
480
|
+
def SetTaskbarIconWithIconId(self, iconId: win32more.Microsoft.UI.IconId) -> Void: ...
|
|
481
|
+
@winrt_commethod(8)
|
|
482
|
+
def SetTitleBarIcon(self, iconPath: hstr) -> Void: ...
|
|
483
|
+
@winrt_commethod(9)
|
|
484
|
+
def SetTitleBarIconWithIconId(self, iconId: win32more.Microsoft.UI.IconId) -> Void: ...
|
|
456
485
|
class IAppWindowChangedEventArgs(ComPtr):
|
|
457
486
|
extends: IInspectable
|
|
458
487
|
_classid_ = 'Microsoft.UI.Windowing.IAppWindowChangedEventArgs'
|
|
@@ -619,6 +648,15 @@ class IAppWindowTitleBar2(ComPtr):
|
|
|
619
648
|
@winrt_commethod(7)
|
|
620
649
|
def put_PreferredHeightOption(self, value: win32more.Microsoft.UI.Windowing.TitleBarHeightOption) -> Void: ...
|
|
621
650
|
PreferredHeightOption = property(get_PreferredHeightOption, put_PreferredHeightOption)
|
|
651
|
+
class IAppWindowTitleBar3(ComPtr):
|
|
652
|
+
extends: IInspectable
|
|
653
|
+
_classid_ = 'Microsoft.UI.Windowing.IAppWindowTitleBar3'
|
|
654
|
+
_iid_ = Guid('{07146e74-0410-5597-aba7-1af276d2ae07}')
|
|
655
|
+
@winrt_commethod(6)
|
|
656
|
+
def get_PreferredTheme(self) -> win32more.Microsoft.UI.Windowing.TitleBarTheme: ...
|
|
657
|
+
@winrt_commethod(7)
|
|
658
|
+
def put_PreferredTheme(self, value: win32more.Microsoft.UI.Windowing.TitleBarTheme) -> Void: ...
|
|
659
|
+
PreferredTheme = property(get_PreferredTheme, put_PreferredTheme)
|
|
622
660
|
class IAppWindowTitleBarStatics(ComPtr):
|
|
623
661
|
extends: IInspectable
|
|
624
662
|
_classid_ = 'Microsoft.UI.Windowing.IAppWindowTitleBarStatics'
|
|
@@ -779,6 +817,30 @@ class IOverlappedPresenter2(ComPtr):
|
|
|
779
817
|
def MinimizeWithActivation(self, activateWindow: Boolean) -> Void: ...
|
|
780
818
|
@winrt_commethod(7)
|
|
781
819
|
def RestoreWithActivation(self, activateWindow: Boolean) -> Void: ...
|
|
820
|
+
class IOverlappedPresenter3(ComPtr):
|
|
821
|
+
extends: IInspectable
|
|
822
|
+
_classid_ = 'Microsoft.UI.Windowing.IOverlappedPresenter3'
|
|
823
|
+
_iid_ = Guid('{55d26138-4c38-57e7-a0c1-d467b774db8c}')
|
|
824
|
+
@winrt_commethod(6)
|
|
825
|
+
def get_PreferredMinimumHeight(self) -> win32more.Windows.Foundation.IReference[Int32]: ...
|
|
826
|
+
@winrt_commethod(7)
|
|
827
|
+
def put_PreferredMinimumHeight(self, value: win32more.Windows.Foundation.IReference[Int32]) -> Void: ...
|
|
828
|
+
@winrt_commethod(8)
|
|
829
|
+
def get_PreferredMinimumWidth(self) -> win32more.Windows.Foundation.IReference[Int32]: ...
|
|
830
|
+
@winrt_commethod(9)
|
|
831
|
+
def put_PreferredMinimumWidth(self, value: win32more.Windows.Foundation.IReference[Int32]) -> Void: ...
|
|
832
|
+
@winrt_commethod(10)
|
|
833
|
+
def get_PreferredMaximumWidth(self) -> win32more.Windows.Foundation.IReference[Int32]: ...
|
|
834
|
+
@winrt_commethod(11)
|
|
835
|
+
def put_PreferredMaximumWidth(self, value: win32more.Windows.Foundation.IReference[Int32]) -> Void: ...
|
|
836
|
+
@winrt_commethod(12)
|
|
837
|
+
def get_PreferredMaximumHeight(self) -> win32more.Windows.Foundation.IReference[Int32]: ...
|
|
838
|
+
@winrt_commethod(13)
|
|
839
|
+
def put_PreferredMaximumHeight(self, value: win32more.Windows.Foundation.IReference[Int32]) -> Void: ...
|
|
840
|
+
PreferredMaximumHeight = property(get_PreferredMaximumHeight, put_PreferredMaximumHeight)
|
|
841
|
+
PreferredMaximumWidth = property(get_PreferredMaximumWidth, put_PreferredMaximumWidth)
|
|
842
|
+
PreferredMinimumHeight = property(get_PreferredMinimumHeight, put_PreferredMinimumHeight)
|
|
843
|
+
PreferredMinimumWidth = property(get_PreferredMinimumWidth, put_PreferredMinimumWidth)
|
|
782
844
|
class IOverlappedPresenterStatics(ComPtr):
|
|
783
845
|
extends: IInspectable
|
|
784
846
|
_classid_ = 'Microsoft.UI.Windowing.IOverlappedPresenterStatics'
|
|
@@ -799,6 +861,7 @@ class IOverlappedPresenterStatics2(ComPtr):
|
|
|
799
861
|
def get_RequestedStartupState(self) -> win32more.Microsoft.UI.Windowing.OverlappedPresenterState: ...
|
|
800
862
|
RequestedStartupState = property(get_RequestedStartupState, None)
|
|
801
863
|
class IconShowOptions(Enum, Int32):
|
|
864
|
+
_name_ = 'Microsoft.UI.Windowing.IconShowOptions'
|
|
802
865
|
ShowIconAndSystemMenu = 0
|
|
803
866
|
HideIconAndSystemMenu = 1
|
|
804
867
|
class _OverlappedPresenter_Meta_(ComPtr.__class__):
|
|
@@ -808,7 +871,7 @@ class OverlappedPresenter(ComPtr, metaclass=_OverlappedPresenter_Meta_):
|
|
|
808
871
|
default_interface: win32more.Microsoft.UI.Windowing.IOverlappedPresenter
|
|
809
872
|
_classid_ = 'Microsoft.UI.Windowing.OverlappedPresenter'
|
|
810
873
|
@winrt_mixinmethod
|
|
811
|
-
def
|
|
874
|
+
def put_IsMaximizable(self: win32more.Microsoft.UI.Windowing.IOverlappedPresenter, value: Boolean) -> Void: ...
|
|
812
875
|
@winrt_mixinmethod
|
|
813
876
|
def get_HasTitleBar(self: win32more.Microsoft.UI.Windowing.IOverlappedPresenter) -> Boolean: ...
|
|
814
877
|
@winrt_mixinmethod
|
|
@@ -818,7 +881,7 @@ class OverlappedPresenter(ComPtr, metaclass=_OverlappedPresenter_Meta_):
|
|
|
818
881
|
@winrt_mixinmethod
|
|
819
882
|
def get_IsMaximizable(self: win32more.Microsoft.UI.Windowing.IOverlappedPresenter) -> Boolean: ...
|
|
820
883
|
@winrt_mixinmethod
|
|
821
|
-
def
|
|
884
|
+
def get_PreferredMinimumHeight(self: win32more.Microsoft.UI.Windowing.IOverlappedPresenter3) -> win32more.Windows.Foundation.IReference[Int32]: ...
|
|
822
885
|
@winrt_mixinmethod
|
|
823
886
|
def get_IsMinimizable(self: win32more.Microsoft.UI.Windowing.IOverlappedPresenter) -> Boolean: ...
|
|
824
887
|
@winrt_mixinmethod
|
|
@@ -838,13 +901,29 @@ class OverlappedPresenter(ComPtr, metaclass=_OverlappedPresenter_Meta_):
|
|
|
838
901
|
@winrt_mixinmethod
|
|
839
902
|
def Minimize(self: win32more.Microsoft.UI.Windowing.IOverlappedPresenter) -> Void: ...
|
|
840
903
|
@winrt_mixinmethod
|
|
841
|
-
def
|
|
904
|
+
def Restore(self: win32more.Microsoft.UI.Windowing.IOverlappedPresenter) -> Void: ...
|
|
842
905
|
@winrt_mixinmethod
|
|
843
906
|
def SetBorderAndTitleBar(self: win32more.Microsoft.UI.Windowing.IOverlappedPresenter, hasBorder: Boolean, hasTitleBar: Boolean) -> Void: ...
|
|
844
907
|
@winrt_mixinmethod
|
|
845
908
|
def MinimizeWithActivation(self: win32more.Microsoft.UI.Windowing.IOverlappedPresenter2, activateWindow: Boolean) -> Void: ...
|
|
846
909
|
@winrt_mixinmethod
|
|
847
910
|
def RestoreWithActivation(self: win32more.Microsoft.UI.Windowing.IOverlappedPresenter2, activateWindow: Boolean) -> Void: ...
|
|
911
|
+
@winrt_mixinmethod
|
|
912
|
+
def get_HasBorder(self: win32more.Microsoft.UI.Windowing.IOverlappedPresenter) -> Boolean: ...
|
|
913
|
+
@winrt_mixinmethod
|
|
914
|
+
def put_PreferredMinimumHeight(self: win32more.Microsoft.UI.Windowing.IOverlappedPresenter3, value: win32more.Windows.Foundation.IReference[Int32]) -> Void: ...
|
|
915
|
+
@winrt_mixinmethod
|
|
916
|
+
def get_PreferredMinimumWidth(self: win32more.Microsoft.UI.Windowing.IOverlappedPresenter3) -> win32more.Windows.Foundation.IReference[Int32]: ...
|
|
917
|
+
@winrt_mixinmethod
|
|
918
|
+
def put_PreferredMinimumWidth(self: win32more.Microsoft.UI.Windowing.IOverlappedPresenter3, value: win32more.Windows.Foundation.IReference[Int32]) -> Void: ...
|
|
919
|
+
@winrt_mixinmethod
|
|
920
|
+
def get_PreferredMaximumWidth(self: win32more.Microsoft.UI.Windowing.IOverlappedPresenter3) -> win32more.Windows.Foundation.IReference[Int32]: ...
|
|
921
|
+
@winrt_mixinmethod
|
|
922
|
+
def put_PreferredMaximumWidth(self: win32more.Microsoft.UI.Windowing.IOverlappedPresenter3, value: win32more.Windows.Foundation.IReference[Int32]) -> Void: ...
|
|
923
|
+
@winrt_mixinmethod
|
|
924
|
+
def get_PreferredMaximumHeight(self: win32more.Microsoft.UI.Windowing.IOverlappedPresenter3) -> win32more.Windows.Foundation.IReference[Int32]: ...
|
|
925
|
+
@winrt_mixinmethod
|
|
926
|
+
def put_PreferredMaximumHeight(self: win32more.Microsoft.UI.Windowing.IOverlappedPresenter3, value: win32more.Windows.Foundation.IReference[Int32]) -> Void: ...
|
|
848
927
|
@winrt_classmethod
|
|
849
928
|
def get_RequestedStartupState(cls: win32more.Microsoft.UI.Windowing.IOverlappedPresenterStatics2) -> win32more.Microsoft.UI.Windowing.OverlappedPresenterState: ...
|
|
850
929
|
@winrt_classmethod
|
|
@@ -862,16 +941,28 @@ class OverlappedPresenter(ComPtr, metaclass=_OverlappedPresenter_Meta_):
|
|
|
862
941
|
IsMinimizable = property(get_IsMinimizable, put_IsMinimizable)
|
|
863
942
|
IsModal = property(get_IsModal, put_IsModal)
|
|
864
943
|
IsResizable = property(get_IsResizable, put_IsResizable)
|
|
944
|
+
PreferredMaximumHeight = property(get_PreferredMaximumHeight, put_PreferredMaximumHeight)
|
|
945
|
+
PreferredMaximumWidth = property(get_PreferredMaximumWidth, put_PreferredMaximumWidth)
|
|
946
|
+
PreferredMinimumHeight = property(get_PreferredMinimumHeight, put_PreferredMinimumHeight)
|
|
947
|
+
PreferredMinimumWidth = property(get_PreferredMinimumWidth, put_PreferredMinimumWidth)
|
|
865
948
|
State = property(get_State, None)
|
|
866
949
|
_OverlappedPresenter_Meta_.RequestedStartupState = property(get_RequestedStartupState, None)
|
|
867
950
|
class OverlappedPresenterState(Enum, Int32):
|
|
951
|
+
_name_ = 'Microsoft.UI.Windowing.OverlappedPresenterState'
|
|
868
952
|
Maximized = 0
|
|
869
953
|
Minimized = 1
|
|
870
954
|
Restored = 2
|
|
871
955
|
class TitleBarHeightOption(Enum, Int32):
|
|
956
|
+
_name_ = 'Microsoft.UI.Windowing.TitleBarHeightOption'
|
|
872
957
|
Standard = 0
|
|
873
958
|
Tall = 1
|
|
874
959
|
Collapsed = 2
|
|
960
|
+
class TitleBarTheme(Enum, Int32):
|
|
961
|
+
_name_ = 'Microsoft.UI.Windowing.TitleBarTheme'
|
|
962
|
+
Legacy = 0
|
|
963
|
+
UseDefaultAppMode = 1
|
|
964
|
+
Light = 2
|
|
965
|
+
Dark = 3
|
|
875
966
|
|
|
876
967
|
|
|
877
968
|
make_ready(__name__)
|
|
@@ -9,6 +9,7 @@ import win32more.Microsoft.UI.Xaml.Controls.Primitives
|
|
|
9
9
|
import win32more.Windows.Foundation
|
|
10
10
|
import win32more.Windows.Foundation.Collections
|
|
11
11
|
class AccessibilityView(Enum, Int32):
|
|
12
|
+
_name_ = 'Microsoft.UI.Xaml.Automation.Peers.AccessibilityView'
|
|
12
13
|
Raw = 0
|
|
13
14
|
Control = 1
|
|
14
15
|
Content = 2
|
|
@@ -123,6 +124,7 @@ class AutoSuggestBoxAutomationPeer(ComPtr):
|
|
|
123
124
|
@winrt_mixinmethod
|
|
124
125
|
def Invoke(self: win32more.Microsoft.UI.Xaml.Automation.Provider.IInvokeProvider) -> Void: ...
|
|
125
126
|
class AutomationControlType(Enum, Int32):
|
|
127
|
+
_name_ = 'Microsoft.UI.Xaml.Automation.Peers.AutomationControlType'
|
|
126
128
|
Button = 0
|
|
127
129
|
Calendar = 1
|
|
128
130
|
CheckBox = 2
|
|
@@ -166,6 +168,7 @@ class AutomationControlType(Enum, Int32):
|
|
|
166
168
|
AppBar = 40
|
|
167
169
|
FlipView = 41
|
|
168
170
|
class AutomationEvents(Enum, Int32):
|
|
171
|
+
_name_ = 'Microsoft.UI.Xaml.Automation.Peers.AutomationEvents'
|
|
169
172
|
ToolTipOpened = 0
|
|
170
173
|
ToolTipClosed = 1
|
|
171
174
|
MenuOpened = 2
|
|
@@ -197,6 +200,7 @@ class AutomationEvents(Enum, Int32):
|
|
|
197
200
|
TextEditTextChanged = 28
|
|
198
201
|
LayoutInvalidated = 29
|
|
199
202
|
class AutomationHeadingLevel(Enum, Int32):
|
|
203
|
+
_name_ = 'Microsoft.UI.Xaml.Automation.Peers.AutomationHeadingLevel'
|
|
200
204
|
None_ = 0
|
|
201
205
|
Level1 = 1
|
|
202
206
|
Level2 = 2
|
|
@@ -208,6 +212,7 @@ class AutomationHeadingLevel(Enum, Int32):
|
|
|
208
212
|
Level8 = 8
|
|
209
213
|
Level9 = 9
|
|
210
214
|
class AutomationLandmarkType(Enum, Int32):
|
|
215
|
+
_name_ = 'Microsoft.UI.Xaml.Automation.Peers.AutomationLandmarkType'
|
|
211
216
|
None_ = 0
|
|
212
217
|
Custom = 1
|
|
213
218
|
Form = 2
|
|
@@ -215,28 +220,33 @@ class AutomationLandmarkType(Enum, Int32):
|
|
|
215
220
|
Navigation = 4
|
|
216
221
|
Search = 5
|
|
217
222
|
class AutomationLiveSetting(Enum, Int32):
|
|
223
|
+
_name_ = 'Microsoft.UI.Xaml.Automation.Peers.AutomationLiveSetting'
|
|
218
224
|
Off = 0
|
|
219
225
|
Polite = 1
|
|
220
226
|
Assertive = 2
|
|
221
227
|
class AutomationNavigationDirection(Enum, Int32):
|
|
228
|
+
_name_ = 'Microsoft.UI.Xaml.Automation.Peers.AutomationNavigationDirection'
|
|
222
229
|
Parent = 0
|
|
223
230
|
NextSibling = 1
|
|
224
231
|
PreviousSibling = 2
|
|
225
232
|
FirstChild = 3
|
|
226
233
|
LastChild = 4
|
|
227
234
|
class AutomationNotificationKind(Enum, Int32):
|
|
235
|
+
_name_ = 'Microsoft.UI.Xaml.Automation.Peers.AutomationNotificationKind'
|
|
228
236
|
ItemAdded = 0
|
|
229
237
|
ItemRemoved = 1
|
|
230
238
|
ActionCompleted = 2
|
|
231
239
|
ActionAborted = 3
|
|
232
240
|
Other = 4
|
|
233
241
|
class AutomationNotificationProcessing(Enum, Int32):
|
|
242
|
+
_name_ = 'Microsoft.UI.Xaml.Automation.Peers.AutomationNotificationProcessing'
|
|
234
243
|
ImportantAll = 0
|
|
235
244
|
ImportantMostRecent = 1
|
|
236
245
|
All = 2
|
|
237
246
|
MostRecent = 3
|
|
238
247
|
CurrentThenMostRecent = 4
|
|
239
248
|
class AutomationOrientation(Enum, Int32):
|
|
249
|
+
_name_ = 'Microsoft.UI.Xaml.Automation.Peers.AutomationOrientation'
|
|
240
250
|
None_ = 0
|
|
241
251
|
Horizontal = 1
|
|
242
252
|
Vertical = 2
|
|
@@ -506,6 +516,7 @@ class AutomationPeerAnnotation(ComPtr, metaclass=_AutomationPeerAnnotation_Meta_
|
|
|
506
516
|
_AutomationPeerAnnotation_Meta_.PeerProperty = property(get_PeerProperty, None)
|
|
507
517
|
_AutomationPeerAnnotation_Meta_.TypeProperty = property(get_TypeProperty, None)
|
|
508
518
|
class AutomationStructureChangeType(Enum, Int32):
|
|
519
|
+
_name_ = 'Microsoft.UI.Xaml.Automation.Peers.AutomationStructureChangeType'
|
|
509
520
|
ChildAdded = 0
|
|
510
521
|
ChildRemoved = 1
|
|
511
522
|
ChildrenInvalidated = 2
|
|
@@ -2670,6 +2681,7 @@ class PasswordBoxAutomationPeer(ComPtr):
|
|
|
2670
2681
|
@winrt_factorymethod
|
|
2671
2682
|
def CreateInstanceWithOwner(cls: win32more.Microsoft.UI.Xaml.Automation.Peers.IPasswordBoxAutomationPeerFactory, owner: win32more.Microsoft.UI.Xaml.Controls.PasswordBox, baseInterface: IInspectable, innerInterface: POINTER(IInspectable)) -> win32more.Microsoft.UI.Xaml.Automation.Peers.PasswordBoxAutomationPeer: ...
|
|
2672
2683
|
class PatternInterface(Enum, Int32):
|
|
2684
|
+
_name_ = 'Microsoft.UI.Xaml.Automation.Peers.PatternInterface'
|
|
2673
2685
|
Invoke = 0
|
|
2674
2686
|
Selection = 1
|
|
2675
2687
|
Value = 2
|
|
@@ -2,9 +2,11 @@ from __future__ import annotations
|
|
|
2
2
|
from win32more._prelude import *
|
|
3
3
|
import win32more.Microsoft.UI.Xaml.Automation.Text
|
|
4
4
|
class TextPatternRangeEndpoint(Enum, Int32):
|
|
5
|
+
_name_ = 'Microsoft.UI.Xaml.Automation.Text.TextPatternRangeEndpoint'
|
|
5
6
|
Start = 0
|
|
6
7
|
End = 1
|
|
7
8
|
class TextUnit(Enum, Int32):
|
|
9
|
+
_name_ = 'Microsoft.UI.Xaml.Automation.Text.TextUnit'
|
|
8
10
|
Character = 0
|
|
9
11
|
Format = 1
|
|
10
12
|
Word = 2
|