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
|
@@ -14,13 +14,13 @@ class CharacterReceivedEventArgs(ComPtr):
|
|
|
14
14
|
default_interface: win32more.Microsoft.UI.Input.ICharacterReceivedEventArgs
|
|
15
15
|
_classid_ = 'Microsoft.UI.Input.CharacterReceivedEventArgs'
|
|
16
16
|
@winrt_mixinmethod
|
|
17
|
-
def
|
|
17
|
+
def get_KeyStatus(self: win32more.Microsoft.UI.Input.ICharacterReceivedEventArgs) -> win32more.Microsoft.UI.Input.PhysicalKeyStatus: ...
|
|
18
18
|
@winrt_mixinmethod
|
|
19
|
-
def
|
|
19
|
+
def put_Handled(self: win32more.Microsoft.UI.Input.ICharacterReceivedEventArgs, value: Boolean) -> Void: ...
|
|
20
20
|
@winrt_mixinmethod
|
|
21
21
|
def get_KeyCode(self: win32more.Microsoft.UI.Input.ICharacterReceivedEventArgs) -> UInt32: ...
|
|
22
22
|
@winrt_mixinmethod
|
|
23
|
-
def
|
|
23
|
+
def get_Handled(self: win32more.Microsoft.UI.Input.ICharacterReceivedEventArgs) -> Boolean: ...
|
|
24
24
|
Handled = property(get_Handled, put_Handled)
|
|
25
25
|
KeyCode = property(get_KeyCode, None)
|
|
26
26
|
KeyStatus = property(get_KeyStatus, None)
|
|
@@ -29,9 +29,9 @@ class ContextMenuKeyEventArgs(ComPtr):
|
|
|
29
29
|
default_interface: win32more.Microsoft.UI.Input.IContextMenuKeyEventArgs
|
|
30
30
|
_classid_ = 'Microsoft.UI.Input.ContextMenuKeyEventArgs'
|
|
31
31
|
@winrt_mixinmethod
|
|
32
|
-
def get_Handled(self: win32more.Microsoft.UI.Input.IContextMenuKeyEventArgs) -> Boolean: ...
|
|
33
|
-
@winrt_mixinmethod
|
|
34
32
|
def put_Handled(self: win32more.Microsoft.UI.Input.IContextMenuKeyEventArgs, value: Boolean) -> Void: ...
|
|
33
|
+
@winrt_mixinmethod
|
|
34
|
+
def get_Handled(self: win32more.Microsoft.UI.Input.IContextMenuKeyEventArgs) -> Boolean: ...
|
|
35
35
|
Handled = property(get_Handled, put_Handled)
|
|
36
36
|
class CrossSlideThresholds(Structure):
|
|
37
37
|
_name_ = 'Microsoft.UI.Input.CrossSlideThresholds'
|
|
@@ -53,6 +53,7 @@ class CrossSlidingEventArgs(ComPtr):
|
|
|
53
53
|
PointerDeviceType = property(get_PointerDeviceType, None)
|
|
54
54
|
Position = property(get_Position, None)
|
|
55
55
|
class CrossSlidingState(Enum, Int32):
|
|
56
|
+
_name_ = 'Microsoft.UI.Input.CrossSlidingState'
|
|
56
57
|
Started = 0
|
|
57
58
|
Dragging = 1
|
|
58
59
|
Selecting = 2
|
|
@@ -74,6 +75,7 @@ class DraggingEventArgs(ComPtr):
|
|
|
74
75
|
PointerDeviceType = property(get_PointerDeviceType, None)
|
|
75
76
|
Position = property(get_Position, None)
|
|
76
77
|
class DraggingState(Enum, Int32):
|
|
78
|
+
_name_ = 'Microsoft.UI.Input.DraggingState'
|
|
77
79
|
Started = 0
|
|
78
80
|
Continuing = 1
|
|
79
81
|
Completed = 2
|
|
@@ -122,6 +124,7 @@ class FocusChangedEventArgs(ComPtr):
|
|
|
122
124
|
def put_Handled(self: win32more.Microsoft.UI.Input.IFocusChangedEventArgs, value: Boolean) -> Void: ...
|
|
123
125
|
Handled = property(get_Handled, put_Handled)
|
|
124
126
|
class FocusNavigationReason(Enum, Int32):
|
|
127
|
+
_name_ = 'Microsoft.UI.Input.FocusNavigationReason'
|
|
125
128
|
Programmatic = 0
|
|
126
129
|
Restore = 1
|
|
127
130
|
First = 2
|
|
@@ -162,6 +165,7 @@ class FocusNavigationRequestEventArgs(ComPtr):
|
|
|
162
165
|
Request = property(get_Request, None)
|
|
163
166
|
Result = property(get_Result, put_Result)
|
|
164
167
|
class FocusNavigationResult(Enum, Int32):
|
|
168
|
+
_name_ = 'Microsoft.UI.Input.FocusNavigationResult'
|
|
165
169
|
NotMoved = 0
|
|
166
170
|
Moved = 1
|
|
167
171
|
NoFocusableElements = 2
|
|
@@ -187,7 +191,7 @@ class GestureRecognizer(ComPtr):
|
|
|
187
191
|
@winrt_mixinmethod
|
|
188
192
|
def put_CrossSlideExact(self: win32more.Microsoft.UI.Input.IGestureRecognizer, value: Boolean) -> Void: ...
|
|
189
193
|
@winrt_mixinmethod
|
|
190
|
-
def
|
|
194
|
+
def put_ManipulationExact(self: win32more.Microsoft.UI.Input.IGestureRecognizer, value: Boolean) -> Void: ...
|
|
191
195
|
@winrt_mixinmethod
|
|
192
196
|
def put_CrossSlideHorizontally(self: win32more.Microsoft.UI.Input.IGestureRecognizer, value: Boolean) -> Void: ...
|
|
193
197
|
@winrt_mixinmethod
|
|
@@ -227,7 +231,7 @@ class GestureRecognizer(ComPtr):
|
|
|
227
231
|
@winrt_mixinmethod
|
|
228
232
|
def put_InertiaRotationDeceleration(self: win32more.Microsoft.UI.Input.IGestureRecognizer, value: Single) -> Void: ...
|
|
229
233
|
@winrt_mixinmethod
|
|
230
|
-
def
|
|
234
|
+
def get_InertiaTranslationDeceleration(self: win32more.Microsoft.UI.Input.IGestureRecognizer) -> Single: ...
|
|
231
235
|
@winrt_mixinmethod
|
|
232
236
|
def put_InertiaTranslationDeceleration(self: win32more.Microsoft.UI.Input.IGestureRecognizer, value: Single) -> Void: ...
|
|
233
237
|
@winrt_mixinmethod
|
|
@@ -237,7 +241,7 @@ class GestureRecognizer(ComPtr):
|
|
|
237
241
|
@winrt_mixinmethod
|
|
238
242
|
def get_ManipulationExact(self: win32more.Microsoft.UI.Input.IGestureRecognizer) -> Boolean: ...
|
|
239
243
|
@winrt_mixinmethod
|
|
240
|
-
def
|
|
244
|
+
def get_AutoProcessInertia(self: win32more.Microsoft.UI.Input.IGestureRecognizer) -> Boolean: ...
|
|
241
245
|
@winrt_mixinmethod
|
|
242
246
|
def get_MouseWheelParameters(self: win32more.Microsoft.UI.Input.IGestureRecognizer) -> win32more.Microsoft.UI.Input.MouseWheelParameters: ...
|
|
243
247
|
@winrt_mixinmethod
|
|
@@ -322,6 +326,7 @@ class GestureRecognizer(ComPtr):
|
|
|
322
326
|
RightTapped = event(add_RightTapped, remove_RightTapped)
|
|
323
327
|
Tapped = event(add_Tapped, remove_Tapped)
|
|
324
328
|
class GestureSettings(Enum, UInt32):
|
|
329
|
+
_name_ = 'Microsoft.UI.Input.GestureSettings'
|
|
325
330
|
None_ = 0
|
|
326
331
|
Tap = 1
|
|
327
332
|
DoubleTap = 2
|
|
@@ -354,6 +359,7 @@ class HoldingEventArgs(ComPtr):
|
|
|
354
359
|
PointerDeviceType = property(get_PointerDeviceType, None)
|
|
355
360
|
Position = property(get_Position, None)
|
|
356
361
|
class HoldingState(Enum, Int32):
|
|
362
|
+
_name_ = 'Microsoft.UI.Input.HoldingState'
|
|
357
363
|
Started = 0
|
|
358
364
|
Completed = 1
|
|
359
365
|
Canceled = 2
|
|
@@ -1411,9 +1417,9 @@ class InputActivationListener(ComPtr):
|
|
|
1411
1417
|
@winrt_mixinmethod
|
|
1412
1418
|
def remove_InputActivationChanged(self: win32more.Microsoft.UI.Input.IInputActivationListener, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
1413
1419
|
@winrt_mixinmethod
|
|
1414
|
-
def add_InputActivationChanged(self: win32more.Microsoft.UI.Input.IInputActivationListener, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputActivationListener, win32more.Microsoft.UI.Input.InputActivationListenerActivationChangedEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
1415
|
-
@winrt_mixinmethod
|
|
1416
1420
|
def get_State(self: win32more.Microsoft.UI.Input.IInputActivationListener) -> win32more.Microsoft.UI.Input.InputActivationState: ...
|
|
1421
|
+
@winrt_mixinmethod
|
|
1422
|
+
def add_InputActivationChanged(self: win32more.Microsoft.UI.Input.IInputActivationListener, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputActivationListener, win32more.Microsoft.UI.Input.InputActivationListenerActivationChangedEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
1417
1423
|
@winrt_classmethod
|
|
1418
1424
|
def GetForIsland(cls: win32more.Microsoft.UI.Input.IInputActivationListenerStatics2, island: win32more.Microsoft.UI.Content.ContentIsland) -> win32more.Microsoft.UI.Input.InputActivationListener: ...
|
|
1419
1425
|
@winrt_classmethod
|
|
@@ -1425,6 +1431,7 @@ class InputActivationListenerActivationChangedEventArgs(ComPtr):
|
|
|
1425
1431
|
default_interface: win32more.Microsoft.UI.Input.IInputActivationListenerActivationChangedEventArgs
|
|
1426
1432
|
_classid_ = 'Microsoft.UI.Input.InputActivationListenerActivationChangedEventArgs'
|
|
1427
1433
|
class InputActivationState(Enum, Int32):
|
|
1434
|
+
_name_ = 'Microsoft.UI.Input.InputActivationState'
|
|
1428
1435
|
None_ = 0
|
|
1429
1436
|
Deactivated = 1
|
|
1430
1437
|
Activated = 2
|
|
@@ -1460,9 +1467,9 @@ class InputDesktopResourceCursor(ComPtr):
|
|
|
1460
1467
|
default_interface: win32more.Microsoft.UI.Input.IInputDesktopResourceCursor
|
|
1461
1468
|
_classid_ = 'Microsoft.UI.Input.InputDesktopResourceCursor'
|
|
1462
1469
|
@winrt_mixinmethod
|
|
1463
|
-
def get_ResourceId(self: win32more.Microsoft.UI.Input.IInputDesktopResourceCursor) -> UInt32: ...
|
|
1464
|
-
@winrt_mixinmethod
|
|
1465
1470
|
def get_ModuleName(self: win32more.Microsoft.UI.Input.IInputDesktopResourceCursor) -> hstr: ...
|
|
1471
|
+
@winrt_mixinmethod
|
|
1472
|
+
def get_ResourceId(self: win32more.Microsoft.UI.Input.IInputDesktopResourceCursor) -> UInt32: ...
|
|
1466
1473
|
@winrt_classmethod
|
|
1467
1474
|
def Create(cls: win32more.Microsoft.UI.Input.IInputDesktopResourceCursorStatics, resourceId: UInt32) -> win32more.Microsoft.UI.Input.InputDesktopResourceCursor: ...
|
|
1468
1475
|
@winrt_classmethod
|
|
@@ -1528,11 +1535,11 @@ class InputKeyboardSource(ComPtr):
|
|
|
1528
1535
|
@winrt_mixinmethod
|
|
1529
1536
|
def add_ContextMenuKey(self: win32more.Microsoft.UI.Input.IInputKeyboardSource2, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputKeyboardSource, win32more.Microsoft.UI.Input.ContextMenuKeyEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
1530
1537
|
@winrt_mixinmethod
|
|
1531
|
-
def
|
|
1538
|
+
def remove_ContextMenuKey(self: win32more.Microsoft.UI.Input.IInputKeyboardSource2, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
1532
1539
|
@winrt_mixinmethod
|
|
1533
1540
|
def add_KeyDown(self: win32more.Microsoft.UI.Input.IInputKeyboardSource2, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputKeyboardSource, win32more.Microsoft.UI.Input.KeyEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
1534
1541
|
@winrt_mixinmethod
|
|
1535
|
-
def
|
|
1542
|
+
def GetKeyState(self: win32more.Microsoft.UI.Input.IInputKeyboardSource2, virtualKey: win32more.Windows.System.VirtualKey) -> win32more.Microsoft.UI.Input.VirtualKeyStates: ...
|
|
1536
1543
|
@winrt_mixinmethod
|
|
1537
1544
|
def add_KeyUp(self: win32more.Microsoft.UI.Input.IInputKeyboardSource2, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputKeyboardSource, win32more.Microsoft.UI.Input.KeyEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
1538
1545
|
@winrt_mixinmethod
|
|
@@ -1542,7 +1549,7 @@ class InputKeyboardSource(ComPtr):
|
|
|
1542
1549
|
@winrt_mixinmethod
|
|
1543
1550
|
def remove_SystemKeyDown(self: win32more.Microsoft.UI.Input.IInputKeyboardSource2, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
1544
1551
|
@winrt_mixinmethod
|
|
1545
|
-
def
|
|
1552
|
+
def GetCurrentKeyState(self: win32more.Microsoft.UI.Input.IInputKeyboardSource2, virtualKey: win32more.Windows.System.VirtualKey) -> win32more.Microsoft.UI.Input.VirtualKeyStates: ...
|
|
1546
1553
|
@winrt_mixinmethod
|
|
1547
1554
|
def remove_SystemKeyUp(self: win32more.Microsoft.UI.Input.IInputKeyboardSource2, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
1548
1555
|
@winrt_mixinmethod
|
|
@@ -1562,9 +1569,9 @@ class InputLightDismissAction(ComPtr):
|
|
|
1562
1569
|
default_interface: win32more.Microsoft.UI.Input.IInputLightDismissAction
|
|
1563
1570
|
_classid_ = 'Microsoft.UI.Input.InputLightDismissAction'
|
|
1564
1571
|
@winrt_mixinmethod
|
|
1565
|
-
def add_Dismissed(self: win32more.Microsoft.UI.Input.IInputLightDismissAction, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputLightDismissAction, win32more.Microsoft.UI.Input.InputLightDismissEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
1566
|
-
@winrt_mixinmethod
|
|
1567
1572
|
def remove_Dismissed(self: win32more.Microsoft.UI.Input.IInputLightDismissAction, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
1573
|
+
@winrt_mixinmethod
|
|
1574
|
+
def add_Dismissed(self: win32more.Microsoft.UI.Input.IInputLightDismissAction, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputLightDismissAction, win32more.Microsoft.UI.Input.InputLightDismissEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
1568
1575
|
@winrt_classmethod
|
|
1569
1576
|
def GetForWindowId(cls: win32more.Microsoft.UI.Input.IInputLightDismissActionStatics, windowId: win32more.Microsoft.UI.WindowId) -> win32more.Microsoft.UI.Input.InputLightDismissAction: ...
|
|
1570
1577
|
Dismissed = event(add_Dismissed, remove_Dismissed)
|
|
@@ -1593,7 +1600,7 @@ class InputNonClientPointerSource(ComPtr):
|
|
|
1593
1600
|
@winrt_mixinmethod
|
|
1594
1601
|
def remove_PointerEntered(self: win32more.Microsoft.UI.Input.IInputNonClientPointerSource, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
1595
1602
|
@winrt_mixinmethod
|
|
1596
|
-
def
|
|
1603
|
+
def add_PointerExited(self: win32more.Microsoft.UI.Input.IInputNonClientPointerSource, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputNonClientPointerSource, win32more.Microsoft.UI.Input.NonClientPointerEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
1597
1604
|
@winrt_mixinmethod
|
|
1598
1605
|
def remove_PointerExited(self: win32more.Microsoft.UI.Input.IInputNonClientPointerSource, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
1599
1606
|
@winrt_mixinmethod
|
|
@@ -1603,11 +1610,11 @@ class InputNonClientPointerSource(ComPtr):
|
|
|
1603
1610
|
@winrt_mixinmethod
|
|
1604
1611
|
def add_PointerPressed(self: win32more.Microsoft.UI.Input.IInputNonClientPointerSource, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputNonClientPointerSource, win32more.Microsoft.UI.Input.NonClientPointerEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
1605
1612
|
@winrt_mixinmethod
|
|
1606
|
-
def
|
|
1613
|
+
def remove_PointerReleased(self: win32more.Microsoft.UI.Input.IInputNonClientPointerSource, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
1607
1614
|
@winrt_mixinmethod
|
|
1608
1615
|
def add_PointerReleased(self: win32more.Microsoft.UI.Input.IInputNonClientPointerSource, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputNonClientPointerSource, win32more.Microsoft.UI.Input.NonClientPointerEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
1609
1616
|
@winrt_mixinmethod
|
|
1610
|
-
def
|
|
1617
|
+
def get_DispatcherQueue(self: win32more.Microsoft.UI.Input.IInputNonClientPointerSource) -> win32more.Microsoft.UI.Dispatching.DispatcherQueue: ...
|
|
1611
1618
|
@winrt_mixinmethod
|
|
1612
1619
|
def add_RegionsChanged(self: win32more.Microsoft.UI.Input.IInputNonClientPointerSource, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputNonClientPointerSource, win32more.Microsoft.UI.Input.NonClientRegionsChangedEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
1613
1620
|
@winrt_mixinmethod
|
|
@@ -1661,15 +1668,17 @@ class InputPointerSource(ComPtr):
|
|
|
1661
1668
|
default_interface: win32more.Microsoft.UI.Input.IInputPointerSource
|
|
1662
1669
|
_classid_ = 'Microsoft.UI.Input.InputPointerSource'
|
|
1663
1670
|
@winrt_mixinmethod
|
|
1664
|
-
def
|
|
1671
|
+
def remove_PointerCaptureLost(self: win32more.Microsoft.UI.Input.IInputPointerSource, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
1672
|
+
@winrt_mixinmethod
|
|
1673
|
+
def put_Cursor(self: win32more.Microsoft.UI.Input.IInputPointerSource, value: win32more.Microsoft.UI.Input.InputCursor) -> Void: ...
|
|
1665
1674
|
@winrt_mixinmethod
|
|
1666
1675
|
def get_DeviceKinds(self: win32more.Microsoft.UI.Input.IInputPointerSource) -> win32more.Microsoft.UI.Input.InputPointerSourceDeviceKinds: ...
|
|
1667
1676
|
@winrt_mixinmethod
|
|
1668
1677
|
def add_PointerCaptureLost(self: win32more.Microsoft.UI.Input.IInputPointerSource, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputPointerSource, win32more.Microsoft.UI.Input.PointerEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
1669
1678
|
@winrt_mixinmethod
|
|
1670
|
-
def
|
|
1679
|
+
def get_Cursor(self: win32more.Microsoft.UI.Input.IInputPointerSource) -> win32more.Microsoft.UI.Input.InputCursor: ...
|
|
1671
1680
|
@winrt_mixinmethod
|
|
1672
|
-
def
|
|
1681
|
+
def add_PointerEntered(self: win32more.Microsoft.UI.Input.IInputPointerSource, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputPointerSource, win32more.Microsoft.UI.Input.PointerEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
1673
1682
|
@winrt_mixinmethod
|
|
1674
1683
|
def remove_PointerEntered(self: win32more.Microsoft.UI.Input.IInputPointerSource, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
1675
1684
|
@winrt_mixinmethod
|
|
@@ -1704,8 +1713,6 @@ class InputPointerSource(ComPtr):
|
|
|
1704
1713
|
def add_PointerWheelChanged(self: win32more.Microsoft.UI.Input.IInputPointerSource, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputPointerSource, win32more.Microsoft.UI.Input.PointerEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
1705
1714
|
@winrt_mixinmethod
|
|
1706
1715
|
def remove_PointerWheelChanged(self: win32more.Microsoft.UI.Input.IInputPointerSource, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
1707
|
-
@winrt_mixinmethod
|
|
1708
|
-
def get_Cursor(self: win32more.Microsoft.UI.Input.IInputPointerSource) -> win32more.Microsoft.UI.Input.InputCursor: ...
|
|
1709
1716
|
@winrt_classmethod
|
|
1710
1717
|
def GetForIsland(cls: win32more.Microsoft.UI.Input.IInputPointerSourceStatics, island: win32more.Microsoft.UI.Content.ContentIsland) -> win32more.Microsoft.UI.Input.InputPointerSource: ...
|
|
1711
1718
|
Cursor = property(get_Cursor, put_Cursor)
|
|
@@ -1721,6 +1728,7 @@ class InputPointerSource(ComPtr):
|
|
|
1721
1728
|
PointerRoutedTo = event(add_PointerRoutedTo, remove_PointerRoutedTo)
|
|
1722
1729
|
PointerWheelChanged = event(add_PointerWheelChanged, remove_PointerWheelChanged)
|
|
1723
1730
|
class InputPointerSourceDeviceKinds(Enum, UInt32):
|
|
1731
|
+
_name_ = 'Microsoft.UI.Input.InputPointerSourceDeviceKinds'
|
|
1724
1732
|
None_ = 0
|
|
1725
1733
|
Touch = 1
|
|
1726
1734
|
Pen = 2
|
|
@@ -1741,6 +1749,7 @@ class InputSystemCursor(ComPtr):
|
|
|
1741
1749
|
def Create(cls: win32more.Microsoft.UI.Input.IInputSystemCursorStatics, type: win32more.Microsoft.UI.Input.InputSystemCursorShape) -> win32more.Microsoft.UI.Input.InputSystemCursor: ...
|
|
1742
1750
|
CursorShape = property(get_CursorShape, None)
|
|
1743
1751
|
class InputSystemCursorShape(Enum, Int32):
|
|
1752
|
+
_name_ = 'Microsoft.UI.Input.InputSystemCursorShape'
|
|
1744
1753
|
Arrow = 0
|
|
1745
1754
|
Cross = 1
|
|
1746
1755
|
Hand = 3
|
|
@@ -1762,13 +1771,13 @@ class KeyEventArgs(ComPtr):
|
|
|
1762
1771
|
default_interface: win32more.Microsoft.UI.Input.IKeyEventArgs
|
|
1763
1772
|
_classid_ = 'Microsoft.UI.Input.KeyEventArgs'
|
|
1764
1773
|
@winrt_mixinmethod
|
|
1765
|
-
def get_Timestamp(self: win32more.Microsoft.UI.Input.IKeyEventArgs) -> UInt64: ...
|
|
1766
|
-
@winrt_mixinmethod
|
|
1767
1774
|
def put_Handled(self: win32more.Microsoft.UI.Input.IKeyEventArgs, value: Boolean) -> Void: ...
|
|
1768
1775
|
@winrt_mixinmethod
|
|
1776
|
+
def get_Handled(self: win32more.Microsoft.UI.Input.IKeyEventArgs) -> Boolean: ...
|
|
1777
|
+
@winrt_mixinmethod
|
|
1769
1778
|
def get_KeyStatus(self: win32more.Microsoft.UI.Input.IKeyEventArgs) -> win32more.Microsoft.UI.Input.PhysicalKeyStatus: ...
|
|
1770
1779
|
@winrt_mixinmethod
|
|
1771
|
-
def
|
|
1780
|
+
def get_Timestamp(self: win32more.Microsoft.UI.Input.IKeyEventArgs) -> UInt64: ...
|
|
1772
1781
|
@winrt_mixinmethod
|
|
1773
1782
|
def get_VirtualKey(self: win32more.Microsoft.UI.Input.IKeyEventArgs) -> win32more.Windows.System.VirtualKey: ...
|
|
1774
1783
|
Handled = property(get_Handled, put_Handled)
|
|
@@ -1780,10 +1789,10 @@ class ManipulationCompletedEventArgs(ComPtr):
|
|
|
1780
1789
|
default_interface: win32more.Microsoft.UI.Input.IManipulationCompletedEventArgs
|
|
1781
1790
|
_classid_ = 'Microsoft.UI.Input.ManipulationCompletedEventArgs'
|
|
1782
1791
|
@winrt_mixinmethod
|
|
1783
|
-
def get_PointerDeviceType(self: win32more.Microsoft.UI.Input.IManipulationCompletedEventArgs) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
|
|
1784
|
-
@winrt_mixinmethod
|
|
1785
1792
|
def get_Cumulative(self: win32more.Microsoft.UI.Input.IManipulationCompletedEventArgs) -> win32more.Microsoft.UI.Input.ManipulationDelta: ...
|
|
1786
1793
|
@winrt_mixinmethod
|
|
1794
|
+
def get_PointerDeviceType(self: win32more.Microsoft.UI.Input.IManipulationCompletedEventArgs) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
|
|
1795
|
+
@winrt_mixinmethod
|
|
1787
1796
|
def get_Position(self: win32more.Microsoft.UI.Input.IManipulationCompletedEventArgs) -> win32more.Windows.Foundation.Point: ...
|
|
1788
1797
|
@winrt_mixinmethod
|
|
1789
1798
|
def get_Velocities(self: win32more.Microsoft.UI.Input.IManipulationCompletedEventArgs) -> win32more.Microsoft.UI.Input.ManipulationVelocities: ...
|
|
@@ -1823,9 +1832,9 @@ class ManipulationStartedEventArgs(ComPtr):
|
|
|
1823
1832
|
@winrt_mixinmethod
|
|
1824
1833
|
def get_Position(self: win32more.Microsoft.UI.Input.IManipulationStartedEventArgs) -> win32more.Windows.Foundation.Point: ...
|
|
1825
1834
|
@winrt_mixinmethod
|
|
1826
|
-
def get_PointerDeviceType(self: win32more.Microsoft.UI.Input.IManipulationStartedEventArgs) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
|
|
1827
|
-
@winrt_mixinmethod
|
|
1828
1835
|
def get_Cumulative(self: win32more.Microsoft.UI.Input.IManipulationStartedEventArgs) -> win32more.Microsoft.UI.Input.ManipulationDelta: ...
|
|
1836
|
+
@winrt_mixinmethod
|
|
1837
|
+
def get_PointerDeviceType(self: win32more.Microsoft.UI.Input.IManipulationStartedEventArgs) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
|
|
1829
1838
|
Cumulative = property(get_Cumulative, None)
|
|
1830
1839
|
PointerDeviceType = property(get_PointerDeviceType, None)
|
|
1831
1840
|
Position = property(get_Position, None)
|
|
@@ -1834,15 +1843,15 @@ class ManipulationUpdatedEventArgs(ComPtr):
|
|
|
1834
1843
|
default_interface: win32more.Microsoft.UI.Input.IManipulationUpdatedEventArgs
|
|
1835
1844
|
_classid_ = 'Microsoft.UI.Input.ManipulationUpdatedEventArgs'
|
|
1836
1845
|
@winrt_mixinmethod
|
|
1837
|
-
def
|
|
1846
|
+
def get_Cumulative(self: win32more.Microsoft.UI.Input.IManipulationUpdatedEventArgs) -> win32more.Microsoft.UI.Input.ManipulationDelta: ...
|
|
1838
1847
|
@winrt_mixinmethod
|
|
1839
|
-
def
|
|
1848
|
+
def get_Delta(self: win32more.Microsoft.UI.Input.IManipulationUpdatedEventArgs) -> win32more.Microsoft.UI.Input.ManipulationDelta: ...
|
|
1840
1849
|
@winrt_mixinmethod
|
|
1841
1850
|
def get_PointerDeviceType(self: win32more.Microsoft.UI.Input.IManipulationUpdatedEventArgs) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
|
|
1842
1851
|
@winrt_mixinmethod
|
|
1843
1852
|
def get_Position(self: win32more.Microsoft.UI.Input.IManipulationUpdatedEventArgs) -> win32more.Windows.Foundation.Point: ...
|
|
1844
1853
|
@winrt_mixinmethod
|
|
1845
|
-
def
|
|
1854
|
+
def get_Velocities(self: win32more.Microsoft.UI.Input.IManipulationUpdatedEventArgs) -> win32more.Microsoft.UI.Input.ManipulationVelocities: ...
|
|
1846
1855
|
Cumulative = property(get_Cumulative, None)
|
|
1847
1856
|
Delta = property(get_Delta, None)
|
|
1848
1857
|
PointerDeviceType = property(get_PointerDeviceType, None)
|
|
@@ -1858,12 +1867,12 @@ class MouseWheelParameters(ComPtr):
|
|
|
1858
1867
|
default_interface: win32more.Microsoft.UI.Input.IMouseWheelParameters
|
|
1859
1868
|
_classid_ = 'Microsoft.UI.Input.MouseWheelParameters'
|
|
1860
1869
|
@winrt_mixinmethod
|
|
1870
|
+
def get_CharTranslation(self: win32more.Microsoft.UI.Input.IMouseWheelParameters) -> win32more.Windows.Foundation.Point: ...
|
|
1871
|
+
@winrt_mixinmethod
|
|
1861
1872
|
def put_CharTranslation(self: win32more.Microsoft.UI.Input.IMouseWheelParameters, value: win32more.Windows.Foundation.Point) -> Void: ...
|
|
1862
1873
|
@winrt_mixinmethod
|
|
1863
1874
|
def get_DeltaScale(self: win32more.Microsoft.UI.Input.IMouseWheelParameters) -> Single: ...
|
|
1864
1875
|
@winrt_mixinmethod
|
|
1865
|
-
def get_CharTranslation(self: win32more.Microsoft.UI.Input.IMouseWheelParameters) -> win32more.Windows.Foundation.Point: ...
|
|
1866
|
-
@winrt_mixinmethod
|
|
1867
1876
|
def put_DeltaScale(self: win32more.Microsoft.UI.Input.IMouseWheelParameters, value: Single) -> Void: ...
|
|
1868
1877
|
@winrt_mixinmethod
|
|
1869
1878
|
def get_DeltaRotationAngle(self: win32more.Microsoft.UI.Input.IMouseWheelParameters) -> Single: ...
|
|
@@ -1878,6 +1887,7 @@ class MouseWheelParameters(ComPtr):
|
|
|
1878
1887
|
DeltaScale = property(get_DeltaScale, put_DeltaScale)
|
|
1879
1888
|
PageTranslation = property(get_PageTranslation, put_PageTranslation)
|
|
1880
1889
|
class MoveSizeOperation(Enum, Int32):
|
|
1890
|
+
_name_ = 'Microsoft.UI.Input.MoveSizeOperation'
|
|
1881
1891
|
Move = 0
|
|
1882
1892
|
SizeBottom = 1
|
|
1883
1893
|
SizeBottomLeft = 2
|
|
@@ -1914,6 +1924,7 @@ class NonClientPointerEventArgs(ComPtr):
|
|
|
1914
1924
|
PointerDeviceType = property(get_PointerDeviceType, None)
|
|
1915
1925
|
RegionKind = property(get_RegionKind, None)
|
|
1916
1926
|
class NonClientRegionKind(Enum, Int32):
|
|
1927
|
+
_name_ = 'Microsoft.UI.Input.NonClientRegionKind'
|
|
1917
1928
|
Close = 0
|
|
1918
1929
|
Maximize = 1
|
|
1919
1930
|
Minimize = 2
|
|
@@ -1940,6 +1951,7 @@ class PhysicalKeyStatus(Structure):
|
|
|
1940
1951
|
WasKeyDown: Boolean
|
|
1941
1952
|
IsKeyReleased: Boolean
|
|
1942
1953
|
class PointerDeviceType(Enum, Int32):
|
|
1954
|
+
_name_ = 'Microsoft.UI.Input.PointerDeviceType'
|
|
1943
1955
|
Touch = 0
|
|
1944
1956
|
Pen = 1
|
|
1945
1957
|
Mouse = 2
|
|
@@ -1957,9 +1969,9 @@ class PointerEventArgs(ComPtr):
|
|
|
1957
1969
|
@winrt_mixinmethod
|
|
1958
1970
|
def get_KeyModifiers(self: win32more.Microsoft.UI.Input.IPointerEventArgs) -> win32more.Windows.System.VirtualKeyModifiers: ...
|
|
1959
1971
|
@winrt_mixinmethod
|
|
1960
|
-
def GetIntermediateTransformedPoints(self: win32more.Microsoft.UI.Input.IPointerEventArgs, transform: win32more.Microsoft.UI.Input.IPointerPointTransform) -> win32more.Windows.Foundation.Collections.IVector[win32more.Microsoft.UI.Input.PointerPoint]: ...
|
|
1961
|
-
@winrt_mixinmethod
|
|
1962
1972
|
def get_CurrentPoint(self: win32more.Microsoft.UI.Input.IPointerEventArgs) -> win32more.Microsoft.UI.Input.PointerPoint: ...
|
|
1973
|
+
@winrt_mixinmethod
|
|
1974
|
+
def GetIntermediateTransformedPoints(self: win32more.Microsoft.UI.Input.IPointerEventArgs, transform: win32more.Microsoft.UI.Input.IPointerPointTransform) -> win32more.Windows.Foundation.Collections.IVector[win32more.Microsoft.UI.Input.PointerPoint]: ...
|
|
1963
1975
|
CurrentPoint = property(get_CurrentPoint, None)
|
|
1964
1976
|
Handled = property(get_Handled, put_Handled)
|
|
1965
1977
|
KeyModifiers = property(get_KeyModifiers, None)
|
|
@@ -2074,6 +2086,7 @@ class PointerPredictor(ComPtr):
|
|
|
2074
2086
|
def CreateForInputPointerSource(cls: win32more.Microsoft.UI.Input.IPointerPredictorStatics, inputPointerSource: win32more.Microsoft.UI.Input.InputPointerSource) -> win32more.Microsoft.UI.Input.PointerPredictor: ...
|
|
2075
2087
|
PredictionTime = property(get_PredictionTime, put_PredictionTime)
|
|
2076
2088
|
class PointerUpdateKind(Enum, Int32):
|
|
2089
|
+
_name_ = 'Microsoft.UI.Input.PointerUpdateKind'
|
|
2077
2090
|
Other = 0
|
|
2078
2091
|
LeftButtonPressed = 1
|
|
2079
2092
|
LeftButtonReleased = 2
|
|
@@ -2100,15 +2113,16 @@ class TappedEventArgs(ComPtr):
|
|
|
2100
2113
|
default_interface: win32more.Microsoft.UI.Input.ITappedEventArgs
|
|
2101
2114
|
_classid_ = 'Microsoft.UI.Input.TappedEventArgs'
|
|
2102
2115
|
@winrt_mixinmethod
|
|
2103
|
-
def
|
|
2116
|
+
def get_TapCount(self: win32more.Microsoft.UI.Input.ITappedEventArgs) -> UInt32: ...
|
|
2104
2117
|
@winrt_mixinmethod
|
|
2105
2118
|
def get_Position(self: win32more.Microsoft.UI.Input.ITappedEventArgs) -> win32more.Windows.Foundation.Point: ...
|
|
2106
2119
|
@winrt_mixinmethod
|
|
2107
|
-
def
|
|
2120
|
+
def get_PointerDeviceType(self: win32more.Microsoft.UI.Input.ITappedEventArgs) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
|
|
2108
2121
|
PointerDeviceType = property(get_PointerDeviceType, None)
|
|
2109
2122
|
Position = property(get_Position, None)
|
|
2110
2123
|
TapCount = property(get_TapCount, None)
|
|
2111
2124
|
class VirtualKeyStates(Enum, UInt32):
|
|
2125
|
+
_name_ = 'Microsoft.UI.Input.VirtualKeyStates'
|
|
2112
2126
|
None_ = 0
|
|
2113
2127
|
Down = 1
|
|
2114
2128
|
Locked = 2
|
|
@@ -6,9 +6,11 @@ import win32more.Windows.Storage.Streams
|
|
|
6
6
|
import win32more.Windows.UI
|
|
7
7
|
import win32more.Windows.UI.Text
|
|
8
8
|
class CaretType(Enum, Int32):
|
|
9
|
+
_name_ = 'Microsoft.UI.Text.CaretType'
|
|
9
10
|
Normal = 0
|
|
10
11
|
Null = 1
|
|
11
12
|
class FindOptions(Enum, UInt32):
|
|
13
|
+
_name_ = 'Microsoft.UI.Text.FindOptions'
|
|
12
14
|
None_ = 0
|
|
13
15
|
Word = 2
|
|
14
16
|
Case = 4
|
|
@@ -52,11 +54,13 @@ class FontWeights(ComPtr, metaclass=_FontWeights_Meta_):
|
|
|
52
54
|
_FontWeights_Meta_.SemiLight = property(get_SemiLight, None)
|
|
53
55
|
_FontWeights_Meta_.Thin = property(get_Thin, None)
|
|
54
56
|
class FormatEffect(Enum, Int32):
|
|
57
|
+
_name_ = 'Microsoft.UI.Text.FormatEffect'
|
|
55
58
|
Off = 0
|
|
56
59
|
On = 1
|
|
57
60
|
Toggle = 2
|
|
58
61
|
Undefined = 3
|
|
59
62
|
class HorizontalCharacterAlignment(Enum, Int32):
|
|
63
|
+
_name_ = 'Microsoft.UI.Text.HorizontalCharacterAlignment'
|
|
60
64
|
Left = 0
|
|
61
65
|
Right = 1
|
|
62
66
|
Center = 2
|
|
@@ -611,9 +615,11 @@ class ITextSelection(ComPtr):
|
|
|
611
615
|
Options = property(get_Options, put_Options)
|
|
612
616
|
Type = property(get_Type, None)
|
|
613
617
|
class LetterCase(Enum, Int32):
|
|
618
|
+
_name_ = 'Microsoft.UI.Text.LetterCase'
|
|
614
619
|
Lower = 0
|
|
615
620
|
Upper = 1
|
|
616
621
|
class LineSpacingRule(Enum, Int32):
|
|
622
|
+
_name_ = 'Microsoft.UI.Text.LineSpacingRule'
|
|
617
623
|
Undefined = 0
|
|
618
624
|
Single = 1
|
|
619
625
|
OneAndHalf = 2
|
|
@@ -623,6 +629,7 @@ class LineSpacingRule(Enum, Int32):
|
|
|
623
629
|
Multiple = 6
|
|
624
630
|
Percent = 7
|
|
625
631
|
class LinkType(Enum, Int32):
|
|
632
|
+
_name_ = 'Microsoft.UI.Text.LinkType'
|
|
626
633
|
Undefined = 0
|
|
627
634
|
NotALink = 1
|
|
628
635
|
ClientLink = 2
|
|
@@ -633,11 +640,13 @@ class LinkType(Enum, Int32):
|
|
|
633
640
|
AutoLinkPhone = 7
|
|
634
641
|
AutoLinkPath = 8
|
|
635
642
|
class MarkerAlignment(Enum, Int32):
|
|
643
|
+
_name_ = 'Microsoft.UI.Text.MarkerAlignment'
|
|
636
644
|
Undefined = 0
|
|
637
645
|
Left = 1
|
|
638
646
|
Center = 2
|
|
639
647
|
Right = 3
|
|
640
648
|
class MarkerStyle(Enum, Int32):
|
|
649
|
+
_name_ = 'Microsoft.UI.Text.MarkerStyle'
|
|
641
650
|
Undefined = 0
|
|
642
651
|
Parenthesis = 1
|
|
643
652
|
Parentheses = 2
|
|
@@ -646,6 +655,7 @@ class MarkerStyle(Enum, Int32):
|
|
|
646
655
|
Minus = 5
|
|
647
656
|
NoNumber = 6
|
|
648
657
|
class MarkerType(Enum, Int32):
|
|
658
|
+
_name_ = 'Microsoft.UI.Text.MarkerType'
|
|
649
659
|
Undefined = 0
|
|
650
660
|
None_ = 1
|
|
651
661
|
Bullet = 2
|
|
@@ -672,12 +682,14 @@ class MarkerType(Enum, Int32):
|
|
|
672
682
|
DevanagariConsonant = 23
|
|
673
683
|
DevanagariNumeric = 24
|
|
674
684
|
class ParagraphAlignment(Enum, Int32):
|
|
685
|
+
_name_ = 'Microsoft.UI.Text.ParagraphAlignment'
|
|
675
686
|
Undefined = 0
|
|
676
687
|
Left = 1
|
|
677
688
|
Center = 2
|
|
678
689
|
Right = 3
|
|
679
690
|
Justify = 4
|
|
680
691
|
class ParagraphStyle(Enum, Int32):
|
|
692
|
+
_name_ = 'Microsoft.UI.Text.ParagraphStyle'
|
|
681
693
|
Undefined = 0
|
|
682
694
|
None_ = 1
|
|
683
695
|
Normal = 2
|
|
@@ -691,6 +703,7 @@ class ParagraphStyle(Enum, Int32):
|
|
|
691
703
|
Heading8 = 10
|
|
692
704
|
Heading9 = 11
|
|
693
705
|
class PointOptions(Enum, UInt32):
|
|
706
|
+
_name_ = 'Microsoft.UI.Text.PointOptions'
|
|
694
707
|
None_ = 0
|
|
695
708
|
IncludeInset = 1
|
|
696
709
|
Start = 32
|
|
@@ -700,12 +713,14 @@ class PointOptions(Enum, UInt32):
|
|
|
700
713
|
NoHorizontalScroll = 65536
|
|
701
714
|
NoVerticalScroll = 262144
|
|
702
715
|
class RangeGravity(Enum, Int32):
|
|
716
|
+
_name_ = 'Microsoft.UI.Text.RangeGravity'
|
|
703
717
|
UIBehavior = 0
|
|
704
718
|
Backward = 1
|
|
705
719
|
Forward = 2
|
|
706
720
|
Inward = 3
|
|
707
721
|
Outward = 4
|
|
708
722
|
class RichEditMathMode(Enum, Int32):
|
|
723
|
+
_name_ = 'Microsoft.UI.Text.RichEditMathMode'
|
|
709
724
|
NoMath = 0
|
|
710
725
|
MathOnly = 1
|
|
711
726
|
class RichEditTextDocument(ComPtr):
|
|
@@ -910,24 +925,28 @@ class RichEditTextRange(ComPtr):
|
|
|
910
925
|
StoryLength = property(get_StoryLength, None)
|
|
911
926
|
Text = property(get_Text, put_Text)
|
|
912
927
|
class SelectionOptions(Enum, UInt32):
|
|
928
|
+
_name_ = 'Microsoft.UI.Text.SelectionOptions'
|
|
913
929
|
StartActive = 1
|
|
914
930
|
AtEndOfLine = 2
|
|
915
931
|
Overtype = 4
|
|
916
932
|
Active = 8
|
|
917
933
|
Replace = 16
|
|
918
934
|
class SelectionType(Enum, Int32):
|
|
935
|
+
_name_ = 'Microsoft.UI.Text.SelectionType'
|
|
919
936
|
None_ = 0
|
|
920
937
|
InsertionPoint = 1
|
|
921
938
|
Normal = 2
|
|
922
939
|
InlineShape = 7
|
|
923
940
|
Shape = 8
|
|
924
941
|
class TabAlignment(Enum, Int32):
|
|
942
|
+
_name_ = 'Microsoft.UI.Text.TabAlignment'
|
|
925
943
|
Left = 0
|
|
926
944
|
Center = 1
|
|
927
945
|
Right = 2
|
|
928
946
|
Decimal = 3
|
|
929
947
|
Bar = 4
|
|
930
948
|
class TabLeader(Enum, Int32):
|
|
949
|
+
_name_ = 'Microsoft.UI.Text.TabLeader'
|
|
931
950
|
Spaces = 0
|
|
932
951
|
Dots = 1
|
|
933
952
|
Dashes = 2
|
|
@@ -965,6 +984,7 @@ class TextConstants(ComPtr, metaclass=_TextConstants_Meta_):
|
|
|
965
984
|
_TextConstants_Meta_.UndefinedFontStyle = property(get_UndefinedFontStyle, None)
|
|
966
985
|
_TextConstants_Meta_.UndefinedInt32Value = property(get_UndefinedInt32Value, None)
|
|
967
986
|
class TextGetOptions(Enum, UInt32):
|
|
987
|
+
_name_ = 'Microsoft.UI.Text.TextGetOptions'
|
|
968
988
|
None_ = 0
|
|
969
989
|
AdjustCrlf = 1
|
|
970
990
|
UseCrlf = 2
|
|
@@ -975,6 +995,7 @@ class TextGetOptions(Enum, UInt32):
|
|
|
975
995
|
FormatRtf = 8192
|
|
976
996
|
UseLf = 16777216
|
|
977
997
|
class TextRangeUnit(Enum, Int32):
|
|
998
|
+
_name_ = 'Microsoft.UI.Text.TextRangeUnit'
|
|
978
999
|
Character = 0
|
|
979
1000
|
Word = 1
|
|
980
1001
|
Sentence = 2
|
|
@@ -1009,6 +1030,7 @@ class TextRangeUnit(Enum, Int32):
|
|
|
1009
1030
|
LinkProtected = 31
|
|
1010
1031
|
ContentLink = 32
|
|
1011
1032
|
class TextScript(Enum, Int32):
|
|
1033
|
+
_name_ = 'Microsoft.UI.Text.TextScript'
|
|
1012
1034
|
Undefined = 0
|
|
1013
1035
|
Ansi = 1
|
|
1014
1036
|
EastEurope = 2
|
|
@@ -1074,6 +1096,7 @@ class TextScript(Enum, Int32):
|
|
|
1074
1096
|
Deseret = 62
|
|
1075
1097
|
Tifinagh = 63
|
|
1076
1098
|
class TextSetOptions(Enum, UInt32):
|
|
1099
|
+
_name_ = 'Microsoft.UI.Text.TextSetOptions'
|
|
1077
1100
|
None_ = 0
|
|
1078
1101
|
UnicodeBidi = 1
|
|
1079
1102
|
Unlink = 8
|
|
@@ -1082,6 +1105,7 @@ class TextSetOptions(Enum, UInt32):
|
|
|
1082
1105
|
FormatRtf = 8192
|
|
1083
1106
|
ApplyRtfDocumentDefaults = 16384
|
|
1084
1107
|
class UnderlineType(Enum, Int32):
|
|
1108
|
+
_name_ = 'Microsoft.UI.Text.UnderlineType'
|
|
1085
1109
|
Undefined = 0
|
|
1086
1110
|
None_ = 1
|
|
1087
1111
|
Single = 2
|
|
@@ -1103,6 +1127,7 @@ class UnderlineType(Enum, Int32):
|
|
|
1103
1127
|
ThickDotted = 18
|
|
1104
1128
|
ThickLongDash = 19
|
|
1105
1129
|
class VerticalCharacterAlignment(Enum, Int32):
|
|
1130
|
+
_name_ = 'Microsoft.UI.Text.VerticalCharacterAlignment'
|
|
1106
1131
|
Top = 0
|
|
1107
1132
|
Baseline = 1
|
|
1108
1133
|
Bottom = 2
|
|
@@ -162,6 +162,7 @@ class AppWindowPresenter(ComPtr):
|
|
|
162
162
|
def get_Kind(self: win32more.Microsoft.UI.Windowing.IAppWindowPresenter) -> win32more.Microsoft.UI.Windowing.AppWindowPresenterKind: ...
|
|
163
163
|
Kind = property(get_Kind, None)
|
|
164
164
|
class AppWindowPresenterKind(Enum, Int32):
|
|
165
|
+
_name_ = 'Microsoft.UI.Windowing.AppWindowPresenterKind'
|
|
165
166
|
Default = 0
|
|
166
167
|
CompactOverlay = 1
|
|
167
168
|
FullScreen = 2
|
|
@@ -277,6 +278,7 @@ class CompactOverlayPresenter(ComPtr):
|
|
|
277
278
|
def Create(cls: win32more.Microsoft.UI.Windowing.ICompactOverlayPresenterStatics) -> win32more.Microsoft.UI.Windowing.CompactOverlayPresenter: ...
|
|
278
279
|
InitialSize = property(get_InitialSize, put_InitialSize)
|
|
279
280
|
class CompactOverlaySize(Enum, Int32):
|
|
281
|
+
_name_ = 'Microsoft.UI.Windowing.CompactOverlaySize'
|
|
280
282
|
Small = 0
|
|
281
283
|
Medium = 1
|
|
282
284
|
Large = 2
|
|
@@ -314,6 +316,7 @@ class DisplayArea(ComPtr, metaclass=_DisplayArea_Meta_):
|
|
|
314
316
|
WorkArea = property(get_WorkArea, None)
|
|
315
317
|
_DisplayArea_Meta_.Primary = property(get_Primary, None)
|
|
316
318
|
class DisplayAreaFallback(Enum, Int32):
|
|
319
|
+
_name_ = 'Microsoft.UI.Windowing.DisplayAreaFallback'
|
|
317
320
|
None_ = 0
|
|
318
321
|
Primary = 1
|
|
319
322
|
Nearest = 2
|
|
@@ -354,6 +357,7 @@ class DisplayAreaWatcher(ComPtr):
|
|
|
354
357
|
Stopped = event(add_Stopped, remove_Stopped)
|
|
355
358
|
Updated = event(add_Updated, remove_Updated)
|
|
356
359
|
class DisplayAreaWatcherStatus(Enum, Int32):
|
|
360
|
+
_name_ = 'Microsoft.UI.Windowing.DisplayAreaWatcherStatus'
|
|
357
361
|
Created = 0
|
|
358
362
|
Started = 1
|
|
359
363
|
EnumerationCompleted = 2
|
|
@@ -857,6 +861,7 @@ class IOverlappedPresenterStatics2(ComPtr):
|
|
|
857
861
|
def get_RequestedStartupState(self) -> win32more.Microsoft.UI.Windowing.OverlappedPresenterState: ...
|
|
858
862
|
RequestedStartupState = property(get_RequestedStartupState, None)
|
|
859
863
|
class IconShowOptions(Enum, Int32):
|
|
864
|
+
_name_ = 'Microsoft.UI.Windowing.IconShowOptions'
|
|
860
865
|
ShowIconAndSystemMenu = 0
|
|
861
866
|
HideIconAndSystemMenu = 1
|
|
862
867
|
class _OverlappedPresenter_Meta_(ComPtr.__class__):
|
|
@@ -943,14 +948,17 @@ class OverlappedPresenter(ComPtr, metaclass=_OverlappedPresenter_Meta_):
|
|
|
943
948
|
State = property(get_State, None)
|
|
944
949
|
_OverlappedPresenter_Meta_.RequestedStartupState = property(get_RequestedStartupState, None)
|
|
945
950
|
class OverlappedPresenterState(Enum, Int32):
|
|
951
|
+
_name_ = 'Microsoft.UI.Windowing.OverlappedPresenterState'
|
|
946
952
|
Maximized = 0
|
|
947
953
|
Minimized = 1
|
|
948
954
|
Restored = 2
|
|
949
955
|
class TitleBarHeightOption(Enum, Int32):
|
|
956
|
+
_name_ = 'Microsoft.UI.Windowing.TitleBarHeightOption'
|
|
950
957
|
Standard = 0
|
|
951
958
|
Tall = 1
|
|
952
959
|
Collapsed = 2
|
|
953
960
|
class TitleBarTheme(Enum, Int32):
|
|
961
|
+
_name_ = 'Microsoft.UI.Windowing.TitleBarTheme'
|
|
954
962
|
Legacy = 0
|
|
955
963
|
UseDefaultAppMode = 1
|
|
956
964
|
Light = 2
|