win32more-Microsoft.WindowsAppSDK 0.6.1.7.250310001__py2.py3-none-any.whl → 0.7.1.7.251107005__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 +1 -1
- win32more/Microsoft/Graphics/Display/__init__.py +9 -9
- win32more/Microsoft/Graphics/Imaging/__init__.py +77 -0
- win32more/Microsoft/Security/Authentication/OAuth/__init__.py +111 -111
- win32more/Microsoft/UI/Composition/Core/__init__.py +3 -3
- win32more/Microsoft/UI/Composition/Diagnostics/__init__.py +1 -1
- win32more/Microsoft/UI/Composition/Effects/__init__.py +3 -3
- win32more/Microsoft/UI/Composition/Interactions/__init__.py +1 -1
- win32more/Microsoft/UI/Composition/Scenes/__init__.py +10 -10
- win32more/Microsoft/UI/Composition/SystemBackdrops/__init__.py +8 -8
- win32more/Microsoft/UI/Composition/__init__.py +134 -134
- win32more/Microsoft/UI/Content/__init__.py +39 -39
- win32more/Microsoft/UI/Dispatching/__init__.py +11 -11
- win32more/Microsoft/UI/Input/DragDrop/__init__.py +7 -7
- win32more/Microsoft/UI/Input/Interop/__init__.py +1 -1
- win32more/Microsoft/UI/Input/__init__.py +103 -99
- win32more/Microsoft/UI/System/__init__.py +5 -5
- win32more/Microsoft/UI/Text/__init__.py +30 -30
- win32more/Microsoft/UI/Windowing/__init__.py +27 -27
- win32more/Microsoft/UI/Xaml/Automation/Peers/__init__.py +56 -55
- win32more/Microsoft/UI/Xaml/Automation/Provider/__init__.py +19 -19
- win32more/Microsoft/UI/Xaml/Automation/Text/__init__.py +1 -1
- win32more/Microsoft/UI/Xaml/Automation/__init__.py +41 -41
- win32more/Microsoft/UI/Xaml/Controls/AnimatedVisuals/__init__.py +17 -17
- win32more/Microsoft/UI/Xaml/Controls/Primitives/__init__.py +108 -107
- win32more/Microsoft/UI/Xaml/Controls/__init__.py +744 -744
- win32more/Microsoft/UI/Xaml/Data/__init__.py +31 -30
- win32more/Microsoft/UI/Xaml/Documents/__init__.py +38 -37
- win32more/Microsoft/UI/Xaml/Hosting/__init__.py +7 -7
- win32more/Microsoft/UI/Xaml/Input/__init__.py +38 -31
- win32more/Microsoft/UI/Xaml/Interop/__init__.py +3 -3
- win32more/Microsoft/UI/Xaml/Markup/__init__.py +19 -17
- win32more/Microsoft/UI/Xaml/Media/Animation/__init__.py +111 -109
- win32more/Microsoft/UI/Xaml/Media/Imaging/__init__.py +11 -11
- win32more/Microsoft/UI/Xaml/Media/Media3D/__init__.py +2 -1
- win32more/Microsoft/UI/Xaml/Media/__init__.py +34 -28
- win32more/Microsoft/UI/Xaml/Navigation/__init__.py +1 -1
- win32more/Microsoft/UI/Xaml/Printing/__init__.py +7 -7
- win32more/Microsoft/UI/Xaml/Resources/__init__.py +3 -3
- win32more/Microsoft/UI/Xaml/Shapes/__init__.py +1 -1
- win32more/Microsoft/UI/Xaml/XamlTypeInfo/__init__.py +2 -2
- win32more/Microsoft/UI/Xaml/__init__.py +190 -186
- win32more/Microsoft/UI/__init__.py +8 -5
- win32more/Microsoft/Windows/AI/ContentSafety/__init__.py +197 -0
- win32more/Microsoft/Windows/AI/Imaging/__init__.py +366 -0
- win32more/Microsoft/Windows/AI/Text/__init__.py +261 -0
- win32more/Microsoft/Windows/AI/__init__.py +49 -0
- win32more/Microsoft/Windows/AppLifecycle/__init__.py +21 -21
- win32more/Microsoft/Windows/AppNotifications/Builder/__init__.py +99 -99
- win32more/Microsoft/Windows/AppNotifications/__init__.py +45 -45
- win32more/Microsoft/Windows/ApplicationModel/Background/UniversalBGTask/__init__.py +1 -1
- win32more/Microsoft/Windows/ApplicationModel/Background/__init__.py +7 -7
- win32more/Microsoft/Windows/ApplicationModel/DynamicDependency/__init__.py +22 -21
- win32more/Microsoft/Windows/ApplicationModel/Resources/__init__.py +59 -59
- win32more/Microsoft/Windows/ApplicationModel/WindowsAppRuntime/__init__.py +32 -7
- win32more/Microsoft/Windows/BadgeNotifications/__init__.py +1 -1
- win32more/Microsoft/Windows/Globalization/__init__.py +9 -9
- win32more/Microsoft/Windows/Management/Deployment/__init__.py +86 -85
- win32more/Microsoft/Windows/Media/Capture/__init__.py +1 -1
- win32more/Microsoft/Windows/PushNotifications/__init__.py +6 -5
- win32more/Microsoft/Windows/Security/AccessControl/__init__.py +7 -6
- win32more/Microsoft/Windows/Storage/__init__.py +27 -27
- win32more/Microsoft/Windows/System/Power/__init__.py +23 -12
- win32more/Microsoft/Windows/System/__init__.py +15 -15
- win32more/Microsoft/Windows/Widgets/Feeds/Providers/__init__.py +65 -65
- win32more/Microsoft/Windows/Widgets/Notifications/__init__.py +25 -25
- win32more/Microsoft/Windows/Widgets/Providers/__init__.py +91 -67
- win32more/Microsoft/Windows/Widgets/__init__.py +2 -2
- win32more/Microsoft/Windows/Workloads/__init__.py +11 -0
- win32more/appsdk/versioninfo.py +1 -1
- 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.7.1.7.251107005.dist-info/METADATA +6 -0
- win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info/RECORD +81 -0
- {win32more_microsoft_windowsappsdk-0.6.1.7.250310001.dist-info → win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info}/licenses/LICENSE (Microsoft.WindowsAppSDK).txt +1 -1
- win32more_microsoft_windowsappsdk-0.6.1.7.250310001.dist-info/METADATA +0 -6
- win32more_microsoft_windowsappsdk-0.6.1.7.250310001.dist-info/RECORD +0 -75
- {win32more_microsoft_windowsappsdk-0.6.1.7.250310001.dist-info → win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info}/WHEEL +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
from __future__ import annotations
|
|
2
|
-
from win32more.
|
|
2
|
+
from win32more._prelude import *
|
|
3
3
|
import win32more.Microsoft.UI.Xaml.Interop
|
|
4
4
|
import win32more.Windows.Foundation
|
|
5
5
|
class BindableVectorChangedEventHandler(MulticastDelegate):
|
|
@@ -33,7 +33,7 @@ class IBindableObservableVector(ComPtr):
|
|
|
33
33
|
def add_VectorChanged(self, handler: win32more.Microsoft.UI.Xaml.Interop.BindableVectorChangedEventHandler) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
34
34
|
@winrt_commethod(7)
|
|
35
35
|
def remove_VectorChanged(self, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
36
|
-
VectorChanged = event()
|
|
36
|
+
VectorChanged = event(add_VectorChanged, remove_VectorChanged)
|
|
37
37
|
class IBindableVector(ComPtr):
|
|
38
38
|
extends: IInspectable
|
|
39
39
|
_classid_ = 'Microsoft.UI.Xaml.Interop.IBindableVector'
|
|
@@ -78,7 +78,7 @@ class INotifyCollectionChanged(ComPtr):
|
|
|
78
78
|
def add_CollectionChanged(self, handler: win32more.Microsoft.UI.Xaml.Interop.NotifyCollectionChangedEventHandler) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
79
79
|
@winrt_commethod(7)
|
|
80
80
|
def remove_CollectionChanged(self, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
81
|
-
CollectionChanged = event()
|
|
81
|
+
CollectionChanged = event(add_CollectionChanged, remove_CollectionChanged)
|
|
82
82
|
class INotifyCollectionChangedEventArgs(ComPtr):
|
|
83
83
|
extends: IInspectable
|
|
84
84
|
_classid_ = 'Microsoft.UI.Xaml.Interop.INotifyCollectionChangedEventArgs'
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
from __future__ import annotations
|
|
2
|
-
from win32more.
|
|
2
|
+
from win32more._prelude import *
|
|
3
3
|
import win32more.Microsoft.UI.Xaml
|
|
4
4
|
import win32more.Microsoft.UI.Xaml.Markup
|
|
5
5
|
import win32more.Windows.Foundation
|
|
@@ -55,7 +55,7 @@ class IProvideValueTargetProperty(ComPtr):
|
|
|
55
55
|
_classid_ = 'Microsoft.UI.Xaml.Markup.IProvideValueTargetProperty'
|
|
56
56
|
_iid_ = Guid('{ce777b1f-b42e-59d1-870d-12fdf0629133}')
|
|
57
57
|
@winrt_commethod(6)
|
|
58
|
-
def get_Name(self) ->
|
|
58
|
+
def get_Name(self) -> hstr: ...
|
|
59
59
|
@winrt_commethod(7)
|
|
60
60
|
def get_Type(self) -> win32more.Windows.UI.Xaml.Interop.TypeName: ...
|
|
61
61
|
@winrt_commethod(8)
|
|
@@ -114,7 +114,7 @@ class IXamlBindingHelperStatics(ComPtr):
|
|
|
114
114
|
@winrt_commethod(11)
|
|
115
115
|
def ConvertValue(self, type: win32more.Windows.UI.Xaml.Interop.TypeName, value: IInspectable) -> IInspectable: ...
|
|
116
116
|
@winrt_commethod(12)
|
|
117
|
-
def SetPropertyFromString(self, dependencyObject: IInspectable, propertyToSet: win32more.Microsoft.UI.Xaml.DependencyProperty, value:
|
|
117
|
+
def SetPropertyFromString(self, dependencyObject: IInspectable, propertyToSet: win32more.Microsoft.UI.Xaml.DependencyProperty, value: hstr) -> Void: ...
|
|
118
118
|
@winrt_commethod(13)
|
|
119
119
|
def SetPropertyFromBoolean(self, dependencyObject: IInspectable, propertyToSet: win32more.Microsoft.UI.Xaml.DependencyProperty, value: Boolean) -> Void: ...
|
|
120
120
|
@winrt_commethod(14)
|
|
@@ -169,7 +169,7 @@ class IXamlMember(ComPtr):
|
|
|
169
169
|
@winrt_commethod(8)
|
|
170
170
|
def get_IsReadOnly(self) -> Boolean: ...
|
|
171
171
|
@winrt_commethod(9)
|
|
172
|
-
def get_Name(self) ->
|
|
172
|
+
def get_Name(self) -> hstr: ...
|
|
173
173
|
@winrt_commethod(10)
|
|
174
174
|
def get_TargetType(self) -> win32more.Microsoft.UI.Xaml.Markup.IXamlType: ...
|
|
175
175
|
@winrt_commethod(11)
|
|
@@ -191,7 +191,7 @@ class IXamlMetadataProvider(ComPtr):
|
|
|
191
191
|
@winrt_commethod(6)
|
|
192
192
|
def GetXamlType(self, type: win32more.Windows.UI.Xaml.Interop.TypeName) -> win32more.Microsoft.UI.Xaml.Markup.IXamlType: ...
|
|
193
193
|
@winrt_commethod(7)
|
|
194
|
-
def GetXamlTypeByFullName(self, fullName:
|
|
194
|
+
def GetXamlTypeByFullName(self, fullName: hstr) -> win32more.Microsoft.UI.Xaml.Markup.IXamlType: ...
|
|
195
195
|
@winrt_commethod(8)
|
|
196
196
|
def GetXmlnsDefinitions(self) -> ReceiveArray[win32more.Microsoft.UI.Xaml.Markup.XmlnsDefinition]: ...
|
|
197
197
|
class IXamlReader(ComPtr):
|
|
@@ -203,9 +203,9 @@ class IXamlReaderStatics(ComPtr):
|
|
|
203
203
|
_classid_ = 'Microsoft.UI.Xaml.Markup.IXamlReaderStatics'
|
|
204
204
|
_iid_ = Guid('{82a4cd9e-435e-5aeb-8c4f-300cece45cae}')
|
|
205
205
|
@winrt_commethod(6)
|
|
206
|
-
def Load(self, xaml:
|
|
206
|
+
def Load(self, xaml: hstr) -> IInspectable: ...
|
|
207
207
|
@winrt_commethod(7)
|
|
208
|
-
def LoadWithInitialTemplateValidation(self, xaml:
|
|
208
|
+
def LoadWithInitialTemplateValidation(self, xaml: hstr) -> IInspectable: ...
|
|
209
209
|
class IXamlType(ComPtr):
|
|
210
210
|
extends: IInspectable
|
|
211
211
|
_classid_ = 'Microsoft.UI.Xaml.Markup.IXamlType'
|
|
@@ -215,7 +215,7 @@ class IXamlType(ComPtr):
|
|
|
215
215
|
@winrt_commethod(7)
|
|
216
216
|
def get_ContentProperty(self) -> win32more.Microsoft.UI.Xaml.Markup.IXamlMember: ...
|
|
217
217
|
@winrt_commethod(8)
|
|
218
|
-
def get_FullName(self) ->
|
|
218
|
+
def get_FullName(self) -> hstr: ...
|
|
219
219
|
@winrt_commethod(9)
|
|
220
220
|
def get_IsArray(self) -> Boolean: ...
|
|
221
221
|
@winrt_commethod(10)
|
|
@@ -239,9 +239,9 @@ class IXamlType(ComPtr):
|
|
|
239
239
|
@winrt_commethod(19)
|
|
240
240
|
def ActivateInstance(self) -> IInspectable: ...
|
|
241
241
|
@winrt_commethod(20)
|
|
242
|
-
def CreateFromString(self, value:
|
|
242
|
+
def CreateFromString(self, value: hstr) -> IInspectable: ...
|
|
243
243
|
@winrt_commethod(21)
|
|
244
|
-
def GetMember(self, name:
|
|
244
|
+
def GetMember(self, name: hstr) -> win32more.Microsoft.UI.Xaml.Markup.IXamlMember: ...
|
|
245
245
|
@winrt_commethod(22)
|
|
246
246
|
def AddToVector(self, instance: IInspectable, value: IInspectable) -> Void: ...
|
|
247
247
|
@winrt_commethod(23)
|
|
@@ -266,7 +266,7 @@ class IXamlTypeResolver(ComPtr):
|
|
|
266
266
|
_classid_ = 'Microsoft.UI.Xaml.Markup.IXamlTypeResolver'
|
|
267
267
|
_iid_ = Guid('{3fa15615-cacf-547f-b1ed-89dae8c67452}')
|
|
268
268
|
@winrt_commethod(6)
|
|
269
|
-
def Resolve(self, qualifiedTypeName:
|
|
269
|
+
def Resolve(self, qualifiedTypeName: hstr) -> win32more.Windows.UI.Xaml.Interop.TypeName: ...
|
|
270
270
|
class MarkupExtension(ComPtr):
|
|
271
271
|
extends: IInspectable
|
|
272
272
|
default_interface: win32more.Microsoft.UI.Xaml.Markup.IMarkupExtension
|
|
@@ -298,7 +298,7 @@ class ProvideValueTargetProperty(ComPtr):
|
|
|
298
298
|
@winrt_activatemethod
|
|
299
299
|
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Markup.ProvideValueTargetProperty: ...
|
|
300
300
|
@winrt_mixinmethod
|
|
301
|
-
def get_Name(self: win32more.Microsoft.UI.Xaml.Markup.IProvideValueTargetProperty) ->
|
|
301
|
+
def get_Name(self: win32more.Microsoft.UI.Xaml.Markup.IProvideValueTargetProperty) -> hstr: ...
|
|
302
302
|
@winrt_mixinmethod
|
|
303
303
|
def get_Type(self: win32more.Microsoft.UI.Xaml.Markup.IProvideValueTargetProperty) -> win32more.Windows.UI.Xaml.Interop.TypeName: ...
|
|
304
304
|
@winrt_mixinmethod
|
|
@@ -313,6 +313,7 @@ class XamlBinaryWriter(ComPtr):
|
|
|
313
313
|
@winrt_classmethod
|
|
314
314
|
def Write(cls: win32more.Microsoft.UI.Xaml.Markup.IXamlBinaryWriterStatics, inputStreams: win32more.Windows.Foundation.Collections.IVector[win32more.Windows.Storage.Streams.IRandomAccessStream], outputStreams: win32more.Windows.Foundation.Collections.IVector[win32more.Windows.Storage.Streams.IRandomAccessStream], xamlMetadataProvider: win32more.Microsoft.UI.Xaml.Markup.IXamlMetadataProvider) -> win32more.Microsoft.UI.Xaml.Markup.XamlBinaryWriterErrorInformation: ...
|
|
315
315
|
class XamlBinaryWriterErrorInformation(Structure):
|
|
316
|
+
_name_ = 'Microsoft.UI.Xaml.Markup.XamlBinaryWriterErrorInformation'
|
|
316
317
|
InputStreamIndex: UInt32
|
|
317
318
|
LineNumber: UInt32
|
|
318
319
|
LinePosition: UInt32
|
|
@@ -335,7 +336,7 @@ class XamlBindingHelper(ComPtr, metaclass=_XamlBindingHelper_Meta_):
|
|
|
335
336
|
@winrt_classmethod
|
|
336
337
|
def ConvertValue(cls: win32more.Microsoft.UI.Xaml.Markup.IXamlBindingHelperStatics, type: win32more.Windows.UI.Xaml.Interop.TypeName, value: IInspectable) -> IInspectable: ...
|
|
337
338
|
@winrt_classmethod
|
|
338
|
-
def SetPropertyFromString(cls: win32more.Microsoft.UI.Xaml.Markup.IXamlBindingHelperStatics, dependencyObject: IInspectable, propertyToSet: win32more.Microsoft.UI.Xaml.DependencyProperty, value:
|
|
339
|
+
def SetPropertyFromString(cls: win32more.Microsoft.UI.Xaml.Markup.IXamlBindingHelperStatics, dependencyObject: IInspectable, propertyToSet: win32more.Microsoft.UI.Xaml.DependencyProperty, value: hstr) -> Void: ...
|
|
339
340
|
@winrt_classmethod
|
|
340
341
|
def SetPropertyFromBoolean(cls: win32more.Microsoft.UI.Xaml.Markup.IXamlBindingHelperStatics, dependencyObject: IInspectable, propertyToSet: win32more.Microsoft.UI.Xaml.DependencyProperty, value: Boolean) -> Void: ...
|
|
341
342
|
@winrt_classmethod
|
|
@@ -380,12 +381,13 @@ class XamlReader(ComPtr):
|
|
|
380
381
|
default_interface: win32more.Microsoft.UI.Xaml.Markup.IXamlReader
|
|
381
382
|
_classid_ = 'Microsoft.UI.Xaml.Markup.XamlReader'
|
|
382
383
|
@winrt_classmethod
|
|
383
|
-
def Load(cls: win32more.Microsoft.UI.Xaml.Markup.IXamlReaderStatics, xaml:
|
|
384
|
+
def Load(cls: win32more.Microsoft.UI.Xaml.Markup.IXamlReaderStatics, xaml: hstr) -> IInspectable: ...
|
|
384
385
|
@winrt_classmethod
|
|
385
|
-
def LoadWithInitialTemplateValidation(cls: win32more.Microsoft.UI.Xaml.Markup.IXamlReaderStatics, xaml:
|
|
386
|
+
def LoadWithInitialTemplateValidation(cls: win32more.Microsoft.UI.Xaml.Markup.IXamlReaderStatics, xaml: hstr) -> IInspectable: ...
|
|
386
387
|
class XmlnsDefinition(Structure):
|
|
387
|
-
|
|
388
|
-
|
|
388
|
+
_name_ = 'Microsoft.UI.Xaml.Markup.XmlnsDefinition'
|
|
389
|
+
XmlNamespace: hstr
|
|
390
|
+
Namespace: hstr
|
|
389
391
|
|
|
390
392
|
|
|
391
393
|
make_ready(__name__)
|