win32more-Microsoft.WindowsAppSDK 0.7.1.6.250430001__py2.py3-none-any.whl → 0.8.1.8.251003001__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- win32more/Microsoft/Foundation/__init__.py +1 -1
- win32more/Microsoft/Graphics/DirectX/__init__.py +4 -0
- win32more/Microsoft/Graphics/Display/__init__.py +2 -0
- win32more/Microsoft/Graphics/Imaging/__init__.py +78 -0
- win32more/Microsoft/Security/Authentication/OAuth/__init__.py +593 -0
- win32more/Microsoft/UI/Composition/Core/__init__.py +4 -4
- win32more/Microsoft/UI/Composition/Diagnostics/__init__.py +5 -4
- win32more/Microsoft/UI/Composition/Effects/__init__.py +11 -10
- win32more/Microsoft/UI/Composition/Interactions/__init__.py +100 -93
- win32more/Microsoft/UI/Composition/Scenes/__init__.py +82 -78
- win32more/Microsoft/UI/Composition/SystemBackdrops/__init__.py +46 -42
- win32more/Microsoft/UI/Composition/__init__.py +146 -125
- win32more/Microsoft/UI/Content/__init__.py +677 -32
- win32more/Microsoft/UI/Dispatching/__init__.py +6 -4
- win32more/Microsoft/UI/Input/DragDrop/__init__.py +11 -9
- win32more/Microsoft/UI/Input/__init__.py +88 -66
- win32more/Microsoft/UI/Text/__init__.py +46 -0
- win32more/Microsoft/UI/Windowing/__init__.py +112 -21
- win32more/Microsoft/UI/Xaml/Automation/Peers/__init__.py +12 -0
- win32more/Microsoft/UI/Xaml/Automation/Text/__init__.py +2 -0
- win32more/Microsoft/UI/Xaml/Automation/__init__.py +21 -0
- win32more/Microsoft/UI/Xaml/Controls/Primitives/__init__.py +19 -0
- win32more/Microsoft/UI/Xaml/Controls/__init__.py +369 -0
- win32more/Microsoft/UI/Xaml/Data/__init__.py +3 -0
- win32more/Microsoft/UI/Xaml/Documents/__init__.py +2 -0
- win32more/Microsoft/UI/Xaml/Hosting/__init__.py +1 -0
- win32more/Microsoft/UI/Xaml/Input/__init__.py +11 -0
- win32more/Microsoft/UI/Xaml/Interop/__init__.py +1 -0
- win32more/Microsoft/UI/Xaml/Media/Animation/__init__.py +6 -0
- win32more/Microsoft/UI/Xaml/Media/Imaging/__init__.py +3 -0
- win32more/Microsoft/UI/Xaml/Media/__init__.py +14 -0
- win32more/Microsoft/UI/Xaml/Navigation/__init__.py +2 -0
- win32more/Microsoft/UI/Xaml/Printing/__init__.py +1 -0
- win32more/Microsoft/UI/Xaml/__init__.py +101 -2
- win32more/Microsoft/Windows/AI/ContentSafety/__init__.py +198 -0
- win32more/Microsoft/Windows/AI/Foundation/__init__.py +46 -0
- win32more/Microsoft/Windows/AI/Imaging/__init__.py +369 -0
- win32more/Microsoft/Windows/AI/MachineLearning/__init__.py +125 -0
- win32more/Microsoft/Windows/AI/Text/__init__.py +501 -0
- win32more/Microsoft/Windows/AI/__init__.py +51 -0
- win32more/Microsoft/Windows/AppLifecycle/__init__.py +1 -0
- win32more/Microsoft/Windows/AppNotifications/Builder/__init__.py +7 -1
- win32more/Microsoft/Windows/AppNotifications/__init__.py +4 -1
- win32more/Microsoft/Windows/ApplicationModel/Background/UniversalBGTask/__init__.py +27 -0
- win32more/Microsoft/Windows/ApplicationModel/Background/__init__.py +65 -0
- win32more/Microsoft/Windows/ApplicationModel/DynamicDependency/__init__.py +2 -0
- win32more/Microsoft/Windows/ApplicationModel/Resources/__init__.py +1 -0
- win32more/Microsoft/Windows/ApplicationModel/WindowsAppRuntime/__init__.py +120 -0
- win32more/Microsoft/Windows/BadgeNotifications/__init__.py +54 -0
- win32more/Microsoft/Windows/Foundation/__init__.py +221 -0
- win32more/Microsoft/Windows/Management/Deployment/__init__.py +5 -0
- win32more/Microsoft/Windows/Media/Capture/__init__.py +201 -0
- win32more/Microsoft/Windows/PushNotifications/__init__.py +1 -0
- win32more/Microsoft/Windows/Storage/Pickers/__init__.py +260 -0
- win32more/Microsoft/Windows/Storage/__init__.py +2 -0
- win32more/Microsoft/Windows/System/Power/__init__.py +8 -0
- win32more/Microsoft/Windows/Widgets/Feeds/Providers/__init__.py +8 -0
- win32more/Microsoft/Windows/Widgets/Notifications/__init__.py +2 -0
- win32more/Microsoft/Windows/Widgets/Providers/__init__.py +24 -0
- win32more/Microsoft/Windows/Widgets/__init__.py +2 -1
- win32more/Microsoft/Windows/Workloads/__init__.py +12 -0
- win32more/appsdk/versioninfo.py +2 -2
- win32more/dll/arm64/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll +0 -0
- win32more/dll/arm64/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more/dll/x64/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll +0 -0
- win32more/dll/x64/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more/dll/x86/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll +0 -0
- win32more/dll/x86/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info/METADATA +6 -0
- win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info/RECORD +85 -0
- {win32more_microsoft_windowsappsdk-0.7.1.6.250430001.dist-info → win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info}/WHEEL +1 -1
- {win32more_microsoft_windowsappsdk-0.7.1.6.250430001.dist-info → win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info}/licenses/LICENSE (Microsoft.WindowsAppSDK).txt +5 -3
- win32more_microsoft_windowsappsdk-0.7.1.6.250430001.dist-info/METADATA +0 -6
- win32more_microsoft_windowsappsdk-0.7.1.6.250430001.dist-info/RECORD +0 -67
|
@@ -26,6 +26,7 @@ class AnnotationPatternIdentifiers(ComPtr, metaclass=_AnnotationPatternIdentifie
|
|
|
26
26
|
_AnnotationPatternIdentifiers_Meta_.DateTimeProperty = property(get_DateTimeProperty, None)
|
|
27
27
|
_AnnotationPatternIdentifiers_Meta_.TargetProperty = property(get_TargetProperty, None)
|
|
28
28
|
class AnnotationType(Enum, Int32):
|
|
29
|
+
_name_ = 'Microsoft.UI.Xaml.Automation.AnnotationType'
|
|
29
30
|
Unknown = 60000
|
|
30
31
|
SpellingError = 60001
|
|
31
32
|
GrammarError = 60002
|
|
@@ -50,10 +51,12 @@ class AnnotationType(Enum, Int32):
|
|
|
50
51
|
DataValidationError = 60021
|
|
51
52
|
CircularReferenceError = 60022
|
|
52
53
|
class AutomationActiveEnd(Enum, Int32):
|
|
54
|
+
_name_ = 'Microsoft.UI.Xaml.Automation.AutomationActiveEnd'
|
|
53
55
|
None_ = 0
|
|
54
56
|
Start = 1
|
|
55
57
|
End = 2
|
|
56
58
|
class AutomationAnimationStyle(Enum, Int32):
|
|
59
|
+
_name_ = 'Microsoft.UI.Xaml.Automation.AutomationAnimationStyle'
|
|
57
60
|
None_ = 0
|
|
58
61
|
LasVegasLights = 1
|
|
59
62
|
BlinkingBackground = 2
|
|
@@ -104,6 +107,7 @@ class AutomationAnnotation(ComPtr, metaclass=_AutomationAnnotation_Meta_):
|
|
|
104
107
|
_AutomationAnnotation_Meta_.ElementProperty = property(get_ElementProperty, None)
|
|
105
108
|
_AutomationAnnotation_Meta_.TypeProperty = property(get_TypeProperty, None)
|
|
106
109
|
class AutomationBulletStyle(Enum, Int32):
|
|
110
|
+
_name_ = 'Microsoft.UI.Xaml.Automation.AutomationBulletStyle'
|
|
107
111
|
None_ = 0
|
|
108
112
|
HollowRoundBullet = 1
|
|
109
113
|
FilledRoundBullet = 2
|
|
@@ -112,9 +116,11 @@ class AutomationBulletStyle(Enum, Int32):
|
|
|
112
116
|
DashBullet = 5
|
|
113
117
|
Other = 6
|
|
114
118
|
class AutomationCaretBidiMode(Enum, Int32):
|
|
119
|
+
_name_ = 'Microsoft.UI.Xaml.Automation.AutomationCaretBidiMode'
|
|
115
120
|
LTR = 0
|
|
116
121
|
RTL = 1
|
|
117
122
|
class AutomationCaretPosition(Enum, Int32):
|
|
123
|
+
_name_ = 'Microsoft.UI.Xaml.Automation.AutomationCaretPosition'
|
|
118
124
|
Unknown = 0
|
|
119
125
|
EndOfLine = 1
|
|
120
126
|
BeginningOfLine = 2
|
|
@@ -242,11 +248,13 @@ class AutomationElementIdentifiers(ComPtr, metaclass=_AutomationElementIdentifie
|
|
|
242
248
|
_AutomationElementIdentifiers_Meta_.PositionInSetProperty = property(get_PositionInSetProperty, None)
|
|
243
249
|
_AutomationElementIdentifiers_Meta_.SizeOfSetProperty = property(get_SizeOfSetProperty, None)
|
|
244
250
|
class AutomationFlowDirections(Enum, Int32):
|
|
251
|
+
_name_ = 'Microsoft.UI.Xaml.Automation.AutomationFlowDirections'
|
|
245
252
|
Default = 0
|
|
246
253
|
RightToLeft = 1
|
|
247
254
|
BottomToTop = 2
|
|
248
255
|
Vertical = 3
|
|
249
256
|
class AutomationOutlineStyles(Enum, Int32):
|
|
257
|
+
_name_ = 'Microsoft.UI.Xaml.Automation.AutomationOutlineStyles'
|
|
250
258
|
None_ = 0
|
|
251
259
|
Outline = 1
|
|
252
260
|
Shadow = 2
|
|
@@ -456,6 +464,7 @@ class AutomationProperty(ComPtr):
|
|
|
456
464
|
default_interface: win32more.Microsoft.UI.Xaml.Automation.IAutomationProperty
|
|
457
465
|
_classid_ = 'Microsoft.UI.Xaml.Automation.AutomationProperty'
|
|
458
466
|
class AutomationStyleId(Enum, Int32):
|
|
467
|
+
_name_ = 'Microsoft.UI.Xaml.Automation.AutomationStyleId'
|
|
459
468
|
Heading1 = 70001
|
|
460
469
|
Heading2 = 70002
|
|
461
470
|
Heading3 = 70003
|
|
@@ -472,6 +481,7 @@ class AutomationStyleId(Enum, Int32):
|
|
|
472
481
|
Quote = 70014
|
|
473
482
|
BulletedList = 70015
|
|
474
483
|
class AutomationTextDecorationLineStyle(Enum, Int32):
|
|
484
|
+
_name_ = 'Microsoft.UI.Xaml.Automation.AutomationTextDecorationLineStyle'
|
|
475
485
|
None_ = 0
|
|
476
486
|
Single = 1
|
|
477
487
|
WordsOnly = 2
|
|
@@ -492,6 +502,7 @@ class AutomationTextDecorationLineStyle(Enum, Int32):
|
|
|
492
502
|
ThickLongDash = 17
|
|
493
503
|
Other = 18
|
|
494
504
|
class AutomationTextEditChangeType(Enum, Int32):
|
|
505
|
+
_name_ = 'Microsoft.UI.Xaml.Automation.AutomationTextEditChangeType'
|
|
495
506
|
None_ = 0
|
|
496
507
|
AutoCorrect = 1
|
|
497
508
|
Composition = 2
|
|
@@ -506,6 +517,7 @@ class DockPatternIdentifiers(ComPtr, metaclass=_DockPatternIdentifiers_Meta_):
|
|
|
506
517
|
def get_DockPositionProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IDockPatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
507
518
|
_DockPatternIdentifiers_Meta_.DockPositionProperty = property(get_DockPositionProperty, None)
|
|
508
519
|
class DockPosition(Enum, Int32):
|
|
520
|
+
_name_ = 'Microsoft.UI.Xaml.Automation.DockPosition'
|
|
509
521
|
Top = 0
|
|
510
522
|
Left = 1
|
|
511
523
|
Bottom = 2
|
|
@@ -552,6 +564,7 @@ class ExpandCollapsePatternIdentifiers(ComPtr, metaclass=_ExpandCollapsePatternI
|
|
|
552
564
|
def get_ExpandCollapseStateProperty(cls: win32more.Microsoft.UI.Xaml.Automation.IExpandCollapsePatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
553
565
|
_ExpandCollapsePatternIdentifiers_Meta_.ExpandCollapseStateProperty = property(get_ExpandCollapseStateProperty, None)
|
|
554
566
|
class ExpandCollapseState(Enum, Int32):
|
|
567
|
+
_name_ = 'Microsoft.UI.Xaml.Automation.ExpandCollapseState'
|
|
555
568
|
Collapsed = 0
|
|
556
569
|
Expanded = 1
|
|
557
570
|
PartiallyExpanded = 2
|
|
@@ -1367,10 +1380,12 @@ class RangeValuePatternIdentifiers(ComPtr, metaclass=_RangeValuePatternIdentifie
|
|
|
1367
1380
|
_RangeValuePatternIdentifiers_Meta_.SmallChangeProperty = property(get_SmallChangeProperty, None)
|
|
1368
1381
|
_RangeValuePatternIdentifiers_Meta_.ValueProperty = property(get_ValueProperty, None)
|
|
1369
1382
|
class RowOrColumnMajor(Enum, Int32):
|
|
1383
|
+
_name_ = 'Microsoft.UI.Xaml.Automation.RowOrColumnMajor'
|
|
1370
1384
|
RowMajor = 0
|
|
1371
1385
|
ColumnMajor = 1
|
|
1372
1386
|
Indeterminate = 2
|
|
1373
1387
|
class ScrollAmount(Enum, Int32):
|
|
1388
|
+
_name_ = 'Microsoft.UI.Xaml.Automation.ScrollAmount'
|
|
1374
1389
|
LargeDecrement = 0
|
|
1375
1390
|
SmallDecrement = 1
|
|
1376
1391
|
NoAmount = 2
|
|
@@ -1467,10 +1482,12 @@ class StylesPatternIdentifiers(ComPtr, metaclass=_StylesPatternIdentifiers_Meta_
|
|
|
1467
1482
|
_StylesPatternIdentifiers_Meta_.StyleIdProperty = property(get_StyleIdProperty, None)
|
|
1468
1483
|
_StylesPatternIdentifiers_Meta_.StyleNameProperty = property(get_StyleNameProperty, None)
|
|
1469
1484
|
class SupportedTextSelection(Enum, Int32):
|
|
1485
|
+
_name_ = 'Microsoft.UI.Xaml.Automation.SupportedTextSelection'
|
|
1470
1486
|
None_ = 0
|
|
1471
1487
|
Single = 1
|
|
1472
1488
|
Multiple = 2
|
|
1473
1489
|
class SynchronizedInputType(Enum, Int32):
|
|
1490
|
+
_name_ = 'Microsoft.UI.Xaml.Automation.SynchronizedInputType'
|
|
1474
1491
|
KeyUp = 1
|
|
1475
1492
|
KeyDown = 2
|
|
1476
1493
|
LeftMouseUp = 4
|
|
@@ -1514,6 +1531,7 @@ class TogglePatternIdentifiers(ComPtr, metaclass=_TogglePatternIdentifiers_Meta_
|
|
|
1514
1531
|
def get_ToggleStateProperty(cls: win32more.Microsoft.UI.Xaml.Automation.ITogglePatternIdentifiersStatics) -> win32more.Microsoft.UI.Xaml.Automation.AutomationProperty: ...
|
|
1515
1532
|
_TogglePatternIdentifiers_Meta_.ToggleStateProperty = property(get_ToggleStateProperty, None)
|
|
1516
1533
|
class ToggleState(Enum, Int32):
|
|
1534
|
+
_name_ = 'Microsoft.UI.Xaml.Automation.ToggleState'
|
|
1517
1535
|
Off = 0
|
|
1518
1536
|
On = 1
|
|
1519
1537
|
Indeterminate = 2
|
|
@@ -1563,6 +1581,7 @@ class ValuePatternIdentifiers(ComPtr, metaclass=_ValuePatternIdentifiers_Meta_):
|
|
|
1563
1581
|
_ValuePatternIdentifiers_Meta_.IsReadOnlyProperty = property(get_IsReadOnlyProperty, None)
|
|
1564
1582
|
_ValuePatternIdentifiers_Meta_.ValueProperty = property(get_ValueProperty, None)
|
|
1565
1583
|
class WindowInteractionState(Enum, Int32):
|
|
1584
|
+
_name_ = 'Microsoft.UI.Xaml.Automation.WindowInteractionState'
|
|
1566
1585
|
Running = 0
|
|
1567
1586
|
Closing = 1
|
|
1568
1587
|
ReadyForUserInteraction = 2
|
|
@@ -1593,10 +1612,12 @@ class WindowPatternIdentifiers(ComPtr, metaclass=_WindowPatternIdentifiers_Meta_
|
|
|
1593
1612
|
_WindowPatternIdentifiers_Meta_.WindowInteractionStateProperty = property(get_WindowInteractionStateProperty, None)
|
|
1594
1613
|
_WindowPatternIdentifiers_Meta_.WindowVisualStateProperty = property(get_WindowVisualStateProperty, None)
|
|
1595
1614
|
class WindowVisualState(Enum, Int32):
|
|
1615
|
+
_name_ = 'Microsoft.UI.Xaml.Automation.WindowVisualState'
|
|
1596
1616
|
Normal = 0
|
|
1597
1617
|
Maximized = 1
|
|
1598
1618
|
Minimized = 2
|
|
1599
1619
|
class ZoomUnit(Enum, Int32):
|
|
1620
|
+
_name_ = 'Microsoft.UI.Xaml.Automation.ZoomUnit'
|
|
1600
1621
|
NoAmount = 0
|
|
1601
1622
|
LargeDecrement = 1
|
|
1602
1623
|
SmallDecrement = 2
|
|
@@ -16,6 +16,7 @@ import win32more.Windows.Foundation.Numerics
|
|
|
16
16
|
import win32more.Windows.UI
|
|
17
17
|
import win32more.Windows.UI.Xaml.Interop
|
|
18
18
|
class AnimationDirection(Enum, Int32):
|
|
19
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.Primitives.AnimationDirection'
|
|
19
20
|
Left = 0
|
|
20
21
|
Top = 1
|
|
21
22
|
Right = 2
|
|
@@ -632,6 +633,7 @@ class CommandBarTemplateSettings(ComPtr):
|
|
|
632
633
|
OverflowContentMinWidth = property(get_OverflowContentMinWidth, None)
|
|
633
634
|
OverflowContentMinimalYTranslation = property(get_OverflowContentMinimalYTranslation, None)
|
|
634
635
|
class ComponentResourceLocation(Enum, Int32):
|
|
636
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.Primitives.ComponentResourceLocation'
|
|
635
637
|
Application = 0
|
|
636
638
|
Nested = 1
|
|
637
639
|
class _CornerRadiusFilterConverter_Meta_(ComPtr.__class__):
|
|
@@ -670,6 +672,7 @@ class CornerRadiusFilterConverter(ComPtr, metaclass=_CornerRadiusFilterConverter
|
|
|
670
672
|
_CornerRadiusFilterConverter_Meta_.FilterProperty = property(get_FilterProperty, None)
|
|
671
673
|
_CornerRadiusFilterConverter_Meta_.ScaleProperty = property(get_ScaleProperty, None)
|
|
672
674
|
class CornerRadiusFilterKind(Enum, Int32):
|
|
675
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.Primitives.CornerRadiusFilterKind'
|
|
673
676
|
None_ = 0
|
|
674
677
|
Top = 1
|
|
675
678
|
Right = 2
|
|
@@ -713,6 +716,7 @@ class CornerRadiusToThicknessConverter(ComPtr, metaclass=_CornerRadiusToThicknes
|
|
|
713
716
|
_CornerRadiusToThicknessConverter_Meta_.ConversionKindProperty = property(get_ConversionKindProperty, None)
|
|
714
717
|
_CornerRadiusToThicknessConverter_Meta_.MultiplierProperty = property(get_MultiplierProperty, None)
|
|
715
718
|
class CornerRadiusToThicknessConverterKind(Enum, Int32):
|
|
719
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.Primitives.CornerRadiusToThicknessConverterKind'
|
|
716
720
|
FilterTopAndBottomFromLeft = 0
|
|
717
721
|
FilterTopAndBottomFromRight = 1
|
|
718
722
|
FilterLeftAndRightFromTop = 2
|
|
@@ -801,6 +805,7 @@ class DragStartedEventHandler(MulticastDelegate):
|
|
|
801
805
|
@winrt_commethod(3)
|
|
802
806
|
def Invoke(self, sender: IInspectable, e: win32more.Microsoft.UI.Xaml.Controls.Primitives.DragStartedEventArgs) -> Void: ...
|
|
803
807
|
class EdgeTransitionLocation(Enum, Int32):
|
|
808
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.Primitives.EdgeTransitionLocation'
|
|
804
809
|
Left = 0
|
|
805
810
|
Top = 1
|
|
806
811
|
Right = 2
|
|
@@ -977,6 +982,7 @@ class FlyoutBaseClosingEventArgs(ComPtr):
|
|
|
977
982
|
def put_Cancel(self: win32more.Microsoft.UI.Xaml.Controls.Primitives.IFlyoutBaseClosingEventArgs, value: Boolean) -> Void: ...
|
|
978
983
|
Cancel = property(get_Cancel, put_Cancel)
|
|
979
984
|
class FlyoutPlacementMode(Enum, Int32):
|
|
985
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.Primitives.FlyoutPlacementMode'
|
|
980
986
|
Top = 0
|
|
981
987
|
Bottom = 1
|
|
982
988
|
Left = 2
|
|
@@ -992,6 +998,7 @@ class FlyoutPlacementMode(Enum, Int32):
|
|
|
992
998
|
RightEdgeAlignedBottom = 12
|
|
993
999
|
Auto = 13
|
|
994
1000
|
class FlyoutShowMode(Enum, Int32):
|
|
1001
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.Primitives.FlyoutShowMode'
|
|
995
1002
|
Auto = 0
|
|
996
1003
|
Standard = 1
|
|
997
1004
|
Transient = 2
|
|
@@ -1030,6 +1037,7 @@ class FlyoutShowOptions(ComPtr):
|
|
|
1030
1037
|
Position = property(get_Position, put_Position)
|
|
1031
1038
|
ShowMode = property(get_ShowMode, put_ShowMode)
|
|
1032
1039
|
class GeneratorDirection(Enum, Int32):
|
|
1040
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.Primitives.GeneratorDirection'
|
|
1033
1041
|
Forward = 0
|
|
1034
1042
|
Backward = 1
|
|
1035
1043
|
class GeneratorPosition(Structure):
|
|
@@ -1241,6 +1249,7 @@ class GridViewItemTemplateSettings(ComPtr):
|
|
|
1241
1249
|
def get_DragItemsCount(self: win32more.Microsoft.UI.Xaml.Controls.Primitives.IGridViewItemTemplateSettings) -> Int32: ...
|
|
1242
1250
|
DragItemsCount = property(get_DragItemsCount, None)
|
|
1243
1251
|
class GroupHeaderPlacement(Enum, Int32):
|
|
1252
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.Primitives.GroupHeaderPlacement'
|
|
1244
1253
|
Top = 0
|
|
1245
1254
|
Left = 1
|
|
1246
1255
|
class IAppBarButtonTemplateSettings(ComPtr):
|
|
@@ -4982,9 +4991,11 @@ class ListViewItemPresenter(ComPtr, metaclass=_ListViewItemPresenter_Meta_):
|
|
|
4982
4991
|
_ListViewItemPresenter_Meta_.SelectionIndicatorPressedBrushProperty = property(get_SelectionIndicatorPressedBrushProperty, None)
|
|
4983
4992
|
_ListViewItemPresenter_Meta_.SelectionIndicatorVisualEnabledProperty = property(get_SelectionIndicatorVisualEnabledProperty, None)
|
|
4984
4993
|
class ListViewItemPresenterCheckMode(Enum, Int32):
|
|
4994
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.Primitives.ListViewItemPresenterCheckMode'
|
|
4985
4995
|
Inline = 0
|
|
4986
4996
|
Overlay = 1
|
|
4987
4997
|
class ListViewItemPresenterSelectionIndicatorMode(Enum, Int32):
|
|
4998
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.Primitives.ListViewItemPresenterSelectionIndicatorMode'
|
|
4988
4999
|
Inline = 0
|
|
4989
5000
|
Overlay = 1
|
|
4990
5001
|
class ListViewItemTemplateSettings(ComPtr):
|
|
@@ -5373,6 +5384,7 @@ class PivotPanel(ComPtr):
|
|
|
5373
5384
|
HorizontalSnapPointsChanged = event(add_HorizontalSnapPointsChanged, remove_HorizontalSnapPointsChanged)
|
|
5374
5385
|
VerticalSnapPointsChanged = event(add_VerticalSnapPointsChanged, remove_VerticalSnapPointsChanged)
|
|
5375
5386
|
class PlacementMode(Enum, Int32):
|
|
5387
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.Primitives.PlacementMode'
|
|
5376
5388
|
Bottom = 2
|
|
5377
5389
|
Left = 9
|
|
5378
5390
|
Mouse = 7
|
|
@@ -5503,6 +5515,7 @@ class Popup(ComPtr, metaclass=_Popup_Meta_):
|
|
|
5503
5515
|
Closed = event(add_Closed, remove_Closed)
|
|
5504
5516
|
Opened = event(add_Opened, remove_Opened)
|
|
5505
5517
|
class PopupPlacementMode(Enum, Int32):
|
|
5518
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.Primitives.PopupPlacementMode'
|
|
5506
5519
|
Auto = 0
|
|
5507
5520
|
Top = 1
|
|
5508
5521
|
Bottom = 2
|
|
@@ -5840,6 +5853,7 @@ class ScrollEventHandler(MulticastDelegate):
|
|
|
5840
5853
|
@winrt_commethod(3)
|
|
5841
5854
|
def Invoke(self, sender: IInspectable, e: win32more.Microsoft.UI.Xaml.Controls.Primitives.ScrollEventArgs) -> Void: ...
|
|
5842
5855
|
class ScrollEventType(Enum, Int32):
|
|
5856
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.Primitives.ScrollEventType'
|
|
5843
5857
|
SmallDecrement = 0
|
|
5844
5858
|
SmallIncrement = 1
|
|
5845
5859
|
LargeDecrement = 2
|
|
@@ -6152,10 +6166,12 @@ class ScrollSnapPointBase(ComPtr):
|
|
|
6152
6166
|
def get_Alignment(self: win32more.Microsoft.UI.Xaml.Controls.Primitives.IScrollSnapPointBase) -> win32more.Microsoft.UI.Xaml.Controls.Primitives.ScrollSnapPointsAlignment: ...
|
|
6153
6167
|
Alignment = property(get_Alignment, None)
|
|
6154
6168
|
class ScrollSnapPointsAlignment(Enum, Int32):
|
|
6169
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.Primitives.ScrollSnapPointsAlignment'
|
|
6155
6170
|
Near = 0
|
|
6156
6171
|
Center = 1
|
|
6157
6172
|
Far = 2
|
|
6158
6173
|
class ScrollingIndicatorMode(Enum, Int32):
|
|
6174
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.Primitives.ScrollingIndicatorMode'
|
|
6159
6175
|
None_ = 0
|
|
6160
6176
|
TouchIndicator = 1
|
|
6161
6177
|
MouseIndicator = 2
|
|
@@ -6236,6 +6252,7 @@ class SelectorItem(ComPtr, metaclass=_SelectorItem_Meta_):
|
|
|
6236
6252
|
IsSelected = property(get_IsSelected, put_IsSelected)
|
|
6237
6253
|
_SelectorItem_Meta_.IsSelectedProperty = property(get_IsSelectedProperty, None)
|
|
6238
6254
|
class SliderSnapsTo(Enum, Int32):
|
|
6255
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.Primitives.SliderSnapsTo'
|
|
6239
6256
|
StepValues = 0
|
|
6240
6257
|
Ticks = 1
|
|
6241
6258
|
class SnapPointBase(ComPtr):
|
|
@@ -6243,6 +6260,7 @@ class SnapPointBase(ComPtr):
|
|
|
6243
6260
|
default_interface: win32more.Microsoft.UI.Xaml.Controls.Primitives.ISnapPointBase
|
|
6244
6261
|
_classid_ = 'Microsoft.UI.Xaml.Controls.Primitives.SnapPointBase'
|
|
6245
6262
|
class SnapPointsAlignment(Enum, Int32):
|
|
6263
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.Primitives.SnapPointsAlignment'
|
|
6246
6264
|
Near = 0
|
|
6247
6265
|
Center = 1
|
|
6248
6266
|
Far = 2
|
|
@@ -6343,6 +6361,7 @@ class TickBar(ComPtr, metaclass=_TickBar_Meta_):
|
|
|
6343
6361
|
Fill = property(get_Fill, put_Fill)
|
|
6344
6362
|
_TickBar_Meta_.FillProperty = property(get_FillProperty, None)
|
|
6345
6363
|
class TickPlacement(Enum, Int32):
|
|
6364
|
+
_name_ = 'Microsoft.UI.Xaml.Controls.Primitives.TickPlacement'
|
|
6346
6365
|
None_ = 0
|
|
6347
6366
|
TopLeft = 1
|
|
6348
6367
|
BottomRight = 2
|