win32more-Microsoft.WindowsAppSDK 0.6.1.5.240227000__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.
Potentially problematic release.
This version of win32more-Microsoft.WindowsAppSDK might be problematic. Click here for more details.
- win32more/Microsoft/Foundation/__init__.py +7 -0
- win32more/Microsoft/Graphics/DirectX/__init__.py +167 -0
- win32more/Microsoft/Graphics/Display/__init__.py +174 -0
- win32more/Microsoft/UI/Composition/Core/__init__.py +52 -0
- win32more/Microsoft/UI/Composition/Diagnostics/__init__.py +63 -0
- win32more/Microsoft/UI/Composition/Effects/__init__.py +96 -0
- win32more/Microsoft/UI/Composition/Interactions/__init__.py +951 -0
- win32more/Microsoft/UI/Composition/Scenes/__init__.py +671 -0
- win32more/Microsoft/UI/Composition/SystemBackdrops/__init__.py +356 -0
- win32more/Microsoft/UI/Composition/__init__.py +4793 -0
- win32more/Microsoft/UI/Content/__init__.py +918 -0
- win32more/Microsoft/UI/Dispatching/__init__.py +241 -0
- win32more/Microsoft/UI/Input/DragDrop/__init__.py +235 -0
- win32more/Microsoft/UI/Input/Interop/__init__.py +19 -0
- win32more/Microsoft/UI/Input/__init__.py +1927 -0
- win32more/Microsoft/UI/System/__init__.py +46 -0
- win32more/Microsoft/UI/Text/__init__.py +1090 -0
- win32more/Microsoft/UI/Windowing/__init__.py +877 -0
- win32more/Microsoft/UI/Xaml/Automation/Peers/__init__.py +3414 -0
- win32more/Microsoft/UI/Xaml/Automation/Provider/__init__.py +489 -0
- win32more/Microsoft/UI/Xaml/Automation/Text/__init__.py +17 -0
- win32more/Microsoft/UI/Xaml/Automation/__init__.py +1607 -0
- win32more/Microsoft/UI/Xaml/Controls/AnimatedVisuals/__init__.py +170 -0
- win32more/Microsoft/UI/Xaml/Controls/Primitives/__init__.py +6458 -0
- win32more/Microsoft/UI/Xaml/Controls/__init__.py +31159 -0
- win32more/Microsoft/UI/Xaml/Core/Direct/__init__.py +7 -0
- win32more/Microsoft/UI/Xaml/Data/__init__.py +670 -0
- win32more/Microsoft/UI/Xaml/Documents/__init__.py +2030 -0
- win32more/Microsoft/UI/Xaml/Hosting/__init__.py +329 -0
- win32more/Microsoft/UI/Xaml/Input/__init__.py +1985 -0
- win32more/Microsoft/UI/Xaml/Interop/__init__.py +148 -0
- win32more/Microsoft/UI/Xaml/Markup/__init__.py +391 -0
- win32more/Microsoft/UI/Xaml/Media/Animation/__init__.py +4167 -0
- win32more/Microsoft/UI/Xaml/Media/Imaging/__init__.py +632 -0
- win32more/Microsoft/UI/Xaml/Media/Media3D/__init__.py +373 -0
- win32more/Microsoft/UI/Xaml/Media/__init__.py +3510 -0
- win32more/Microsoft/UI/Xaml/Navigation/__init__.py +255 -0
- win32more/Microsoft/UI/Xaml/Printing/__init__.py +193 -0
- win32more/Microsoft/UI/Xaml/Resources/__init__.py +53 -0
- win32more/Microsoft/UI/Xaml/Shapes/__init__.py +538 -0
- win32more/Microsoft/UI/Xaml/XamlTypeInfo/__init__.py +39 -0
- win32more/Microsoft/UI/Xaml/__init__.py +6010 -0
- win32more/Microsoft/UI/__init__.py +912 -0
- win32more/Microsoft/Web/WebView2/Core/__init__.py +4685 -0
- win32more/Microsoft/Windows/AppLifecycle/__init__.py +180 -0
- win32more/Microsoft/Windows/AppNotifications/Builder/__init__.py +572 -0
- win32more/Microsoft/Windows/AppNotifications/__init__.py +333 -0
- win32more/Microsoft/Windows/ApplicationModel/DynamicDependency/__init__.py +244 -0
- win32more/Microsoft/Windows/ApplicationModel/Resources/__init__.py +322 -0
- win32more/Microsoft/Windows/ApplicationModel/WindowsAppRuntime/__init__.py +114 -0
- win32more/Microsoft/Windows/Management/Deployment/__init__.py +1114 -0
- win32more/Microsoft/Windows/PushNotifications/__init__.py +146 -0
- win32more/Microsoft/Windows/Security/AccessControl/__init__.py +25 -0
- win32more/Microsoft/Windows/System/Power/__init__.py +223 -0
- win32more/Microsoft/Windows/System/__init__.py +78 -0
- win32more/Microsoft/Windows/Widgets/Feeds/Providers/__init__.py +181 -0
- win32more/Microsoft/Windows/Widgets/Providers/__init__.py +325 -0
- win32more/Microsoft/Windows/Widgets/__init__.py +11 -0
- win32more/appsdk/versioninfo.py +3 -0
- win32more/dll/arm64/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more/dll/x64/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more/dll/x86/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more_microsoft_windowsappsdk-0.6.1.5.240227000.dist-info/METADATA +5 -0
- win32more_microsoft_windowsappsdk-0.6.1.5.240227000.dist-info/RECORD +66 -0
- win32more_microsoft_windowsappsdk-0.6.1.5.240227000.dist-info/WHEEL +5 -0
- win32more_microsoft_windowsappsdk-0.6.1.5.240227000.dist-info/licenses/LICENSE (Microsoft.WindowsAppSDK).txt +90 -0
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
from win32more.winrt.prelude import *
|
|
3
|
+
import win32more.Microsoft.Windows.Widgets.Feeds.Providers
|
|
4
|
+
class CustomQueryParametersRequestedArgs(ComPtr):
|
|
5
|
+
extends: IInspectable
|
|
6
|
+
default_interface: win32more.Microsoft.Windows.Widgets.Feeds.Providers.ICustomQueryParametersRequestedArgs
|
|
7
|
+
_classid_ = 'Microsoft.Windows.Widgets.Feeds.Providers.CustomQueryParametersRequestedArgs'
|
|
8
|
+
@winrt_mixinmethod
|
|
9
|
+
def get_FeedProviderDefinitionId(self: win32more.Microsoft.Windows.Widgets.Feeds.Providers.ICustomQueryParametersRequestedArgs) -> WinRT_String: ...
|
|
10
|
+
FeedProviderDefinitionId = property(get_FeedProviderDefinitionId, None)
|
|
11
|
+
class CustomQueryParametersUpdateOptions(ComPtr):
|
|
12
|
+
extends: IInspectable
|
|
13
|
+
default_interface: win32more.Microsoft.Windows.Widgets.Feeds.Providers.ICustomQueryParametersUpdateOptions
|
|
14
|
+
_classid_ = 'Microsoft.Windows.Widgets.Feeds.Providers.CustomQueryParametersUpdateOptions'
|
|
15
|
+
def __init__(self, *args, **kwargs):
|
|
16
|
+
if kwargs:
|
|
17
|
+
super().__init__(**kwargs)
|
|
18
|
+
elif len(args) == 2:
|
|
19
|
+
super().__init__(move=win32more.Microsoft.Windows.Widgets.Feeds.Providers.CustomQueryParametersUpdateOptions.CreateInstance(*args))
|
|
20
|
+
else:
|
|
21
|
+
raise ValueError('no matched constructor')
|
|
22
|
+
@winrt_factorymethod
|
|
23
|
+
def CreateInstance(cls: win32more.Microsoft.Windows.Widgets.Feeds.Providers.ICustomQueryParametersUpdateOptionsFactory, feedProviderDefinitionId: WinRT_String, customQueryParameters: WinRT_String) -> win32more.Microsoft.Windows.Widgets.Feeds.Providers.CustomQueryParametersUpdateOptions: ...
|
|
24
|
+
@winrt_mixinmethod
|
|
25
|
+
def get_FeedProviderDefinitionId(self: win32more.Microsoft.Windows.Widgets.Feeds.Providers.ICustomQueryParametersUpdateOptions) -> WinRT_String: ...
|
|
26
|
+
@winrt_mixinmethod
|
|
27
|
+
def get_CustomQueryParameters(self: win32more.Microsoft.Windows.Widgets.Feeds.Providers.ICustomQueryParametersUpdateOptions) -> WinRT_String: ...
|
|
28
|
+
CustomQueryParameters = property(get_CustomQueryParameters, None)
|
|
29
|
+
FeedProviderDefinitionId = property(get_FeedProviderDefinitionId, None)
|
|
30
|
+
class FeedDisabledArgs(ComPtr):
|
|
31
|
+
extends: IInspectable
|
|
32
|
+
default_interface: win32more.Microsoft.Windows.Widgets.Feeds.Providers.IFeedDisabledArgs
|
|
33
|
+
_classid_ = 'Microsoft.Windows.Widgets.Feeds.Providers.FeedDisabledArgs'
|
|
34
|
+
@winrt_mixinmethod
|
|
35
|
+
def get_FeedProviderDefinitionId(self: win32more.Microsoft.Windows.Widgets.Feeds.Providers.IFeedDisabledArgs) -> WinRT_String: ...
|
|
36
|
+
@winrt_mixinmethod
|
|
37
|
+
def get_FeedDefinitionId(self: win32more.Microsoft.Windows.Widgets.Feeds.Providers.IFeedDisabledArgs) -> WinRT_String: ...
|
|
38
|
+
FeedDefinitionId = property(get_FeedDefinitionId, None)
|
|
39
|
+
FeedProviderDefinitionId = property(get_FeedProviderDefinitionId, None)
|
|
40
|
+
class FeedEnabledArgs(ComPtr):
|
|
41
|
+
extends: IInspectable
|
|
42
|
+
default_interface: win32more.Microsoft.Windows.Widgets.Feeds.Providers.IFeedEnabledArgs
|
|
43
|
+
_classid_ = 'Microsoft.Windows.Widgets.Feeds.Providers.FeedEnabledArgs'
|
|
44
|
+
@winrt_mixinmethod
|
|
45
|
+
def get_FeedProviderDefinitionId(self: win32more.Microsoft.Windows.Widgets.Feeds.Providers.IFeedEnabledArgs) -> WinRT_String: ...
|
|
46
|
+
@winrt_mixinmethod
|
|
47
|
+
def get_FeedDefinitionId(self: win32more.Microsoft.Windows.Widgets.Feeds.Providers.IFeedEnabledArgs) -> WinRT_String: ...
|
|
48
|
+
FeedDefinitionId = property(get_FeedDefinitionId, None)
|
|
49
|
+
FeedProviderDefinitionId = property(get_FeedProviderDefinitionId, None)
|
|
50
|
+
class FeedManager(ComPtr):
|
|
51
|
+
extends: IInspectable
|
|
52
|
+
default_interface: win32more.Microsoft.Windows.Widgets.Feeds.Providers.IFeedManager
|
|
53
|
+
_classid_ = 'Microsoft.Windows.Widgets.Feeds.Providers.FeedManager'
|
|
54
|
+
@winrt_mixinmethod
|
|
55
|
+
def GetEnabledFeedProviders(self: win32more.Microsoft.Windows.Widgets.Feeds.Providers.IFeedManager) -> ReceiveArray[win32more.Microsoft.Windows.Widgets.Feeds.Providers.FeedProviderInfo]: ...
|
|
56
|
+
@winrt_mixinmethod
|
|
57
|
+
def SetCustomQueryParameters(self: win32more.Microsoft.Windows.Widgets.Feeds.Providers.IFeedManager, options: win32more.Microsoft.Windows.Widgets.Feeds.Providers.CustomQueryParametersUpdateOptions) -> Void: ...
|
|
58
|
+
@winrt_classmethod
|
|
59
|
+
def GetDefault(cls: win32more.Microsoft.Windows.Widgets.Feeds.Providers.IFeedManagerStatics) -> win32more.Microsoft.Windows.Widgets.Feeds.Providers.FeedManager: ...
|
|
60
|
+
class FeedProviderDisabledArgs(ComPtr):
|
|
61
|
+
extends: IInspectable
|
|
62
|
+
default_interface: win32more.Microsoft.Windows.Widgets.Feeds.Providers.IFeedProviderDisabledArgs
|
|
63
|
+
_classid_ = 'Microsoft.Windows.Widgets.Feeds.Providers.FeedProviderDisabledArgs'
|
|
64
|
+
@winrt_mixinmethod
|
|
65
|
+
def get_FeedProviderDefinitionId(self: win32more.Microsoft.Windows.Widgets.Feeds.Providers.IFeedProviderDisabledArgs) -> WinRT_String: ...
|
|
66
|
+
FeedProviderDefinitionId = property(get_FeedProviderDefinitionId, None)
|
|
67
|
+
class FeedProviderEnabledArgs(ComPtr):
|
|
68
|
+
extends: IInspectable
|
|
69
|
+
default_interface: win32more.Microsoft.Windows.Widgets.Feeds.Providers.IFeedProviderEnabledArgs
|
|
70
|
+
_classid_ = 'Microsoft.Windows.Widgets.Feeds.Providers.FeedProviderEnabledArgs'
|
|
71
|
+
@winrt_mixinmethod
|
|
72
|
+
def get_FeedProviderDefinitionId(self: win32more.Microsoft.Windows.Widgets.Feeds.Providers.IFeedProviderEnabledArgs) -> WinRT_String: ...
|
|
73
|
+
FeedProviderDefinitionId = property(get_FeedProviderDefinitionId, None)
|
|
74
|
+
class FeedProviderInfo(ComPtr):
|
|
75
|
+
extends: IInspectable
|
|
76
|
+
default_interface: win32more.Microsoft.Windows.Widgets.Feeds.Providers.IFeedProviderInfo
|
|
77
|
+
_classid_ = 'Microsoft.Windows.Widgets.Feeds.Providers.FeedProviderInfo'
|
|
78
|
+
@winrt_mixinmethod
|
|
79
|
+
def get_FeedProviderDefinitionId(self: win32more.Microsoft.Windows.Widgets.Feeds.Providers.IFeedProviderInfo) -> WinRT_String: ...
|
|
80
|
+
@winrt_mixinmethod
|
|
81
|
+
def get_EnabledFeedDefinitionIds(self: win32more.Microsoft.Windows.Widgets.Feeds.Providers.IFeedProviderInfo) -> ReceiveArray[WinRT_String]: ...
|
|
82
|
+
EnabledFeedDefinitionIds = property(get_EnabledFeedDefinitionIds, None)
|
|
83
|
+
FeedProviderDefinitionId = property(get_FeedProviderDefinitionId, None)
|
|
84
|
+
class ICustomQueryParametersRequestedArgs(ComPtr):
|
|
85
|
+
extends: IInspectable
|
|
86
|
+
_classid_ = 'Microsoft.Windows.Widgets.Feeds.Providers.ICustomQueryParametersRequestedArgs'
|
|
87
|
+
_iid_ = Guid('{dc2b0cd8-7936-5346-9371-b21484c7d859}')
|
|
88
|
+
@winrt_commethod(6)
|
|
89
|
+
def get_FeedProviderDefinitionId(self) -> WinRT_String: ...
|
|
90
|
+
FeedProviderDefinitionId = property(get_FeedProviderDefinitionId, None)
|
|
91
|
+
class ICustomQueryParametersUpdateOptions(ComPtr):
|
|
92
|
+
extends: IInspectable
|
|
93
|
+
_classid_ = 'Microsoft.Windows.Widgets.Feeds.Providers.ICustomQueryParametersUpdateOptions'
|
|
94
|
+
_iid_ = Guid('{753f1177-4909-568a-b070-98a3139205ec}')
|
|
95
|
+
@winrt_commethod(6)
|
|
96
|
+
def get_FeedProviderDefinitionId(self) -> WinRT_String: ...
|
|
97
|
+
@winrt_commethod(7)
|
|
98
|
+
def get_CustomQueryParameters(self) -> WinRT_String: ...
|
|
99
|
+
CustomQueryParameters = property(get_CustomQueryParameters, None)
|
|
100
|
+
FeedProviderDefinitionId = property(get_FeedProviderDefinitionId, None)
|
|
101
|
+
class ICustomQueryParametersUpdateOptionsFactory(ComPtr):
|
|
102
|
+
extends: IInspectable
|
|
103
|
+
_classid_ = 'Microsoft.Windows.Widgets.Feeds.Providers.ICustomQueryParametersUpdateOptionsFactory'
|
|
104
|
+
_iid_ = Guid('{34e318cd-3884-53c0-911c-225f32228fae}')
|
|
105
|
+
@winrt_commethod(6)
|
|
106
|
+
def CreateInstance(self, feedProviderDefinitionId: WinRT_String, customQueryParameters: WinRT_String) -> win32more.Microsoft.Windows.Widgets.Feeds.Providers.CustomQueryParametersUpdateOptions: ...
|
|
107
|
+
class IFeedDisabledArgs(ComPtr):
|
|
108
|
+
extends: IInspectable
|
|
109
|
+
_classid_ = 'Microsoft.Windows.Widgets.Feeds.Providers.IFeedDisabledArgs'
|
|
110
|
+
_iid_ = Guid('{95300612-aca7-53c0-9cf6-d803689132c1}')
|
|
111
|
+
@winrt_commethod(6)
|
|
112
|
+
def get_FeedProviderDefinitionId(self) -> WinRT_String: ...
|
|
113
|
+
@winrt_commethod(7)
|
|
114
|
+
def get_FeedDefinitionId(self) -> WinRT_String: ...
|
|
115
|
+
FeedDefinitionId = property(get_FeedDefinitionId, None)
|
|
116
|
+
FeedProviderDefinitionId = property(get_FeedProviderDefinitionId, None)
|
|
117
|
+
class IFeedEnabledArgs(ComPtr):
|
|
118
|
+
extends: IInspectable
|
|
119
|
+
_classid_ = 'Microsoft.Windows.Widgets.Feeds.Providers.IFeedEnabledArgs'
|
|
120
|
+
_iid_ = Guid('{eff4b2d7-7347-5969-a77d-cac433f0fdae}')
|
|
121
|
+
@winrt_commethod(6)
|
|
122
|
+
def get_FeedProviderDefinitionId(self) -> WinRT_String: ...
|
|
123
|
+
@winrt_commethod(7)
|
|
124
|
+
def get_FeedDefinitionId(self) -> WinRT_String: ...
|
|
125
|
+
FeedDefinitionId = property(get_FeedDefinitionId, None)
|
|
126
|
+
FeedProviderDefinitionId = property(get_FeedProviderDefinitionId, None)
|
|
127
|
+
class IFeedManager(ComPtr):
|
|
128
|
+
extends: IInspectable
|
|
129
|
+
_classid_ = 'Microsoft.Windows.Widgets.Feeds.Providers.IFeedManager'
|
|
130
|
+
_iid_ = Guid('{87df6a84-15aa-45cb-8911-5cafab57f723}')
|
|
131
|
+
@winrt_commethod(6)
|
|
132
|
+
def GetEnabledFeedProviders(self) -> ReceiveArray[win32more.Microsoft.Windows.Widgets.Feeds.Providers.FeedProviderInfo]: ...
|
|
133
|
+
@winrt_commethod(7)
|
|
134
|
+
def SetCustomQueryParameters(self, options: win32more.Microsoft.Windows.Widgets.Feeds.Providers.CustomQueryParametersUpdateOptions) -> Void: ...
|
|
135
|
+
class IFeedManagerStatics(ComPtr):
|
|
136
|
+
extends: IInspectable
|
|
137
|
+
_classid_ = 'Microsoft.Windows.Widgets.Feeds.Providers.IFeedManagerStatics'
|
|
138
|
+
_iid_ = Guid('{4baf5174-77d6-5e2a-94ea-4f14ccdb1f2c}')
|
|
139
|
+
@winrt_commethod(6)
|
|
140
|
+
def GetDefault(self) -> win32more.Microsoft.Windows.Widgets.Feeds.Providers.FeedManager: ...
|
|
141
|
+
class IFeedProvider(ComPtr):
|
|
142
|
+
extends: IInspectable
|
|
143
|
+
_classid_ = 'Microsoft.Windows.Widgets.Feeds.Providers.IFeedProvider'
|
|
144
|
+
_iid_ = Guid('{7293a12b-0329-458d-ac25-5332be478fde}')
|
|
145
|
+
@winrt_commethod(6)
|
|
146
|
+
def OnFeedProviderEnabled(self, args: win32more.Microsoft.Windows.Widgets.Feeds.Providers.FeedProviderEnabledArgs) -> Void: ...
|
|
147
|
+
@winrt_commethod(7)
|
|
148
|
+
def OnFeedProviderDisabled(self, args: win32more.Microsoft.Windows.Widgets.Feeds.Providers.FeedProviderDisabledArgs) -> Void: ...
|
|
149
|
+
@winrt_commethod(8)
|
|
150
|
+
def OnFeedEnabled(self, args: win32more.Microsoft.Windows.Widgets.Feeds.Providers.FeedEnabledArgs) -> Void: ...
|
|
151
|
+
@winrt_commethod(9)
|
|
152
|
+
def OnFeedDisabled(self, args: win32more.Microsoft.Windows.Widgets.Feeds.Providers.FeedDisabledArgs) -> Void: ...
|
|
153
|
+
@winrt_commethod(10)
|
|
154
|
+
def OnCustomQueryParametersRequested(self, args: win32more.Microsoft.Windows.Widgets.Feeds.Providers.CustomQueryParametersRequestedArgs) -> Void: ...
|
|
155
|
+
class IFeedProviderDisabledArgs(ComPtr):
|
|
156
|
+
extends: IInspectable
|
|
157
|
+
_classid_ = 'Microsoft.Windows.Widgets.Feeds.Providers.IFeedProviderDisabledArgs'
|
|
158
|
+
_iid_ = Guid('{19b65aec-e01d-5e8c-ab5f-324212e7cd30}')
|
|
159
|
+
@winrt_commethod(6)
|
|
160
|
+
def get_FeedProviderDefinitionId(self) -> WinRT_String: ...
|
|
161
|
+
FeedProviderDefinitionId = property(get_FeedProviderDefinitionId, None)
|
|
162
|
+
class IFeedProviderEnabledArgs(ComPtr):
|
|
163
|
+
extends: IInspectable
|
|
164
|
+
_classid_ = 'Microsoft.Windows.Widgets.Feeds.Providers.IFeedProviderEnabledArgs'
|
|
165
|
+
_iid_ = Guid('{821fc9af-0de6-5a9b-9ae6-e179117b40e4}')
|
|
166
|
+
@winrt_commethod(6)
|
|
167
|
+
def get_FeedProviderDefinitionId(self) -> WinRT_String: ...
|
|
168
|
+
FeedProviderDefinitionId = property(get_FeedProviderDefinitionId, None)
|
|
169
|
+
class IFeedProviderInfo(ComPtr):
|
|
170
|
+
extends: IInspectable
|
|
171
|
+
_classid_ = 'Microsoft.Windows.Widgets.Feeds.Providers.IFeedProviderInfo'
|
|
172
|
+
_iid_ = Guid('{73c37049-3c03-5896-8532-f9dfdaeb723f}')
|
|
173
|
+
@winrt_commethod(6)
|
|
174
|
+
def get_FeedProviderDefinitionId(self) -> WinRT_String: ...
|
|
175
|
+
@winrt_commethod(7)
|
|
176
|
+
def get_EnabledFeedDefinitionIds(self) -> ReceiveArray[WinRT_String]: ...
|
|
177
|
+
EnabledFeedDefinitionIds = property(get_EnabledFeedDefinitionIds, None)
|
|
178
|
+
FeedProviderDefinitionId = property(get_FeedProviderDefinitionId, None)
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
make_ready(__name__)
|
|
@@ -0,0 +1,325 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
from win32more.winrt.prelude import *
|
|
3
|
+
import win32more.Microsoft.Windows.Widgets
|
|
4
|
+
import win32more.Microsoft.Windows.Widgets.Providers
|
|
5
|
+
import win32more.Windows.Foundation
|
|
6
|
+
class IWidgetActionInvokedArgs(ComPtr):
|
|
7
|
+
extends: IInspectable
|
|
8
|
+
_classid_ = 'Microsoft.Windows.Widgets.Providers.IWidgetActionInvokedArgs'
|
|
9
|
+
_iid_ = Guid('{c593cc57-04b9-52ca-88ad-46fea21ea340}')
|
|
10
|
+
@winrt_commethod(6)
|
|
11
|
+
def get_WidgetContext(self) -> win32more.Microsoft.Windows.Widgets.Providers.WidgetContext: ...
|
|
12
|
+
@winrt_commethod(7)
|
|
13
|
+
def get_Verb(self) -> WinRT_String: ...
|
|
14
|
+
@winrt_commethod(8)
|
|
15
|
+
def get_Data(self) -> WinRT_String: ...
|
|
16
|
+
@winrt_commethod(9)
|
|
17
|
+
def get_CustomState(self) -> WinRT_String: ...
|
|
18
|
+
CustomState = property(get_CustomState, None)
|
|
19
|
+
Data = property(get_Data, None)
|
|
20
|
+
Verb = property(get_Verb, None)
|
|
21
|
+
WidgetContext = property(get_WidgetContext, None)
|
|
22
|
+
class IWidgetAnalyticsInfoReportedArgs(ComPtr):
|
|
23
|
+
extends: IInspectable
|
|
24
|
+
_classid_ = 'Microsoft.Windows.Widgets.Providers.IWidgetAnalyticsInfoReportedArgs'
|
|
25
|
+
_iid_ = Guid('{1d9e5fb5-2bce-5350-87b1-d63199526639}')
|
|
26
|
+
@winrt_commethod(6)
|
|
27
|
+
def get_WidgetContext(self) -> win32more.Microsoft.Windows.Widgets.Providers.WidgetContext: ...
|
|
28
|
+
@winrt_commethod(7)
|
|
29
|
+
def get_AnalyticsJson(self) -> WinRT_String: ...
|
|
30
|
+
AnalyticsJson = property(get_AnalyticsJson, None)
|
|
31
|
+
WidgetContext = property(get_WidgetContext, None)
|
|
32
|
+
class IWidgetContext(ComPtr):
|
|
33
|
+
extends: IInspectable
|
|
34
|
+
_classid_ = 'Microsoft.Windows.Widgets.Providers.IWidgetContext'
|
|
35
|
+
_iid_ = Guid('{903c518b-40bc-5bc6-88f7-af9d81c0cdc1}')
|
|
36
|
+
@winrt_commethod(6)
|
|
37
|
+
def get_Id(self) -> WinRT_String: ...
|
|
38
|
+
@winrt_commethod(7)
|
|
39
|
+
def get_DefinitionId(self) -> WinRT_String: ...
|
|
40
|
+
@winrt_commethod(8)
|
|
41
|
+
def get_Size(self) -> win32more.Microsoft.Windows.Widgets.WidgetSize: ...
|
|
42
|
+
@winrt_commethod(9)
|
|
43
|
+
def get_IsActive(self) -> Boolean: ...
|
|
44
|
+
DefinitionId = property(get_DefinitionId, None)
|
|
45
|
+
Id = property(get_Id, None)
|
|
46
|
+
IsActive = property(get_IsActive, None)
|
|
47
|
+
Size = property(get_Size, None)
|
|
48
|
+
class IWidgetContextChangedArgs(ComPtr):
|
|
49
|
+
extends: IInspectable
|
|
50
|
+
_classid_ = 'Microsoft.Windows.Widgets.Providers.IWidgetContextChangedArgs'
|
|
51
|
+
_iid_ = Guid('{2c226d54-2252-576b-a197-370b28d25c2f}')
|
|
52
|
+
@winrt_commethod(6)
|
|
53
|
+
def get_WidgetContext(self) -> win32more.Microsoft.Windows.Widgets.Providers.WidgetContext: ...
|
|
54
|
+
WidgetContext = property(get_WidgetContext, None)
|
|
55
|
+
class IWidgetCustomizationRequestedArgs(ComPtr):
|
|
56
|
+
extends: IInspectable
|
|
57
|
+
_classid_ = 'Microsoft.Windows.Widgets.Providers.IWidgetCustomizationRequestedArgs'
|
|
58
|
+
_iid_ = Guid('{41dea311-dd9b-5b8b-b493-3a30552116b8}')
|
|
59
|
+
@winrt_commethod(6)
|
|
60
|
+
def get_WidgetContext(self) -> win32more.Microsoft.Windows.Widgets.Providers.WidgetContext: ...
|
|
61
|
+
@winrt_commethod(7)
|
|
62
|
+
def get_CustomState(self) -> WinRT_String: ...
|
|
63
|
+
CustomState = property(get_CustomState, None)
|
|
64
|
+
WidgetContext = property(get_WidgetContext, None)
|
|
65
|
+
class IWidgetErrorInfoReportedArgs(ComPtr):
|
|
66
|
+
extends: IInspectable
|
|
67
|
+
_classid_ = 'Microsoft.Windows.Widgets.Providers.IWidgetErrorInfoReportedArgs'
|
|
68
|
+
_iid_ = Guid('{30efa627-b21f-55d5-b91a-b23b4aa13645}')
|
|
69
|
+
@winrt_commethod(6)
|
|
70
|
+
def get_WidgetContext(self) -> win32more.Microsoft.Windows.Widgets.Providers.WidgetContext: ...
|
|
71
|
+
@winrt_commethod(7)
|
|
72
|
+
def get_ErrorJson(self) -> WinRT_String: ...
|
|
73
|
+
ErrorJson = property(get_ErrorJson, None)
|
|
74
|
+
WidgetContext = property(get_WidgetContext, None)
|
|
75
|
+
class IWidgetInfo(ComPtr):
|
|
76
|
+
extends: IInspectable
|
|
77
|
+
_classid_ = 'Microsoft.Windows.Widgets.Providers.IWidgetInfo'
|
|
78
|
+
_iid_ = Guid('{cea11f42-a020-5db5-89e2-b7dece4ae5cb}')
|
|
79
|
+
@winrt_commethod(6)
|
|
80
|
+
def get_WidgetContext(self) -> win32more.Microsoft.Windows.Widgets.Providers.WidgetContext: ...
|
|
81
|
+
@winrt_commethod(7)
|
|
82
|
+
def get_Template(self) -> WinRT_String: ...
|
|
83
|
+
@winrt_commethod(8)
|
|
84
|
+
def get_Data(self) -> WinRT_String: ...
|
|
85
|
+
@winrt_commethod(9)
|
|
86
|
+
def get_CustomState(self) -> WinRT_String: ...
|
|
87
|
+
@winrt_commethod(10)
|
|
88
|
+
def get_LastUpdateTime(self) -> win32more.Windows.Foundation.DateTime: ...
|
|
89
|
+
CustomState = property(get_CustomState, None)
|
|
90
|
+
Data = property(get_Data, None)
|
|
91
|
+
LastUpdateTime = property(get_LastUpdateTime, None)
|
|
92
|
+
Template = property(get_Template, None)
|
|
93
|
+
WidgetContext = property(get_WidgetContext, None)
|
|
94
|
+
class IWidgetManager(ComPtr):
|
|
95
|
+
extends: IInspectable
|
|
96
|
+
_classid_ = 'Microsoft.Windows.Widgets.Providers.IWidgetManager'
|
|
97
|
+
_iid_ = Guid('{71cb10c0-671e-48e3-b995-207940397123}')
|
|
98
|
+
@winrt_commethod(6)
|
|
99
|
+
def UpdateWidget(self, widgetUpdateRequestOptions: win32more.Microsoft.Windows.Widgets.Providers.WidgetUpdateRequestOptions) -> Void: ...
|
|
100
|
+
@winrt_commethod(7)
|
|
101
|
+
def GetWidgetIds(self) -> ReceiveArray[WinRT_String]: ...
|
|
102
|
+
@winrt_commethod(8)
|
|
103
|
+
def GetWidgetInfo(self, widgetId: WinRT_String) -> win32more.Microsoft.Windows.Widgets.Providers.WidgetInfo: ...
|
|
104
|
+
@winrt_commethod(9)
|
|
105
|
+
def GetWidgetInfos(self) -> ReceiveArray[win32more.Microsoft.Windows.Widgets.Providers.WidgetInfo]: ...
|
|
106
|
+
@winrt_commethod(10)
|
|
107
|
+
def DeleteWidget(self, widgetId: WinRT_String) -> Void: ...
|
|
108
|
+
class IWidgetManagerStatics(ComPtr):
|
|
109
|
+
extends: IInspectable
|
|
110
|
+
_classid_ = 'Microsoft.Windows.Widgets.Providers.IWidgetManagerStatics'
|
|
111
|
+
_iid_ = Guid('{7f233b06-28e5-5e2b-8c04-a4fa747c28c7}')
|
|
112
|
+
@winrt_commethod(6)
|
|
113
|
+
def GetDefault(self) -> win32more.Microsoft.Windows.Widgets.Providers.WidgetManager: ...
|
|
114
|
+
class IWidgetProvider(ComPtr):
|
|
115
|
+
extends: IInspectable
|
|
116
|
+
_classid_ = 'Microsoft.Windows.Widgets.Providers.IWidgetProvider'
|
|
117
|
+
_iid_ = Guid('{5c5774cc-72a0-452d-b9ed-075c0dd25eed}')
|
|
118
|
+
@winrt_commethod(6)
|
|
119
|
+
def CreateWidget(self, widgetContext: win32more.Microsoft.Windows.Widgets.Providers.WidgetContext) -> Void: ...
|
|
120
|
+
@winrt_commethod(7)
|
|
121
|
+
def DeleteWidget(self, widgetId: WinRT_String, customState: WinRT_String) -> Void: ...
|
|
122
|
+
@winrt_commethod(8)
|
|
123
|
+
def OnActionInvoked(self, actionInvokedArgs: win32more.Microsoft.Windows.Widgets.Providers.WidgetActionInvokedArgs) -> Void: ...
|
|
124
|
+
@winrt_commethod(9)
|
|
125
|
+
def OnWidgetContextChanged(self, contextChangedArgs: win32more.Microsoft.Windows.Widgets.Providers.WidgetContextChangedArgs) -> Void: ...
|
|
126
|
+
@winrt_commethod(10)
|
|
127
|
+
def Activate(self, widgetContext: win32more.Microsoft.Windows.Widgets.Providers.WidgetContext) -> Void: ...
|
|
128
|
+
@winrt_commethod(11)
|
|
129
|
+
def Deactivate(self, widgetId: WinRT_String) -> Void: ...
|
|
130
|
+
class IWidgetProvider2(ComPtr):
|
|
131
|
+
extends: IInspectable
|
|
132
|
+
_classid_ = 'Microsoft.Windows.Widgets.Providers.IWidgetProvider2'
|
|
133
|
+
_iid_ = Guid('{38c3a963-dd93-479d-9276-04bf84ee1816}')
|
|
134
|
+
@winrt_commethod(6)
|
|
135
|
+
def OnCustomizationRequested(self, customizationRequestedArgs: win32more.Microsoft.Windows.Widgets.Providers.WidgetCustomizationRequestedArgs) -> Void: ...
|
|
136
|
+
class IWidgetProviderAnalytics(ComPtr):
|
|
137
|
+
extends: IInspectable
|
|
138
|
+
_classid_ = 'Microsoft.Windows.Widgets.Providers.IWidgetProviderAnalytics'
|
|
139
|
+
_iid_ = Guid('{661985a5-d187-482d-9eef-6fda05d21845}')
|
|
140
|
+
@winrt_commethod(6)
|
|
141
|
+
def OnAnalyticsInfoReported(self, args: win32more.Microsoft.Windows.Widgets.Providers.WidgetAnalyticsInfoReportedArgs) -> Void: ...
|
|
142
|
+
class IWidgetProviderErrors(ComPtr):
|
|
143
|
+
extends: IInspectable
|
|
144
|
+
_classid_ = 'Microsoft.Windows.Widgets.Providers.IWidgetProviderErrors'
|
|
145
|
+
_iid_ = Guid('{90c1b5f0-0d3a-4ac6-abb7-c97b367b8fcc}')
|
|
146
|
+
@winrt_commethod(6)
|
|
147
|
+
def OnErrorInfoReported(self, args: win32more.Microsoft.Windows.Widgets.Providers.WidgetErrorInfoReportedArgs) -> Void: ...
|
|
148
|
+
class IWidgetUpdateRequestOptions(ComPtr):
|
|
149
|
+
extends: IInspectable
|
|
150
|
+
_classid_ = 'Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptions'
|
|
151
|
+
_iid_ = Guid('{b09ca8f7-7424-5687-baaf-7dd6fa639672}')
|
|
152
|
+
@winrt_commethod(6)
|
|
153
|
+
def get_WidgetId(self) -> WinRT_String: ...
|
|
154
|
+
@winrt_commethod(7)
|
|
155
|
+
def get_Template(self) -> WinRT_String: ...
|
|
156
|
+
@winrt_commethod(8)
|
|
157
|
+
def put_Template(self, value: WinRT_String) -> Void: ...
|
|
158
|
+
@winrt_commethod(9)
|
|
159
|
+
def get_Data(self) -> WinRT_String: ...
|
|
160
|
+
@winrt_commethod(10)
|
|
161
|
+
def put_Data(self, value: WinRT_String) -> Void: ...
|
|
162
|
+
@winrt_commethod(11)
|
|
163
|
+
def get_CustomState(self) -> WinRT_String: ...
|
|
164
|
+
@winrt_commethod(12)
|
|
165
|
+
def put_CustomState(self, value: WinRT_String) -> Void: ...
|
|
166
|
+
CustomState = property(get_CustomState, put_CustomState)
|
|
167
|
+
Data = property(get_Data, put_Data)
|
|
168
|
+
Template = property(get_Template, put_Template)
|
|
169
|
+
WidgetId = property(get_WidgetId, None)
|
|
170
|
+
class IWidgetUpdateRequestOptionsFactory(ComPtr):
|
|
171
|
+
extends: IInspectable
|
|
172
|
+
_classid_ = 'Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptionsFactory'
|
|
173
|
+
_iid_ = Guid('{e0e00af8-1d10-57a8-9419-3f568e854daa}')
|
|
174
|
+
@winrt_commethod(6)
|
|
175
|
+
def CreateInstance(self, widgetId: WinRT_String) -> win32more.Microsoft.Windows.Widgets.Providers.WidgetUpdateRequestOptions: ...
|
|
176
|
+
class IWidgetUpdateRequestOptionsStatics(ComPtr):
|
|
177
|
+
extends: IInspectable
|
|
178
|
+
_classid_ = 'Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptionsStatics'
|
|
179
|
+
_iid_ = Guid('{4645b5e3-d332-5d11-82f0-3607e5df6018}')
|
|
180
|
+
@winrt_commethod(6)
|
|
181
|
+
def get_UnsetValue(self) -> WinRT_String: ...
|
|
182
|
+
UnsetValue = property(get_UnsetValue, None)
|
|
183
|
+
class WidgetActionInvokedArgs(ComPtr):
|
|
184
|
+
extends: IInspectable
|
|
185
|
+
default_interface: win32more.Microsoft.Windows.Widgets.Providers.IWidgetActionInvokedArgs
|
|
186
|
+
_classid_ = 'Microsoft.Windows.Widgets.Providers.WidgetActionInvokedArgs'
|
|
187
|
+
@winrt_mixinmethod
|
|
188
|
+
def get_WidgetContext(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetActionInvokedArgs) -> win32more.Microsoft.Windows.Widgets.Providers.WidgetContext: ...
|
|
189
|
+
@winrt_mixinmethod
|
|
190
|
+
def get_Verb(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetActionInvokedArgs) -> WinRT_String: ...
|
|
191
|
+
@winrt_mixinmethod
|
|
192
|
+
def get_Data(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetActionInvokedArgs) -> WinRT_String: ...
|
|
193
|
+
@winrt_mixinmethod
|
|
194
|
+
def get_CustomState(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetActionInvokedArgs) -> WinRT_String: ...
|
|
195
|
+
CustomState = property(get_CustomState, None)
|
|
196
|
+
Data = property(get_Data, None)
|
|
197
|
+
Verb = property(get_Verb, None)
|
|
198
|
+
WidgetContext = property(get_WidgetContext, None)
|
|
199
|
+
class WidgetAnalyticsInfoReportedArgs(ComPtr):
|
|
200
|
+
extends: IInspectable
|
|
201
|
+
default_interface: win32more.Microsoft.Windows.Widgets.Providers.IWidgetAnalyticsInfoReportedArgs
|
|
202
|
+
_classid_ = 'Microsoft.Windows.Widgets.Providers.WidgetAnalyticsInfoReportedArgs'
|
|
203
|
+
@winrt_mixinmethod
|
|
204
|
+
def get_WidgetContext(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetAnalyticsInfoReportedArgs) -> win32more.Microsoft.Windows.Widgets.Providers.WidgetContext: ...
|
|
205
|
+
@winrt_mixinmethod
|
|
206
|
+
def get_AnalyticsJson(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetAnalyticsInfoReportedArgs) -> WinRT_String: ...
|
|
207
|
+
AnalyticsJson = property(get_AnalyticsJson, None)
|
|
208
|
+
WidgetContext = property(get_WidgetContext, None)
|
|
209
|
+
class WidgetContext(ComPtr):
|
|
210
|
+
extends: IInspectable
|
|
211
|
+
default_interface: win32more.Microsoft.Windows.Widgets.Providers.IWidgetContext
|
|
212
|
+
_classid_ = 'Microsoft.Windows.Widgets.Providers.WidgetContext'
|
|
213
|
+
@winrt_mixinmethod
|
|
214
|
+
def get_Id(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetContext) -> WinRT_String: ...
|
|
215
|
+
@winrt_mixinmethod
|
|
216
|
+
def get_DefinitionId(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetContext) -> WinRT_String: ...
|
|
217
|
+
@winrt_mixinmethod
|
|
218
|
+
def get_Size(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetContext) -> win32more.Microsoft.Windows.Widgets.WidgetSize: ...
|
|
219
|
+
@winrt_mixinmethod
|
|
220
|
+
def get_IsActive(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetContext) -> Boolean: ...
|
|
221
|
+
DefinitionId = property(get_DefinitionId, None)
|
|
222
|
+
Id = property(get_Id, None)
|
|
223
|
+
IsActive = property(get_IsActive, None)
|
|
224
|
+
Size = property(get_Size, None)
|
|
225
|
+
class WidgetContextChangedArgs(ComPtr):
|
|
226
|
+
extends: IInspectable
|
|
227
|
+
default_interface: win32more.Microsoft.Windows.Widgets.Providers.IWidgetContextChangedArgs
|
|
228
|
+
_classid_ = 'Microsoft.Windows.Widgets.Providers.WidgetContextChangedArgs'
|
|
229
|
+
@winrt_mixinmethod
|
|
230
|
+
def get_WidgetContext(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetContextChangedArgs) -> win32more.Microsoft.Windows.Widgets.Providers.WidgetContext: ...
|
|
231
|
+
WidgetContext = property(get_WidgetContext, None)
|
|
232
|
+
class WidgetCustomizationRequestedArgs(ComPtr):
|
|
233
|
+
extends: IInspectable
|
|
234
|
+
default_interface: win32more.Microsoft.Windows.Widgets.Providers.IWidgetCustomizationRequestedArgs
|
|
235
|
+
_classid_ = 'Microsoft.Windows.Widgets.Providers.WidgetCustomizationRequestedArgs'
|
|
236
|
+
@winrt_mixinmethod
|
|
237
|
+
def get_WidgetContext(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetCustomizationRequestedArgs) -> win32more.Microsoft.Windows.Widgets.Providers.WidgetContext: ...
|
|
238
|
+
@winrt_mixinmethod
|
|
239
|
+
def get_CustomState(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetCustomizationRequestedArgs) -> WinRT_String: ...
|
|
240
|
+
CustomState = property(get_CustomState, None)
|
|
241
|
+
WidgetContext = property(get_WidgetContext, None)
|
|
242
|
+
class WidgetErrorInfoReportedArgs(ComPtr):
|
|
243
|
+
extends: IInspectable
|
|
244
|
+
default_interface: win32more.Microsoft.Windows.Widgets.Providers.IWidgetErrorInfoReportedArgs
|
|
245
|
+
_classid_ = 'Microsoft.Windows.Widgets.Providers.WidgetErrorInfoReportedArgs'
|
|
246
|
+
@winrt_mixinmethod
|
|
247
|
+
def get_WidgetContext(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetErrorInfoReportedArgs) -> win32more.Microsoft.Windows.Widgets.Providers.WidgetContext: ...
|
|
248
|
+
@winrt_mixinmethod
|
|
249
|
+
def get_ErrorJson(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetErrorInfoReportedArgs) -> WinRT_String: ...
|
|
250
|
+
ErrorJson = property(get_ErrorJson, None)
|
|
251
|
+
WidgetContext = property(get_WidgetContext, None)
|
|
252
|
+
class WidgetInfo(ComPtr):
|
|
253
|
+
extends: IInspectable
|
|
254
|
+
default_interface: win32more.Microsoft.Windows.Widgets.Providers.IWidgetInfo
|
|
255
|
+
_classid_ = 'Microsoft.Windows.Widgets.Providers.WidgetInfo'
|
|
256
|
+
@winrt_mixinmethod
|
|
257
|
+
def get_WidgetContext(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetInfo) -> win32more.Microsoft.Windows.Widgets.Providers.WidgetContext: ...
|
|
258
|
+
@winrt_mixinmethod
|
|
259
|
+
def get_Template(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetInfo) -> WinRT_String: ...
|
|
260
|
+
@winrt_mixinmethod
|
|
261
|
+
def get_Data(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetInfo) -> WinRT_String: ...
|
|
262
|
+
@winrt_mixinmethod
|
|
263
|
+
def get_CustomState(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetInfo) -> WinRT_String: ...
|
|
264
|
+
@winrt_mixinmethod
|
|
265
|
+
def get_LastUpdateTime(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetInfo) -> win32more.Windows.Foundation.DateTime: ...
|
|
266
|
+
CustomState = property(get_CustomState, None)
|
|
267
|
+
Data = property(get_Data, None)
|
|
268
|
+
LastUpdateTime = property(get_LastUpdateTime, None)
|
|
269
|
+
Template = property(get_Template, None)
|
|
270
|
+
WidgetContext = property(get_WidgetContext, None)
|
|
271
|
+
class WidgetManager(ComPtr):
|
|
272
|
+
extends: IInspectable
|
|
273
|
+
default_interface: win32more.Microsoft.Windows.Widgets.Providers.IWidgetManager
|
|
274
|
+
_classid_ = 'Microsoft.Windows.Widgets.Providers.WidgetManager'
|
|
275
|
+
@winrt_mixinmethod
|
|
276
|
+
def UpdateWidget(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetManager, widgetUpdateRequestOptions: win32more.Microsoft.Windows.Widgets.Providers.WidgetUpdateRequestOptions) -> Void: ...
|
|
277
|
+
@winrt_mixinmethod
|
|
278
|
+
def GetWidgetIds(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetManager) -> ReceiveArray[WinRT_String]: ...
|
|
279
|
+
@winrt_mixinmethod
|
|
280
|
+
def GetWidgetInfo(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetManager, widgetId: WinRT_String) -> win32more.Microsoft.Windows.Widgets.Providers.WidgetInfo: ...
|
|
281
|
+
@winrt_mixinmethod
|
|
282
|
+
def GetWidgetInfos(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetManager) -> ReceiveArray[win32more.Microsoft.Windows.Widgets.Providers.WidgetInfo]: ...
|
|
283
|
+
@winrt_mixinmethod
|
|
284
|
+
def DeleteWidget(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetManager, widgetId: WinRT_String) -> Void: ...
|
|
285
|
+
@winrt_classmethod
|
|
286
|
+
def GetDefault(cls: win32more.Microsoft.Windows.Widgets.Providers.IWidgetManagerStatics) -> win32more.Microsoft.Windows.Widgets.Providers.WidgetManager: ...
|
|
287
|
+
class _WidgetUpdateRequestOptions_Meta_(ComPtr.__class__):
|
|
288
|
+
pass
|
|
289
|
+
class WidgetUpdateRequestOptions(ComPtr, metaclass=_WidgetUpdateRequestOptions_Meta_):
|
|
290
|
+
extends: IInspectable
|
|
291
|
+
default_interface: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptions
|
|
292
|
+
_classid_ = 'Microsoft.Windows.Widgets.Providers.WidgetUpdateRequestOptions'
|
|
293
|
+
def __init__(self, *args, **kwargs):
|
|
294
|
+
if kwargs:
|
|
295
|
+
super().__init__(**kwargs)
|
|
296
|
+
elif len(args) == 1:
|
|
297
|
+
super().__init__(move=win32more.Microsoft.Windows.Widgets.Providers.WidgetUpdateRequestOptions.CreateInstance(*args))
|
|
298
|
+
else:
|
|
299
|
+
raise ValueError('no matched constructor')
|
|
300
|
+
@winrt_factorymethod
|
|
301
|
+
def CreateInstance(cls: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptionsFactory, widgetId: WinRT_String) -> win32more.Microsoft.Windows.Widgets.Providers.WidgetUpdateRequestOptions: ...
|
|
302
|
+
@winrt_mixinmethod
|
|
303
|
+
def get_WidgetId(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptions) -> WinRT_String: ...
|
|
304
|
+
@winrt_mixinmethod
|
|
305
|
+
def get_Template(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptions) -> WinRT_String: ...
|
|
306
|
+
@winrt_mixinmethod
|
|
307
|
+
def put_Template(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptions, value: WinRT_String) -> Void: ...
|
|
308
|
+
@winrt_mixinmethod
|
|
309
|
+
def get_Data(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptions) -> WinRT_String: ...
|
|
310
|
+
@winrt_mixinmethod
|
|
311
|
+
def put_Data(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptions, value: WinRT_String) -> Void: ...
|
|
312
|
+
@winrt_mixinmethod
|
|
313
|
+
def get_CustomState(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptions) -> WinRT_String: ...
|
|
314
|
+
@winrt_mixinmethod
|
|
315
|
+
def put_CustomState(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptions, value: WinRT_String) -> Void: ...
|
|
316
|
+
@winrt_classmethod
|
|
317
|
+
def get_UnsetValue(cls: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptionsStatics) -> WinRT_String: ...
|
|
318
|
+
CustomState = property(get_CustomState, put_CustomState)
|
|
319
|
+
Data = property(get_Data, put_Data)
|
|
320
|
+
Template = property(get_Template, put_Template)
|
|
321
|
+
WidgetId = property(get_WidgetId, None)
|
|
322
|
+
_WidgetUpdateRequestOptions_Meta_.UnsetValue = property(get_UnsetValue, None)
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
make_ready(__name__)
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
win32more/Microsoft/Foundation/__init__.py,sha256=1ysnSpazFT3Ks-j5llMI6Aw-fEHpoQWt7RN1-HRz920,179
|
|
2
|
+
win32more/Microsoft/Graphics/DirectX/__init__.py,sha256=RsgWf1DQuqYiIvZ4JPLekn6H_ag9dp3XChNM4GrxERw,4378
|
|
3
|
+
win32more/Microsoft/Graphics/Display/__init__.py,sha256=ZizE6Ik8esmKDt_zHH_T7XPq96jn4_mGohBZoWi3jiQ,12295
|
|
4
|
+
win32more/Microsoft/UI/__init__.py,sha256=NcD6AQuX5w2GDYaddjKoCUc1O-GtYEKYqz4DeM6wg00,48440
|
|
5
|
+
win32more/Microsoft/UI/Composition/__init__.py,sha256=cb8-RRpqN_vGA59alpnPdISjVLVC1pcgQRHY9rsAbhc,321900
|
|
6
|
+
win32more/Microsoft/UI/Composition/Core/__init__.py,sha256=7aq7GeahiyCvTLltGDx-7oMc2AEIWbzemk4I7JQpwss,3056
|
|
7
|
+
win32more/Microsoft/UI/Composition/Diagnostics/__init__.py,sha256=7Pn3ZEJK-UQzc7MJbB81w3A0Q3vW1HGMlocgQZ1eC7g,3884
|
|
8
|
+
win32more/Microsoft/UI/Composition/Effects/__init__.py,sha256=0u3r1tpDhyK2a2MzZEwAsfCI5gUgbcX9Co5AoCtygc8,5720
|
|
9
|
+
win32more/Microsoft/UI/Composition/Interactions/__init__.py,sha256=tomWMTgPkwx25HxkFPdypdjLvuqZWaEzEoStWE8HexA,74403
|
|
10
|
+
win32more/Microsoft/UI/Composition/Scenes/__init__.py,sha256=rDKXL6VH8g2I2GGstXbLaVeCKQG1_YhSQFblWnQIaCU,47635
|
|
11
|
+
win32more/Microsoft/UI/Composition/SystemBackdrops/__init__.py,sha256=-e_w7ZZCnx15hE_hSriOhVrLJvMjqrzutptsI5iRRa8,24185
|
|
12
|
+
win32more/Microsoft/UI/Content/__init__.py,sha256=JYIGfPpa6AT5X1mMCtXy9Kjol295luJOBslKxX_RGY4,58447
|
|
13
|
+
win32more/Microsoft/UI/Dispatching/__init__.py,sha256=2mihhijPVzhe2t_pO0cI2r8KG5At0JF1WUBiD1xHmzc,15736
|
|
14
|
+
win32more/Microsoft/UI/Input/__init__.py,sha256=hOqM-3zSEi3Azox_158Z7yctBKkaTg2yk6s5aW0uS2o,126402
|
|
15
|
+
win32more/Microsoft/UI/Input/DragDrop/__init__.py,sha256=LoAJ_V7mfVhkcL3ohNilxdc9FChVTez3KIf5XSSuGNw,15463
|
|
16
|
+
win32more/Microsoft/UI/Input/Interop/__init__.py,sha256=0gFhJRIBX_xacYnnBYEDPI9DbSnxUJtgxKQg9qSBlYg,934
|
|
17
|
+
win32more/Microsoft/UI/System/__init__.py,sha256=xy-amtK-mT_i8ZGnIVqhwz7aomI6IHDsjorXXtIRXo0,2589
|
|
18
|
+
win32more/Microsoft/UI/Text/__init__.py,sha256=335GnwulTp8DslJplo27hjMDC-U4J4m_GS6M8AtgGG4,52926
|
|
19
|
+
win32more/Microsoft/UI/Windowing/__init__.py,sha256=N12h4zXeYO_UgnWtiW9VcMaxTxcnVV1qjvX50TOiY8g,57708
|
|
20
|
+
win32more/Microsoft/UI/Xaml/__init__.py,sha256=nbuH6LoRVB1l4O8uP_7cLnGvvC9ihFVtOol7FTPs6gI,397040
|
|
21
|
+
win32more/Microsoft/UI/Xaml/Automation/__init__.py,sha256=ZnlDh5CD4SVUw-lxEN2kXaL6m5uWeOwgFoNrFcMKbug,115915
|
|
22
|
+
win32more/Microsoft/UI/Xaml/Automation/Peers/__init__.py,sha256=gfMHJrcQmUcQo1Egf61Ssjno6oMdR0Yuk9BauFjMZYQ,243834
|
|
23
|
+
win32more/Microsoft/UI/Xaml/Automation/Provider/__init__.py,sha256=Vew552Fi4dXmuMzc62RrbptqQQz6gMDBWbLNCArZZww,25356
|
|
24
|
+
win32more/Microsoft/UI/Xaml/Automation/Text/__init__.py,sha256=J1Z7193tQnN3OkHIqeSnL_JJNW5y0DniYRqLcUSM5jo,371
|
|
25
|
+
win32more/Microsoft/UI/Xaml/Controls/__init__.py,sha256=sMyV5Yvf2DdFSEaNTxPdK4o_LnE0zYExaFrcmuLkYZo,2148131
|
|
26
|
+
win32more/Microsoft/UI/Xaml/Controls/AnimatedVisuals/__init__.py,sha256=NfVgUuSULtAVZV51Bt93mFdYYDbeHKf6O8mpNqQ5fXg,12004
|
|
27
|
+
win32more/Microsoft/UI/Xaml/Controls/Primitives/__init__.py,sha256=4_LBrid81aF6SNsUSaHJg5hmF8Lqpdb-1w4rYfXZT-0,466283
|
|
28
|
+
win32more/Microsoft/UI/Xaml/Core/Direct/__init__.py,sha256=WjOSVwEZubNT1S-2L5nBNRtVHIFZrjrAK8lJgY56CzI,185
|
|
29
|
+
win32more/Microsoft/UI/Xaml/Data/__init__.py,sha256=42U0vq8cNPIOroG7YGIzDomy7rJyhSSXuRc0Cmde1ik,38222
|
|
30
|
+
win32more/Microsoft/UI/Xaml/Documents/__init__.py,sha256=Dk4BkNHshcc-o_UtjeBlskPc-FQ27a4HEyy0OzOVM9Y,143973
|
|
31
|
+
win32more/Microsoft/UI/Xaml/Hosting/__init__.py,sha256=g1ab_VGhfe594_a8zy3Jy6lGQritH_WxjpcJ-IlKy7I,23790
|
|
32
|
+
win32more/Microsoft/UI/Xaml/Input/__init__.py,sha256=tqWfk_GuJ3n_df1Xm_LjGZFz-Gr4sJOr8e6P7ieOf3g,120771
|
|
33
|
+
win32more/Microsoft/UI/Xaml/Interop/__init__.py,sha256=ZEOnisYNnvDh_JqkNvX15bMVcaYoc8WFJNYrRxZoJt8,8251
|
|
34
|
+
win32more/Microsoft/UI/Xaml/Markup/__init__.py,sha256=fzo62OJINAbH3HHvzovqd-SeoxwNpfSnYEcnzTTXDrI,25669
|
|
35
|
+
win32more/Microsoft/UI/Xaml/Media/__init__.py,sha256=F-GvsPlsNiZVhqQpXJeUyHLBseFnBdKI7bslk7cd4R4,220195
|
|
36
|
+
win32more/Microsoft/UI/Xaml/Media/Animation/__init__.py,sha256=hfn4rHBjC1O0xxHUaDYCRhZziGzLIUh5C9_S-6Ass8c,278271
|
|
37
|
+
win32more/Microsoft/UI/Xaml/Media/Imaging/__init__.py,sha256=yxVFKHbzz2dNi6Dp65WYvj1he-Iwk9VvQtvaYgnRLYQ,42447
|
|
38
|
+
win32more/Microsoft/UI/Xaml/Media/Media3D/__init__.py,sha256=3pmFZ0CZQmV_5GCltU1uzs4W_w1nUxdEReG0ADsZy1U,22457
|
|
39
|
+
win32more/Microsoft/UI/Xaml/Navigation/__init__.py,sha256=58BhHQchByS4MQo55qyBOitPKNsfD6Q65XfWozATX5g,15455
|
|
40
|
+
win32more/Microsoft/UI/Xaml/Printing/__init__.py,sha256=wE6-s5r_MEb2tbnUMXsSU0fo-69whiaSd1oyGlOLEwE,11439
|
|
41
|
+
win32more/Microsoft/UI/Xaml/Resources/__init__.py,sha256=zaftaX0Z-OqjOZp-5xjw_x4h6mbB7AO1QN0PnuasItk,3361
|
|
42
|
+
win32more/Microsoft/UI/Xaml/Shapes/__init__.py,sha256=7RWAUodNJyWTjvZu5dDKb5cV2f-BGk8L_4akpM9xx4Q,30992
|
|
43
|
+
win32more/Microsoft/UI/Xaml/XamlTypeInfo/__init__.py,sha256=CsgOE_svpH_moSFAUCQFZWaxzZeeAEQ-p1w-DNLKQBQ,2211
|
|
44
|
+
win32more/Microsoft/Web/WebView2/Core/__init__.py,sha256=q5YzTq_HD-BklWN89fy11960oG_aKnBF9yBtRksfMjw,315445
|
|
45
|
+
win32more/Microsoft/Windows/AppLifecycle/__init__.py,sha256=HMKTbKGoWfTfA0cyqA6_mcosViTmpklmpwiKWgok46w,10183
|
|
46
|
+
win32more/Microsoft/Windows/AppNotifications/__init__.py,sha256=C0WlcU073vw_HNCcXOb3vUav7B-utYIA9fhYu4viZOE,21474
|
|
47
|
+
win32more/Microsoft/Windows/AppNotifications/Builder/__init__.py,sha256=jPcZJtAPayOZVGN3DZKtuGiNdRN-Hw1RFnA6uYvfmUc,44204
|
|
48
|
+
win32more/Microsoft/Windows/ApplicationModel/DynamicDependency/__init__.py,sha256=a1GAeUoyM8sSLm59sZsafJIypa3w8qJPo66uZB8U-MI,17689
|
|
49
|
+
win32more/Microsoft/Windows/ApplicationModel/Resources/__init__.py,sha256=YoKXL1P_w9JlLJvzfuotuIpxP7-sEoUlou04VBAqBgI,22487
|
|
50
|
+
win32more/Microsoft/Windows/ApplicationModel/WindowsAppRuntime/__init__.py,sha256=ThE8-Bx_wbM3WFsq2olc1xtKtM6SupJQRyp4sgDrPCs,7464
|
|
51
|
+
win32more/Microsoft/Windows/Management/Deployment/__init__.py,sha256=IkM1lo7w-t_RWTh0riusS2-T7aWoPPDHIFAnqF6nCfM,92744
|
|
52
|
+
win32more/Microsoft/Windows/PushNotifications/__init__.py,sha256=2pXcCusNn76F3Bt9f7hpLBacTVuAtkSsOVcyWQAgiSE,9672
|
|
53
|
+
win32more/Microsoft/Windows/Security/AccessControl/__init__.py,sha256=bEplGy_jueooNgb8m5TGHEKVkTXWBbYRdgLcNtTI8DE,1938
|
|
54
|
+
win32more/Microsoft/Windows/System/__init__.py,sha256=nfm68OJeDJp-GlH9RCJIcTpISqMBB9GElf_MJ0Nuuv0,4558
|
|
55
|
+
win32more/Microsoft/Windows/System/Power/__init__.py,sha256=XfShesmPKNrekgLD_KnEWiKZdk6t0btIMqWSYop_ONI,16057
|
|
56
|
+
win32more/Microsoft/Windows/Widgets/__init__.py,sha256=65hBjt1jubeYvSXWnzcAI34jdopyV9McUtuODehYdqU,256
|
|
57
|
+
win32more/Microsoft/Windows/Widgets/Feeds/Providers/__init__.py,sha256=AS90doF4zQooo13KlHp6b0DMh_kJylieJX15zMUWN44,11703
|
|
58
|
+
win32more/Microsoft/Windows/Widgets/Providers/__init__.py,sha256=h8FG64z9bp7yGSFSJ4eHEplrKWhXTjZPjTf8I4GZEyM,19097
|
|
59
|
+
win32more/appsdk/versioninfo.py,sha256=8Fu-x6ImCY8UyUl2ET1NP7PYZzlY7qePUkxknlKUZ3c,149
|
|
60
|
+
win32more/dll/arm64/Microsoft.WindowsAppRuntime.Bootstrap.dll,sha256=1euFPKDlrQ_olmFRD50XsN_oCBAMiNQlDddzCKZvJWc,388136
|
|
61
|
+
win32more/dll/x64/Microsoft.WindowsAppRuntime.Bootstrap.dll,sha256=jZVub3QPwB0dDW7iYf87kJJqYEyDbOZUo5C9COubX-s,391200
|
|
62
|
+
win32more/dll/x86/Microsoft.WindowsAppRuntime.Bootstrap.dll,sha256=rk6p-n3dZ1fT_pifA41DTqb629xqVHOtc1BCwtKPkSI,342976
|
|
63
|
+
win32more_microsoft_windowsappsdk-0.6.1.5.240227000.dist-info/METADATA,sha256=JJPyIxXuJtFXijMPqULu53syxRLQUF8i3uWacRp6YKU,173
|
|
64
|
+
win32more_microsoft_windowsappsdk-0.6.1.5.240227000.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
|
|
65
|
+
win32more_microsoft_windowsappsdk-0.6.1.5.240227000.dist-info/licenses/LICENSE (Microsoft.WindowsAppSDK).txt,sha256=s-4tv980OTZQta_MSYgXPrBvs8-5SQYFj3byRJTfD9w,12291
|
|
66
|
+
win32more_microsoft_windowsappsdk-0.6.1.5.240227000.dist-info/RECORD,,
|