win32more-Microsoft.WindowsAppSDK 0.7.1.7.251107005__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 +1 -0
- win32more/Microsoft/Security/Authentication/OAuth/__init__.py +2 -0
- win32more/Microsoft/UI/Composition/Diagnostics/__init__.py +1 -0
- win32more/Microsoft/UI/Composition/Effects/__init__.py +1 -0
- win32more/Microsoft/UI/Composition/Interactions/__init__.py +7 -0
- win32more/Microsoft/UI/Composition/Scenes/__init__.py +4 -0
- win32more/Microsoft/UI/Composition/SystemBackdrops/__init__.py +4 -0
- win32more/Microsoft/UI/Composition/__init__.py +21 -0
- win32more/Microsoft/UI/Content/__init__.py +14 -10
- win32more/Microsoft/UI/Dispatching/__init__.py +2 -0
- win32more/Microsoft/UI/Input/DragDrop/__init__.py +2 -0
- win32more/Microsoft/UI/Input/__init__.py +55 -41
- win32more/Microsoft/UI/Text/__init__.py +25 -0
- win32more/Microsoft/UI/Windowing/__init__.py +8 -0
- 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 +95 -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 +39 -2
- win32more/Microsoft/Windows/AI/ContentSafety/__init__.py +1 -0
- win32more/Microsoft/Windows/AI/Foundation/__init__.py +46 -0
- win32more/Microsoft/Windows/AI/Imaging/__init__.py +3 -0
- win32more/Microsoft/Windows/AI/MachineLearning/__init__.py +125 -0
- win32more/Microsoft/Windows/AI/Text/__init__.py +241 -1
- win32more/Microsoft/Windows/AI/__init__.py +2 -0
- win32more/Microsoft/Windows/AppLifecycle/__init__.py +1 -0
- win32more/Microsoft/Windows/AppNotifications/Builder/__init__.py +6 -0
- win32more/Microsoft/Windows/AppNotifications/__init__.py +3 -0
- win32more/Microsoft/Windows/ApplicationModel/Background/UniversalBGTask/__init__.py +2 -4
- 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 +2 -24
- win32more/Microsoft/Windows/BadgeNotifications/__init__.py +1 -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 +5 -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/__init__.py +2 -1
- win32more/Microsoft/Windows/Workloads/__init__.py +1 -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.7.251107005.dist-info → win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info}/WHEEL +1 -1
- {win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info → win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info}/licenses/LICENSE (Microsoft.WindowsAppSDK).txt +4 -2
- win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info/METADATA +0 -6
- win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info/RECORD +0 -81
|
@@ -2,11 +2,13 @@ from __future__ import annotations
|
|
|
2
2
|
from win32more._prelude import *
|
|
3
3
|
import win32more.Microsoft.Graphics.DirectX
|
|
4
4
|
class DirectXAlphaMode(Enum, Int32):
|
|
5
|
+
_name_ = 'Microsoft.Graphics.DirectX.DirectXAlphaMode'
|
|
5
6
|
Unspecified = 0
|
|
6
7
|
Premultiplied = 1
|
|
7
8
|
Straight = 2
|
|
8
9
|
Ignore = 3
|
|
9
10
|
class DirectXColorSpace(Enum, Int32):
|
|
11
|
+
_name_ = 'Microsoft.Graphics.DirectX.DirectXColorSpace'
|
|
10
12
|
RgbFullG22NoneP709 = 0
|
|
11
13
|
RgbFullG10NoneP709 = 1
|
|
12
14
|
RgbStudioG22NoneP709 = 2
|
|
@@ -33,6 +35,7 @@ class DirectXColorSpace(Enum, Int32):
|
|
|
33
35
|
YccStudioG24LeftP2020 = 23
|
|
34
36
|
YccStudioG24TopLeftP2020 = 24
|
|
35
37
|
class DirectXPixelFormat(Enum, Int32):
|
|
38
|
+
_name_ = 'Microsoft.Graphics.DirectX.DirectXPixelFormat'
|
|
36
39
|
Unknown = 0
|
|
37
40
|
R32G32B32A32Typeless = 1
|
|
38
41
|
R32G32B32A32Float = 2
|
|
@@ -156,6 +159,7 @@ class DirectXPixelFormat(Enum, Int32):
|
|
|
156
159
|
SamplerFeedbackMipRegionUsedOpaque = 190
|
|
157
160
|
A4B4G4R4 = 191
|
|
158
161
|
class DirectXPrimitiveTopology(Enum, Int32):
|
|
162
|
+
_name_ = 'Microsoft.Graphics.DirectX.DirectXPrimitiveTopology'
|
|
159
163
|
Undefined = 0
|
|
160
164
|
PointList = 1
|
|
161
165
|
LineList = 2
|
|
@@ -41,10 +41,12 @@ class DisplayAdvancedColorInfo(ComPtr):
|
|
|
41
41
|
SdrWhiteLevelInNits = property(get_SdrWhiteLevelInNits, None)
|
|
42
42
|
WhitePoint = property(get_WhitePoint, None)
|
|
43
43
|
class DisplayAdvancedColorKind(Enum, Int32):
|
|
44
|
+
_name_ = 'Microsoft.Graphics.Display.DisplayAdvancedColorKind'
|
|
44
45
|
StandardDynamicRange = 0
|
|
45
46
|
WideColorGamut = 1
|
|
46
47
|
HighDynamicRange = 2
|
|
47
48
|
class DisplayHdrMetadataFormat(Enum, Int32):
|
|
49
|
+
_name_ = 'Microsoft.Graphics.Display.DisplayHdrMetadataFormat'
|
|
48
50
|
Hdr10 = 0
|
|
49
51
|
Hdr10Plus = 1
|
|
50
52
|
class DisplayInformation(ComPtr):
|
|
@@ -67,6 +67,7 @@ class ImageBuffer(ComPtr):
|
|
|
67
67
|
RowStride = property(get_RowStride, None)
|
|
68
68
|
ImageBufferContract: UInt32 = 65536
|
|
69
69
|
class ImageBufferPixelFormat(Enum, Int32):
|
|
70
|
+
_name_ = 'Microsoft.Graphics.Imaging.ImageBufferPixelFormat'
|
|
70
71
|
Rgb8 = 137224
|
|
71
72
|
Rgba8 = 30
|
|
72
73
|
Argb8 = 2498570
|
|
@@ -158,6 +158,7 @@ class ClientAuthentication(ComPtr):
|
|
|
158
158
|
Authorization = property(get_Authorization, put_Authorization)
|
|
159
159
|
ProxyAuthorization = property(get_ProxyAuthorization, put_ProxyAuthorization)
|
|
160
160
|
class CodeChallengeMethodKind(Enum, Int32):
|
|
161
|
+
_name_ = 'Microsoft.Security.Authentication.OAuth.CodeChallengeMethodKind'
|
|
161
162
|
None_ = 0
|
|
162
163
|
S256 = 1
|
|
163
164
|
Plain = 2
|
|
@@ -479,6 +480,7 @@ class TokenFailure(ComPtr):
|
|
|
479
480
|
ErrorUri = property(get_ErrorUri, None)
|
|
480
481
|
Kind = property(get_Kind, None)
|
|
481
482
|
class TokenFailureKind(Enum, Int32):
|
|
483
|
+
_name_ = 'Microsoft.Security.Authentication.OAuth.TokenFailureKind'
|
|
482
484
|
ErrorResponse = 0
|
|
483
485
|
HttpFailure = 1
|
|
484
486
|
InvalidResponse = 2
|
|
@@ -15,6 +15,7 @@ class CompositionDebugHeatMaps(ComPtr):
|
|
|
15
15
|
@winrt_mixinmethod
|
|
16
16
|
def ShowOverdraw(self: win32more.Microsoft.UI.Composition.Diagnostics.ICompositionDebugHeatMaps, subtree: win32more.Microsoft.UI.Composition.Visual, contentKinds: win32more.Microsoft.UI.Composition.Diagnostics.CompositionDebugOverdrawContentKinds) -> Void: ...
|
|
17
17
|
class CompositionDebugOverdrawContentKinds(Enum, UInt32):
|
|
18
|
+
_name_ = 'Microsoft.UI.Composition.Diagnostics.CompositionDebugOverdrawContentKinds'
|
|
18
19
|
None_ = 0
|
|
19
20
|
OffscreenRendered = 1
|
|
20
21
|
Colors = 2
|
|
@@ -89,6 +89,7 @@ class SceneLightingEffect(ComPtr):
|
|
|
89
89
|
SpecularAmount = property(get_SpecularAmount, put_SpecularAmount)
|
|
90
90
|
SpecularShine = property(get_SpecularShine, put_SpecularShine)
|
|
91
91
|
class SceneLightingEffectReflectanceModel(Enum, Int32):
|
|
92
|
+
_name_ = 'Microsoft.UI.Composition.Effects.SceneLightingEffectReflectanceModel'
|
|
92
93
|
BlinnPhong = 0
|
|
93
94
|
PhysicallyBasedBlinnPhong = 1
|
|
94
95
|
|
|
@@ -549,11 +549,13 @@ class IVisualInteractionSourceStatics2(ComPtr):
|
|
|
549
549
|
@winrt_commethod(6)
|
|
550
550
|
def CreateFromIVisualElement(self, source: win32more.Microsoft.UI.Composition.IVisualElement) -> win32more.Microsoft.UI.Composition.Interactions.VisualInteractionSource: ...
|
|
551
551
|
class InteractionBindingAxisModes(Enum, UInt32):
|
|
552
|
+
_name_ = 'Microsoft.UI.Composition.Interactions.InteractionBindingAxisModes'
|
|
552
553
|
None_ = 0
|
|
553
554
|
PositionX = 1
|
|
554
555
|
PositionY = 2
|
|
555
556
|
Scale = 4
|
|
556
557
|
class InteractionChainingMode(Enum, Int32):
|
|
558
|
+
_name_ = 'Microsoft.UI.Composition.Interactions.InteractionChainingMode'
|
|
557
559
|
Auto = 0
|
|
558
560
|
Always = 1
|
|
559
561
|
Never = 2
|
|
@@ -577,10 +579,12 @@ class InteractionSourceConfiguration(ComPtr):
|
|
|
577
579
|
PositionYSourceMode = property(get_PositionYSourceMode, put_PositionYSourceMode)
|
|
578
580
|
ScaleSourceMode = property(get_ScaleSourceMode, put_ScaleSourceMode)
|
|
579
581
|
class InteractionSourceMode(Enum, Int32):
|
|
582
|
+
_name_ = 'Microsoft.UI.Composition.Interactions.InteractionSourceMode'
|
|
580
583
|
Disabled = 0
|
|
581
584
|
EnabledWithInertia = 1
|
|
582
585
|
EnabledWithoutInertia = 2
|
|
583
586
|
class InteractionSourceRedirectionMode(Enum, Int32):
|
|
587
|
+
_name_ = 'Microsoft.UI.Composition.Interactions.InteractionSourceRedirectionMode'
|
|
584
588
|
Disabled = 0
|
|
585
589
|
Enabled = 1
|
|
586
590
|
class InteractionTracker(ComPtr):
|
|
@@ -694,6 +698,7 @@ class InteractionTracker(ComPtr):
|
|
|
694
698
|
ScaleInertiaDecayRate = property(get_ScaleInertiaDecayRate, put_ScaleInertiaDecayRate)
|
|
695
699
|
ScaleVelocityInPercentPerSecond = property(get_ScaleVelocityInPercentPerSecond, None)
|
|
696
700
|
class InteractionTrackerClampingOption(Enum, Int32):
|
|
701
|
+
_name_ = 'Microsoft.UI.Composition.Interactions.InteractionTrackerClampingOption'
|
|
697
702
|
Auto = 0
|
|
698
703
|
Disabled = 1
|
|
699
704
|
class InteractionTrackerCustomAnimationStateEnteredArgs(ComPtr):
|
|
@@ -810,6 +815,7 @@ class InteractionTrackerInteractingStateEnteredArgs(ComPtr):
|
|
|
810
815
|
IsFromBinding = property(get_IsFromBinding, None)
|
|
811
816
|
RequestId = property(get_RequestId, None)
|
|
812
817
|
class InteractionTrackerPositionUpdateOption(Enum, Int32):
|
|
818
|
+
_name_ = 'Microsoft.UI.Composition.Interactions.InteractionTrackerPositionUpdateOption'
|
|
813
819
|
Default = 0
|
|
814
820
|
AllowActiveCustomScaleAnimation = 1
|
|
815
821
|
class InteractionTrackerRequestIgnoredArgs(ComPtr):
|
|
@@ -942,6 +948,7 @@ class VisualInteractionSource(ComPtr):
|
|
|
942
948
|
ScaleVelocity = property(get_ScaleVelocity, None)
|
|
943
949
|
Source = property(get_Source, None)
|
|
944
950
|
class VisualInteractionSourceRedirectionMode(Enum, Int32):
|
|
951
|
+
_name_ = 'Microsoft.UI.Composition.Interactions.VisualInteractionSourceRedirectionMode'
|
|
945
952
|
Off = 0
|
|
946
953
|
CapableTouchpadOnly = 1
|
|
947
954
|
PointerWheelOnly = 2
|
|
@@ -315,10 +315,12 @@ class ISceneVisualStatics(ComPtr):
|
|
|
315
315
|
@winrt_commethod(6)
|
|
316
316
|
def Create(self, compositor: win32more.Microsoft.UI.Composition.Compositor) -> win32more.Microsoft.UI.Composition.Scenes.SceneVisual: ...
|
|
317
317
|
class SceneAlphaMode(Enum, Int32):
|
|
318
|
+
_name_ = 'Microsoft.UI.Composition.Scenes.SceneAlphaMode'
|
|
318
319
|
Opaque = 0
|
|
319
320
|
AlphaTest = 1
|
|
320
321
|
Blend = 2
|
|
321
322
|
class SceneAttributeSemantic(Enum, Int32):
|
|
323
|
+
_name_ = 'Microsoft.UI.Composition.Scenes.SceneAttributeSemantic'
|
|
322
324
|
Index = 0
|
|
323
325
|
Vertex = 1
|
|
324
326
|
Normal = 2
|
|
@@ -385,6 +387,7 @@ class SceneComponentCollection(ComPtr):
|
|
|
385
387
|
def GetAt(self: win32more.Windows.Foundation.Collections.IVector[win32more.Microsoft.UI.Composition.Scenes.SceneComponent], index: UInt32) -> win32more.Microsoft.UI.Composition.Scenes.SceneComponent: ...
|
|
386
388
|
Size = property(get_Size, None)
|
|
387
389
|
class SceneComponentType(Enum, Int32):
|
|
390
|
+
_name_ = 'Microsoft.UI.Composition.Scenes.SceneComponentType'
|
|
388
391
|
MeshRendererComponent = 0
|
|
389
392
|
class SceneMaterial(ComPtr):
|
|
390
393
|
extends: win32more.Microsoft.UI.Composition.Scenes.SceneObject
|
|
@@ -663,6 +666,7 @@ class SceneVisual(ComPtr):
|
|
|
663
666
|
def Create(cls: win32more.Microsoft.UI.Composition.Scenes.ISceneVisualStatics, compositor: win32more.Microsoft.UI.Composition.Compositor) -> win32more.Microsoft.UI.Composition.Scenes.SceneVisual: ...
|
|
664
667
|
Root = property(get_Root, put_Root)
|
|
665
668
|
class SceneWrappingMode(Enum, Int32):
|
|
669
|
+
_name_ = 'Microsoft.UI.Composition.Scenes.SceneWrappingMode'
|
|
666
670
|
ClampToEdge = 0
|
|
667
671
|
MirroredRepeat = 1
|
|
668
672
|
Repeat = 2
|
|
@@ -86,6 +86,7 @@ class DesktopAcrylicController(ComPtr):
|
|
|
86
86
|
FrameworkClosed = event(add_FrameworkClosed, remove_FrameworkClosed)
|
|
87
87
|
StateChanged = event(add_StateChanged, remove_StateChanged)
|
|
88
88
|
class DesktopAcrylicKind(Enum, Int32):
|
|
89
|
+
_name_ = 'Microsoft.UI.Composition.SystemBackdrops.DesktopAcrylicKind'
|
|
89
90
|
Default = 0
|
|
90
91
|
Base = 1
|
|
91
92
|
Thin = 2
|
|
@@ -308,6 +309,7 @@ class MicaController(ComPtr):
|
|
|
308
309
|
FrameworkClosed = event(add_FrameworkClosed, remove_FrameworkClosed)
|
|
309
310
|
StateChanged = event(add_StateChanged, remove_StateChanged)
|
|
310
311
|
class MicaKind(Enum, Int32):
|
|
312
|
+
_name_ = 'Microsoft.UI.Composition.SystemBackdrops.MicaKind'
|
|
311
313
|
Base = 0
|
|
312
314
|
BaseAlt = 1
|
|
313
315
|
class SystemBackdropConfiguration(ComPtr):
|
|
@@ -344,10 +346,12 @@ class SystemBackdropConfiguration(ComPtr):
|
|
|
344
346
|
IsInputActive = property(get_IsInputActive, put_IsInputActive)
|
|
345
347
|
Theme = property(get_Theme, put_Theme)
|
|
346
348
|
class SystemBackdropState(Enum, Int32):
|
|
349
|
+
_name_ = 'Microsoft.UI.Composition.SystemBackdrops.SystemBackdropState'
|
|
347
350
|
Active = 0
|
|
348
351
|
Fallback = 1
|
|
349
352
|
HighContrast = 2
|
|
350
353
|
class SystemBackdropTheme(Enum, Int32):
|
|
354
|
+
_name_ = 'Microsoft.UI.Composition.SystemBackdrops.SystemBackdropTheme'
|
|
351
355
|
Default = 0
|
|
352
356
|
Light = 1
|
|
353
357
|
Dark = 2
|
|
@@ -56,20 +56,25 @@ class AnimationController(ComPtr, metaclass=_AnimationController_Meta_):
|
|
|
56
56
|
_AnimationController_Meta_.MaxPlaybackRate = property(get_MaxPlaybackRate, None)
|
|
57
57
|
_AnimationController_Meta_.MinPlaybackRate = property(get_MinPlaybackRate, None)
|
|
58
58
|
class AnimationControllerProgressBehavior(Enum, Int32):
|
|
59
|
+
_name_ = 'Microsoft.UI.Composition.AnimationControllerProgressBehavior'
|
|
59
60
|
Default = 0
|
|
60
61
|
IncludesDelayTime = 1
|
|
61
62
|
class AnimationDelayBehavior(Enum, Int32):
|
|
63
|
+
_name_ = 'Microsoft.UI.Composition.AnimationDelayBehavior'
|
|
62
64
|
SetInitialValueAfterDelay = 0
|
|
63
65
|
SetInitialValueBeforeDelay = 1
|
|
64
66
|
class AnimationDirection(Enum, Int32):
|
|
67
|
+
_name_ = 'Microsoft.UI.Composition.AnimationDirection'
|
|
65
68
|
Normal = 0
|
|
66
69
|
Reverse = 1
|
|
67
70
|
Alternate = 2
|
|
68
71
|
AlternateReverse = 3
|
|
69
72
|
class AnimationIterationBehavior(Enum, Int32):
|
|
73
|
+
_name_ = 'Microsoft.UI.Composition.AnimationIterationBehavior'
|
|
70
74
|
Count = 0
|
|
71
75
|
Forever = 1
|
|
72
76
|
class AnimationPropertyAccessMode(Enum, Int32):
|
|
77
|
+
_name_ = 'Microsoft.UI.Composition.AnimationPropertyAccessMode'
|
|
73
78
|
None_ = 0
|
|
74
79
|
ReadOnly = 1
|
|
75
80
|
WriteOnly = 2
|
|
@@ -88,6 +93,7 @@ class AnimationPropertyInfo(ComPtr):
|
|
|
88
93
|
def put_AccessMode(self: win32more.Microsoft.UI.Composition.IAnimationPropertyInfo, value: win32more.Microsoft.UI.Composition.AnimationPropertyAccessMode) -> Void: ...
|
|
89
94
|
AccessMode = property(get_AccessMode, put_AccessMode)
|
|
90
95
|
class AnimationStopBehavior(Enum, Int32):
|
|
96
|
+
_name_ = 'Microsoft.UI.Composition.AnimationStopBehavior'
|
|
91
97
|
LeaveCurrentValue = 0
|
|
92
98
|
SetToInitialValue = 1
|
|
93
99
|
SetToFinalValue = 2
|
|
@@ -249,6 +255,7 @@ class CompositionBackdropBrush(ComPtr):
|
|
|
249
255
|
default_interface: win32more.Microsoft.UI.Composition.ICompositionBackdropBrush
|
|
250
256
|
_classid_ = 'Microsoft.UI.Composition.CompositionBackdropBrush'
|
|
251
257
|
class CompositionBackfaceVisibility(Enum, Int32):
|
|
258
|
+
_name_ = 'Microsoft.UI.Composition.CompositionBackfaceVisibility'
|
|
252
259
|
Inherit = 0
|
|
253
260
|
Visible = 1
|
|
254
261
|
Hidden = 2
|
|
@@ -257,12 +264,14 @@ class CompositionBatchCompletedEventArgs(ComPtr):
|
|
|
257
264
|
default_interface: win32more.Microsoft.UI.Composition.ICompositionBatchCompletedEventArgs
|
|
258
265
|
_classid_ = 'Microsoft.UI.Composition.CompositionBatchCompletedEventArgs'
|
|
259
266
|
class CompositionBatchTypes(Enum, UInt32):
|
|
267
|
+
_name_ = 'Microsoft.UI.Composition.CompositionBatchTypes'
|
|
260
268
|
None_ = 0
|
|
261
269
|
Animation = 1
|
|
262
270
|
Effect = 2
|
|
263
271
|
InfiniteAnimation = 4
|
|
264
272
|
AllAnimations = 5
|
|
265
273
|
class CompositionBitmapInterpolationMode(Enum, Int32):
|
|
274
|
+
_name_ = 'Microsoft.UI.Composition.CompositionBitmapInterpolationMode'
|
|
266
275
|
NearestNeighbor = 0
|
|
267
276
|
Linear = 1
|
|
268
277
|
MagLinearMinLinearMipLinear = 2
|
|
@@ -274,6 +283,7 @@ class CompositionBitmapInterpolationMode(Enum, Int32):
|
|
|
274
283
|
MagNearestMinNearestMipLinear = 8
|
|
275
284
|
MagNearestMinNearestMipNearest = 9
|
|
276
285
|
class CompositionBorderMode(Enum, Int32):
|
|
286
|
+
_name_ = 'Microsoft.UI.Composition.CompositionBorderMode'
|
|
277
287
|
Inherit = 0
|
|
278
288
|
Soft = 1
|
|
279
289
|
Hard = 2
|
|
@@ -398,6 +408,7 @@ class CompositionColorGradientStopCollection(ComPtr):
|
|
|
398
408
|
def GetMany(self: win32more.Windows.Foundation.Collections.IVector[win32more.Microsoft.UI.Composition.CompositionColorGradientStop], startIndex: UInt32, items: FillArray[win32more.Microsoft.UI.Composition.CompositionColorGradientStop]) -> UInt32: ...
|
|
399
409
|
Size = property(get_Size, None)
|
|
400
410
|
class CompositionColorSpace(Enum, Int32):
|
|
411
|
+
_name_ = 'Microsoft.UI.Composition.CompositionColorSpace'
|
|
401
412
|
Auto = 0
|
|
402
413
|
Hsl = 1
|
|
403
414
|
Rgb = 2
|
|
@@ -419,6 +430,7 @@ class CompositionCommitBatch(ComPtr):
|
|
|
419
430
|
IsEnded = property(get_IsEnded, None)
|
|
420
431
|
Completed = event(add_Completed, remove_Completed)
|
|
421
432
|
class CompositionCompositeMode(Enum, Int32):
|
|
433
|
+
_name_ = 'Microsoft.UI.Composition.CompositionCompositeMode'
|
|
422
434
|
Inherit = 0
|
|
423
435
|
SourceOver = 1
|
|
424
436
|
DestinationInvert = 2
|
|
@@ -457,6 +469,7 @@ class CompositionDrawingSurface(ComPtr):
|
|
|
457
469
|
Size = property(get_Size, None)
|
|
458
470
|
SizeInt32 = property(get_SizeInt32, None)
|
|
459
471
|
class CompositionDropShadowSourcePolicy(Enum, Int32):
|
|
472
|
+
_name_ = 'Microsoft.UI.Composition.CompositionDropShadowSourcePolicy'
|
|
460
473
|
Default = 0
|
|
461
474
|
InheritFromVisualContent = 1
|
|
462
475
|
class CompositionEasingFunction(ComPtr):
|
|
@@ -486,6 +499,7 @@ class CompositionEasingFunction(ComPtr):
|
|
|
486
499
|
@winrt_classmethod
|
|
487
500
|
def CreateSineEasingFunction(cls: win32more.Microsoft.UI.Composition.ICompositionEasingFunctionStatics, owner: win32more.Microsoft.UI.Composition.Compositor, mode: win32more.Microsoft.UI.Composition.CompositionEasingFunctionMode) -> win32more.Microsoft.UI.Composition.SineEasingFunction: ...
|
|
488
501
|
class CompositionEasingFunctionMode(Enum, Int32):
|
|
502
|
+
_name_ = 'Microsoft.UI.Composition.CompositionEasingFunctionMode'
|
|
489
503
|
In = 0
|
|
490
504
|
Out = 1
|
|
491
505
|
InOut = 2
|
|
@@ -510,6 +524,7 @@ class CompositionEffectFactory(ComPtr):
|
|
|
510
524
|
ExtendedError = property(get_ExtendedError, None)
|
|
511
525
|
LoadStatus = property(get_LoadStatus, None)
|
|
512
526
|
class CompositionEffectFactoryLoadStatus(Enum, Int32):
|
|
527
|
+
_name_ = 'Microsoft.UI.Composition.CompositionEffectFactoryLoadStatus'
|
|
513
528
|
Success = 0
|
|
514
529
|
EffectTooComplex = 1
|
|
515
530
|
Pending = 2
|
|
@@ -578,6 +593,7 @@ class CompositionGeometry(ComPtr):
|
|
|
578
593
|
TrimOffset = property(get_TrimOffset, put_TrimOffset)
|
|
579
594
|
TrimStart = property(get_TrimStart, put_TrimStart)
|
|
580
595
|
class CompositionGetValueStatus(Enum, Int32):
|
|
596
|
+
_name_ = 'Microsoft.UI.Composition.CompositionGetValueStatus'
|
|
581
597
|
Succeeded = 0
|
|
582
598
|
TypeMismatch = 1
|
|
583
599
|
NotFound = 2
|
|
@@ -639,6 +655,7 @@ class CompositionGradientBrush(ComPtr):
|
|
|
639
655
|
Scale = property(get_Scale, put_Scale)
|
|
640
656
|
TransformMatrix = property(get_TransformMatrix, put_TransformMatrix)
|
|
641
657
|
class CompositionGradientExtendMode(Enum, Int32):
|
|
658
|
+
_name_ = 'Microsoft.UI.Composition.CompositionGradientExtendMode'
|
|
642
659
|
Clamp = 0
|
|
643
660
|
Wrap = 1
|
|
644
661
|
Mirror = 2
|
|
@@ -707,6 +724,7 @@ class CompositionLinearGradientBrush(ComPtr):
|
|
|
707
724
|
EndPoint = property(get_EndPoint, put_EndPoint)
|
|
708
725
|
StartPoint = property(get_StartPoint, put_StartPoint)
|
|
709
726
|
class CompositionMappingMode(Enum, Int32):
|
|
727
|
+
_name_ = 'Microsoft.UI.Composition.CompositionMappingMode'
|
|
710
728
|
Absolute = 0
|
|
711
729
|
Relative = 1
|
|
712
730
|
class CompositionMaskBrush(ComPtr):
|
|
@@ -1211,11 +1229,13 @@ class CompositionSpriteShape(ComPtr):
|
|
|
1211
1229
|
StrokeStartCap = property(get_StrokeStartCap, put_StrokeStartCap)
|
|
1212
1230
|
StrokeThickness = property(get_StrokeThickness, put_StrokeThickness)
|
|
1213
1231
|
class CompositionStretch(Enum, Int32):
|
|
1232
|
+
_name_ = 'Microsoft.UI.Composition.CompositionStretch'
|
|
1214
1233
|
None_ = 0
|
|
1215
1234
|
Fill = 1
|
|
1216
1235
|
Uniform = 2
|
|
1217
1236
|
UniformToFill = 3
|
|
1218
1237
|
class CompositionStrokeCap(Enum, Int32):
|
|
1238
|
+
_name_ = 'Microsoft.UI.Composition.CompositionStrokeCap'
|
|
1219
1239
|
Flat = 0
|
|
1220
1240
|
Square = 1
|
|
1221
1241
|
Round = 2
|
|
@@ -1253,6 +1273,7 @@ class CompositionStrokeDashArray(ComPtr):
|
|
|
1253
1273
|
def InsertAt(self: win32more.Windows.Foundation.Collections.IVector[Single], index: UInt32, value: Single) -> Void: ...
|
|
1254
1274
|
Size = property(get_Size, None)
|
|
1255
1275
|
class CompositionStrokeLineJoin(Enum, Int32):
|
|
1276
|
+
_name_ = 'Microsoft.UI.Composition.CompositionStrokeLineJoin'
|
|
1256
1277
|
Miter = 0
|
|
1257
1278
|
Bevel = 1
|
|
1258
1279
|
Round = 2
|
|
@@ -93,6 +93,7 @@ class ChildSiteLink(ComPtr):
|
|
|
93
93
|
ParentAutomationProviderRequested = event(add_ParentAutomationProviderRequested, remove_ParentAutomationProviderRequested)
|
|
94
94
|
PreviousSiblingAutomationProviderRequested = event(add_PreviousSiblingAutomationProviderRequested, remove_PreviousSiblingAutomationProviderRequested)
|
|
95
95
|
class ContentAutomationOptions(Enum, Int32):
|
|
96
|
+
_name_ = 'Microsoft.UI.Content.ContentAutomationOptions'
|
|
96
97
|
None_ = 0
|
|
97
98
|
FrameworkBased = 1
|
|
98
99
|
FragmentBased = 2
|
|
@@ -117,6 +118,7 @@ class ContentCoordinateConverter(ComPtr):
|
|
|
117
118
|
@winrt_classmethod
|
|
118
119
|
def CreateForWindowId(cls: win32more.Microsoft.UI.Content.IContentCoordinateConverterStatics, windowId: win32more.Microsoft.UI.WindowId) -> win32more.Microsoft.UI.Content.ContentCoordinateConverter: ...
|
|
119
120
|
class ContentCoordinateRoundingMode(Enum, Int32):
|
|
121
|
+
_name_ = 'Microsoft.UI.Content.ContentCoordinateRoundingMode'
|
|
120
122
|
Auto = 0
|
|
121
123
|
Floor = 1
|
|
122
124
|
Round = 2
|
|
@@ -353,6 +355,7 @@ class ContentIslandStateChangedEventArgs(ComPtr):
|
|
|
353
355
|
DidSiteEnabledChange = property(get_DidSiteEnabledChange, None)
|
|
354
356
|
DidSiteVisibleChange = property(get_DidSiteVisibleChange, None)
|
|
355
357
|
class ContentLayoutDirection(Enum, Int32):
|
|
358
|
+
_name_ = 'Microsoft.UI.Content.ContentLayoutDirection'
|
|
356
359
|
LeftToRight = 0
|
|
357
360
|
RightToLeft = 1
|
|
358
361
|
class ContentSite(ComPtr):
|
|
@@ -480,20 +483,20 @@ class ContentSiteEnvironment(ComPtr):
|
|
|
480
483
|
default_interface: win32more.Microsoft.UI.Content.IContentSiteEnvironment
|
|
481
484
|
_classid_ = 'Microsoft.UI.Content.ContentSiteEnvironment'
|
|
482
485
|
@winrt_mixinmethod
|
|
483
|
-
def
|
|
486
|
+
def get_View(self: win32more.Microsoft.UI.Content.IContentSiteEnvironment) -> win32more.Microsoft.UI.Content.ContentSiteEnvironmentView: ...
|
|
487
|
+
@winrt_mixinmethod
|
|
488
|
+
def put_AppWindowId(self: win32more.Microsoft.UI.Content.IContentSiteEnvironment, value: win32more.Microsoft.UI.WindowId) -> Void: ...
|
|
484
489
|
@winrt_mixinmethod
|
|
485
490
|
def get_DisplayId(self: win32more.Microsoft.UI.Content.IContentSiteEnvironment) -> win32more.Microsoft.UI.DisplayId: ...
|
|
486
491
|
@winrt_mixinmethod
|
|
487
492
|
def put_DisplayId(self: win32more.Microsoft.UI.Content.IContentSiteEnvironment, value: win32more.Microsoft.UI.DisplayId) -> Void: ...
|
|
488
493
|
@winrt_mixinmethod
|
|
489
|
-
def
|
|
494
|
+
def put_DisplayScale(self: win32more.Microsoft.UI.Content.IContentSiteEnvironment2, value: Single) -> Void: ...
|
|
490
495
|
@winrt_mixinmethod
|
|
491
|
-
def
|
|
496
|
+
def NotifySettingChanged(self: win32more.Microsoft.UI.Content.IContentSiteEnvironment, setting: hstr) -> Void: ...
|
|
492
497
|
@winrt_mixinmethod
|
|
493
498
|
def get_DisplayScale(self: win32more.Microsoft.UI.Content.IContentSiteEnvironment2) -> Single: ...
|
|
494
499
|
@winrt_mixinmethod
|
|
495
|
-
def put_DisplayScale(self: win32more.Microsoft.UI.Content.IContentSiteEnvironment2, value: Single) -> Void: ...
|
|
496
|
-
@winrt_mixinmethod
|
|
497
500
|
def get_AppWindowId(self: win32more.Microsoft.UI.Content.IContentSiteEnvironment) -> win32more.Microsoft.UI.WindowId: ...
|
|
498
501
|
AppWindowId = property(get_AppWindowId, put_AppWindowId)
|
|
499
502
|
DisplayId = property(get_DisplayId, put_DisplayId)
|
|
@@ -504,11 +507,11 @@ class ContentSiteEnvironmentView(ComPtr):
|
|
|
504
507
|
default_interface: win32more.Microsoft.UI.Content.IContentSiteEnvironmentView
|
|
505
508
|
_classid_ = 'Microsoft.UI.Content.ContentSiteEnvironmentView'
|
|
506
509
|
@winrt_mixinmethod
|
|
507
|
-
def
|
|
510
|
+
def get_AppWindowId(self: win32more.Microsoft.UI.Content.IContentSiteEnvironmentView) -> win32more.Microsoft.UI.WindowId: ...
|
|
508
511
|
@winrt_mixinmethod
|
|
509
512
|
def get_DisplayId(self: win32more.Microsoft.UI.Content.IContentSiteEnvironmentView) -> win32more.Microsoft.UI.DisplayId: ...
|
|
510
513
|
@winrt_mixinmethod
|
|
511
|
-
def
|
|
514
|
+
def get_DisplayScale(self: win32more.Microsoft.UI.Content.IContentSiteEnvironmentView2) -> Single: ...
|
|
512
515
|
AppWindowId = property(get_AppWindowId, None)
|
|
513
516
|
DisplayId = property(get_DisplayId, None)
|
|
514
517
|
DisplayScale = property(get_DisplayScale, None)
|
|
@@ -581,6 +584,7 @@ class ContentSiteView(ComPtr):
|
|
|
581
584
|
RequestedSize = property(get_RequestedSize, None)
|
|
582
585
|
ShouldApplyRasterizationScale = property(get_ShouldApplyRasterizationScale, None)
|
|
583
586
|
class ContentSizePolicy(Enum, Int32):
|
|
587
|
+
_name_ = 'Microsoft.UI.Content.ContentSizePolicy'
|
|
584
588
|
None_ = 0
|
|
585
589
|
ResizeContentToParentWindow = 1
|
|
586
590
|
ResizeParentWindowToContent = 2
|
|
@@ -671,7 +675,7 @@ class DesktopPopupSiteBridge(ComPtr):
|
|
|
671
675
|
@winrt_mixinmethod
|
|
672
676
|
def add_PreviousSiblingAutomationProviderRequested(self: win32more.Microsoft.UI.Content.IContentSiteAutomation, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Content.IContentSiteAutomation, win32more.Microsoft.UI.Content.ContentSiteAutomationProviderRequestedEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
673
677
|
@winrt_mixinmethod
|
|
674
|
-
def
|
|
678
|
+
def get_AutomationOption(self: win32more.Microsoft.UI.Content.IContentSiteAutomation) -> win32more.Microsoft.UI.Content.ContentAutomationOptions: ...
|
|
675
679
|
@winrt_mixinmethod
|
|
676
680
|
def get_DispatcherQueue(self: win32more.Microsoft.UI.Content.IContentSiteBridge) -> win32more.Microsoft.UI.Dispatching.DispatcherQueue: ...
|
|
677
681
|
@winrt_mixinmethod
|
|
@@ -721,11 +725,11 @@ class DesktopPopupSiteBridge(ComPtr):
|
|
|
721
725
|
@winrt_mixinmethod
|
|
722
726
|
def remove_FrameworkClosed(self: win32more.Microsoft.UI.IClosableNotifier, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
723
727
|
@winrt_mixinmethod
|
|
724
|
-
def
|
|
728
|
+
def get_IsEnabled(self: win32more.Microsoft.UI.Content.IDesktopPopupSiteBridge) -> Boolean: ...
|
|
725
729
|
@winrt_mixinmethod
|
|
726
730
|
def put_AutomationOption(self: win32more.Microsoft.UI.Content.IContentSiteAutomation, value: win32more.Microsoft.UI.Content.ContentAutomationOptions) -> Void: ...
|
|
727
731
|
@winrt_mixinmethod
|
|
728
|
-
def
|
|
732
|
+
def get_AutomationProvider(self: win32more.Microsoft.UI.Content.IContentSiteAutomation) -> IInspectable: ...
|
|
729
733
|
@winrt_mixinmethod
|
|
730
734
|
def add_FragmentRootAutomationProviderRequested(self: win32more.Microsoft.UI.Content.IContentSiteAutomation, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Content.IContentSiteAutomation, win32more.Microsoft.UI.Content.ContentSiteAutomationProviderRequestedEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
731
735
|
@winrt_mixinmethod
|
|
@@ -81,6 +81,7 @@ class DispatcherQueueHandler(MulticastDelegate):
|
|
|
81
81
|
@winrt_commethod(3)
|
|
82
82
|
def Invoke(self) -> Void: ...
|
|
83
83
|
class DispatcherQueuePriority(Enum, Int32):
|
|
84
|
+
_name_ = 'Microsoft.UI.Dispatching.DispatcherQueuePriority'
|
|
84
85
|
Low = -10
|
|
85
86
|
Normal = 0
|
|
86
87
|
High = 10
|
|
@@ -117,6 +118,7 @@ class DispatcherQueueTimer(ComPtr):
|
|
|
117
118
|
IsRunning = property(get_IsRunning, None)
|
|
118
119
|
Tick = event(add_Tick, remove_Tick)
|
|
119
120
|
class DispatcherRunOptions(Enum, UInt32):
|
|
121
|
+
_name_ = 'Microsoft.UI.Dispatching.DispatcherRunOptions'
|
|
120
122
|
None_ = 0
|
|
121
123
|
ContinueOnQuit = 1
|
|
122
124
|
QuitOnlyLocalLoop = 2
|
|
@@ -26,6 +26,7 @@ class DragDropManager(ComPtr):
|
|
|
26
26
|
AreConcurrentOperationsEnabled = property(get_AreConcurrentOperationsEnabled, put_AreConcurrentOperationsEnabled)
|
|
27
27
|
TargetRequested = event(add_TargetRequested, remove_TargetRequested)
|
|
28
28
|
class DragDropModifiers(Enum, UInt32):
|
|
29
|
+
_name_ = 'Microsoft.UI.Input.DragDrop.DragDropModifiers'
|
|
29
30
|
None_ = 0
|
|
30
31
|
Shift = 1
|
|
31
32
|
Control = 2
|
|
@@ -85,6 +86,7 @@ class DragOperation(ComPtr):
|
|
|
85
86
|
Data = property(get_Data, None)
|
|
86
87
|
DragUIContentMode = property(get_DragUIContentMode, put_DragUIContentMode)
|
|
87
88
|
class DragUIContentMode(Enum, Int32):
|
|
89
|
+
_name_ = 'Microsoft.UI.Input.DragDrop.DragUIContentMode'
|
|
88
90
|
Auto = 0
|
|
89
91
|
Deferred = 1
|
|
90
92
|
class DragUIOverride(ComPtr):
|