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.
Files changed (74) hide show
  1. win32more/Microsoft/Foundation/__init__.py +1 -1
  2. win32more/Microsoft/Graphics/DirectX/__init__.py +4 -0
  3. win32more/Microsoft/Graphics/Display/__init__.py +2 -0
  4. win32more/Microsoft/Graphics/Imaging/__init__.py +78 -0
  5. win32more/Microsoft/Security/Authentication/OAuth/__init__.py +593 -0
  6. win32more/Microsoft/UI/Composition/Core/__init__.py +4 -4
  7. win32more/Microsoft/UI/Composition/Diagnostics/__init__.py +5 -4
  8. win32more/Microsoft/UI/Composition/Effects/__init__.py +11 -10
  9. win32more/Microsoft/UI/Composition/Interactions/__init__.py +100 -93
  10. win32more/Microsoft/UI/Composition/Scenes/__init__.py +82 -78
  11. win32more/Microsoft/UI/Composition/SystemBackdrops/__init__.py +46 -42
  12. win32more/Microsoft/UI/Composition/__init__.py +146 -125
  13. win32more/Microsoft/UI/Content/__init__.py +677 -32
  14. win32more/Microsoft/UI/Dispatching/__init__.py +6 -4
  15. win32more/Microsoft/UI/Input/DragDrop/__init__.py +11 -9
  16. win32more/Microsoft/UI/Input/__init__.py +88 -66
  17. win32more/Microsoft/UI/Text/__init__.py +46 -0
  18. win32more/Microsoft/UI/Windowing/__init__.py +112 -21
  19. win32more/Microsoft/UI/Xaml/Automation/Peers/__init__.py +12 -0
  20. win32more/Microsoft/UI/Xaml/Automation/Text/__init__.py +2 -0
  21. win32more/Microsoft/UI/Xaml/Automation/__init__.py +21 -0
  22. win32more/Microsoft/UI/Xaml/Controls/Primitives/__init__.py +19 -0
  23. win32more/Microsoft/UI/Xaml/Controls/__init__.py +369 -0
  24. win32more/Microsoft/UI/Xaml/Data/__init__.py +3 -0
  25. win32more/Microsoft/UI/Xaml/Documents/__init__.py +2 -0
  26. win32more/Microsoft/UI/Xaml/Hosting/__init__.py +1 -0
  27. win32more/Microsoft/UI/Xaml/Input/__init__.py +11 -0
  28. win32more/Microsoft/UI/Xaml/Interop/__init__.py +1 -0
  29. win32more/Microsoft/UI/Xaml/Media/Animation/__init__.py +6 -0
  30. win32more/Microsoft/UI/Xaml/Media/Imaging/__init__.py +3 -0
  31. win32more/Microsoft/UI/Xaml/Media/__init__.py +14 -0
  32. win32more/Microsoft/UI/Xaml/Navigation/__init__.py +2 -0
  33. win32more/Microsoft/UI/Xaml/Printing/__init__.py +1 -0
  34. win32more/Microsoft/UI/Xaml/__init__.py +101 -2
  35. win32more/Microsoft/Windows/AI/ContentSafety/__init__.py +198 -0
  36. win32more/Microsoft/Windows/AI/Foundation/__init__.py +46 -0
  37. win32more/Microsoft/Windows/AI/Imaging/__init__.py +369 -0
  38. win32more/Microsoft/Windows/AI/MachineLearning/__init__.py +125 -0
  39. win32more/Microsoft/Windows/AI/Text/__init__.py +501 -0
  40. win32more/Microsoft/Windows/AI/__init__.py +51 -0
  41. win32more/Microsoft/Windows/AppLifecycle/__init__.py +1 -0
  42. win32more/Microsoft/Windows/AppNotifications/Builder/__init__.py +7 -1
  43. win32more/Microsoft/Windows/AppNotifications/__init__.py +4 -1
  44. win32more/Microsoft/Windows/ApplicationModel/Background/UniversalBGTask/__init__.py +27 -0
  45. win32more/Microsoft/Windows/ApplicationModel/Background/__init__.py +65 -0
  46. win32more/Microsoft/Windows/ApplicationModel/DynamicDependency/__init__.py +2 -0
  47. win32more/Microsoft/Windows/ApplicationModel/Resources/__init__.py +1 -0
  48. win32more/Microsoft/Windows/ApplicationModel/WindowsAppRuntime/__init__.py +120 -0
  49. win32more/Microsoft/Windows/BadgeNotifications/__init__.py +54 -0
  50. win32more/Microsoft/Windows/Foundation/__init__.py +221 -0
  51. win32more/Microsoft/Windows/Management/Deployment/__init__.py +5 -0
  52. win32more/Microsoft/Windows/Media/Capture/__init__.py +201 -0
  53. win32more/Microsoft/Windows/PushNotifications/__init__.py +1 -0
  54. win32more/Microsoft/Windows/Storage/Pickers/__init__.py +260 -0
  55. win32more/Microsoft/Windows/Storage/__init__.py +2 -0
  56. win32more/Microsoft/Windows/System/Power/__init__.py +8 -0
  57. win32more/Microsoft/Windows/Widgets/Feeds/Providers/__init__.py +8 -0
  58. win32more/Microsoft/Windows/Widgets/Notifications/__init__.py +2 -0
  59. win32more/Microsoft/Windows/Widgets/Providers/__init__.py +24 -0
  60. win32more/Microsoft/Windows/Widgets/__init__.py +2 -1
  61. win32more/Microsoft/Windows/Workloads/__init__.py +12 -0
  62. win32more/appsdk/versioninfo.py +2 -2
  63. win32more/dll/arm64/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll +0 -0
  64. win32more/dll/arm64/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
  65. win32more/dll/x64/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll +0 -0
  66. win32more/dll/x64/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
  67. win32more/dll/x86/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll +0 -0
  68. win32more/dll/x86/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
  69. win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info/METADATA +6 -0
  70. win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info/RECORD +85 -0
  71. {win32more_microsoft_windowsappsdk-0.7.1.6.250430001.dist-info → win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info}/WHEEL +1 -1
  72. {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
  73. win32more_microsoft_windowsappsdk-0.7.1.6.250430001.dist-info/METADATA +0 -6
  74. win32more_microsoft_windowsappsdk-0.7.1.6.250430001.dist-info/RECORD +0 -67
@@ -5,6 +5,7 @@ import win32more.Microsoft.UI.Composition
5
5
  import win32more.Microsoft.UI.Input
6
6
  import win32more.Microsoft.UI.Text
7
7
  import win32more.Microsoft.UI.Xaml
8
+ import win32more.Microsoft.UI.Xaml.Automation.Peers
8
9
  import win32more.Microsoft.UI.Xaml.Controls
9
10
  import win32more.Microsoft.UI.Xaml.Controls.Primitives
10
11
  import win32more.Microsoft.UI.Xaml.Data
@@ -332,6 +333,7 @@ class AnnotatedScrollBarScrollingEventArgs(ComPtr):
332
333
  ScrollOffset = property(get_ScrollOffset, None)
333
334
  ScrollingEventKind = property(get_ScrollingEventKind, None)
334
335
  class AnnotatedScrollBarScrollingEventKind(Enum, Int32):
336
+ _name_ = 'Microsoft.UI.Xaml.Controls.AnnotatedScrollBarScrollingEventKind'
335
337
  Click = 0
336
338
  Drag = 1
337
339
  IncrementButton = 2
@@ -487,6 +489,7 @@ class AppBarButton(ComPtr, metaclass=_AppBarButton_Meta_):
487
489
  _AppBarButton_Meta_.LabelPositionProperty = property(get_LabelPositionProperty, None)
488
490
  _AppBarButton_Meta_.LabelProperty = property(get_LabelProperty, None)
489
491
  class AppBarClosedDisplayMode(Enum, Int32):
492
+ _name_ = 'Microsoft.UI.Xaml.Controls.AppBarClosedDisplayMode'
490
493
  Compact = 0
491
494
  Minimal = 1
492
495
  Hidden = 2
@@ -823,10 +826,12 @@ class AutoSuggestBoxTextChangedEventArgs(ComPtr, metaclass=_AutoSuggestBoxTextCh
823
826
  Reason = property(get_Reason, put_Reason)
824
827
  _AutoSuggestBoxTextChangedEventArgs_Meta_.ReasonProperty = property(get_ReasonProperty, None)
825
828
  class AutoSuggestionBoxTextChangeReason(Enum, Int32):
829
+ _name_ = 'Microsoft.UI.Xaml.Controls.AutoSuggestionBoxTextChangeReason'
826
830
  UserInput = 0
827
831
  ProgrammaticChange = 1
828
832
  SuggestionChosen = 2
829
833
  class BackgroundSizing(Enum, Int32):
834
+ _name_ = 'Microsoft.UI.Xaml.Controls.BackgroundSizing'
830
835
  InnerBorderEdge = 0
831
836
  OuterBorderEdge = 1
832
837
  class _BitmapIcon_Meta_(ComPtr.__class__):
@@ -1926,6 +1931,7 @@ class CalendarViewDayItemChangingEventHandler(MulticastDelegate):
1926
1931
  @winrt_commethod(3)
1927
1932
  def Invoke(self, sender: win32more.Microsoft.UI.Xaml.Controls.CalendarView, e: win32more.Microsoft.UI.Xaml.Controls.CalendarViewDayItemChangingEventArgs) -> Void: ...
1928
1933
  class CalendarViewDisplayMode(Enum, Int32):
1934
+ _name_ = 'Microsoft.UI.Xaml.Controls.CalendarViewDisplayMode'
1929
1935
  Month = 0
1930
1936
  Year = 1
1931
1937
  Decade = 2
@@ -1940,10 +1946,12 @@ class CalendarViewSelectedDatesChangedEventArgs(ComPtr):
1940
1946
  AddedDates = property(get_AddedDates, None)
1941
1947
  RemovedDates = property(get_RemovedDates, None)
1942
1948
  class CalendarViewSelectionMode(Enum, Int32):
1949
+ _name_ = 'Microsoft.UI.Xaml.Controls.CalendarViewSelectionMode'
1943
1950
  None_ = 0
1944
1951
  Single = 1
1945
1952
  Multiple = 2
1946
1953
  class CandidateWindowAlignment(Enum, Int32):
1954
+ _name_ = 'Microsoft.UI.Xaml.Controls.CandidateWindowAlignment'
1947
1955
  Default = 0
1948
1956
  BottomEdge = 1
1949
1957
  class CandidateWindowBoundsChangedEventArgs(ComPtr):
@@ -1990,6 +1998,7 @@ class Canvas(ComPtr, metaclass=_Canvas_Meta_):
1990
1998
  _Canvas_Meta_.TopProperty = property(get_TopProperty, None)
1991
1999
  _Canvas_Meta_.ZIndexProperty = property(get_ZIndexProperty, None)
1992
2000
  class CharacterCasing(Enum, Int32):
2001
+ _name_ = 'Microsoft.UI.Xaml.Controls.CharacterCasing'
1993
2002
  Normal = 0
1994
2003
  Lower = 1
1995
2004
  Upper = 2
@@ -2080,6 +2089,7 @@ class CleanUpVirtualizedItemEventHandler(MulticastDelegate):
2080
2089
  @winrt_commethod(3)
2081
2090
  def Invoke(self, sender: IInspectable, e: win32more.Microsoft.UI.Xaml.Controls.CleanUpVirtualizedItemEventArgs) -> Void: ...
2082
2091
  class ClickMode(Enum, Int32):
2092
+ _name_ = 'Microsoft.UI.Xaml.Controls.ClickMode'
2083
2093
  Release = 0
2084
2094
  Press = 1
2085
2095
  Hover = 2
@@ -2274,11 +2284,13 @@ class ColorPicker(ComPtr, metaclass=_ColorPicker_Meta_):
2274
2284
  _ColorPicker_Meta_.PreviousColorProperty = property(get_PreviousColorProperty, None)
2275
2285
  ColorChanged = event(add_ColorChanged, remove_ColorChanged)
2276
2286
  class ColorPickerHsvChannel(Enum, Int32):
2287
+ _name_ = 'Microsoft.UI.Xaml.Controls.ColorPickerHsvChannel'
2277
2288
  Hue = 0
2278
2289
  Saturation = 1
2279
2290
  Value = 2
2280
2291
  Alpha = 3
2281
2292
  class ColorSpectrumComponents(Enum, Int32):
2293
+ _name_ = 'Microsoft.UI.Xaml.Controls.ColorSpectrumComponents'
2282
2294
  HueValue = 0
2283
2295
  ValueHue = 1
2284
2296
  HueSaturation = 2
@@ -2286,6 +2298,7 @@ class ColorSpectrumComponents(Enum, Int32):
2286
2298
  SaturationValue = 4
2287
2299
  ValueSaturation = 5
2288
2300
  class ColorSpectrumShape(Enum, Int32):
2301
+ _name_ = 'Microsoft.UI.Xaml.Controls.ColorSpectrumShape'
2289
2302
  Box = 0
2290
2303
  Ring = 1
2291
2304
  class _ColumnDefinition_Meta_(ComPtr.__class__):
@@ -2526,6 +2539,7 @@ class ComboBoxItem(ComPtr):
2526
2539
  @winrt_factorymethod
2527
2540
  def CreateInstance(cls: win32more.Microsoft.UI.Xaml.Controls.IComboBoxItemFactory, baseInterface: IInspectable, innerInterface: POINTER(IInspectable)) -> win32more.Microsoft.UI.Xaml.Controls.ComboBoxItem: ...
2528
2541
  class ComboBoxSelectionChangedTrigger(Enum, Int32):
2542
+ _name_ = 'Microsoft.UI.Xaml.Controls.ComboBoxSelectionChangedTrigger'
2529
2543
  Committed = 0
2530
2544
  Always = 1
2531
2545
  class ComboBoxTextSubmittedEventArgs(ComPtr):
@@ -2608,10 +2622,12 @@ class CommandBar(ComPtr, metaclass=_CommandBar_Meta_):
2608
2622
  _CommandBar_Meta_.SecondaryCommandsProperty = property(get_SecondaryCommandsProperty, None)
2609
2623
  DynamicOverflowItemsChanging = event(add_DynamicOverflowItemsChanging, remove_DynamicOverflowItemsChanging)
2610
2624
  class CommandBarDefaultLabelPosition(Enum, Int32):
2625
+ _name_ = 'Microsoft.UI.Xaml.Controls.CommandBarDefaultLabelPosition'
2611
2626
  Bottom = 0
2612
2627
  Right = 1
2613
2628
  Collapsed = 2
2614
2629
  class CommandBarDynamicOverflowAction(Enum, Int32):
2630
+ _name_ = 'Microsoft.UI.Xaml.Controls.CommandBarDynamicOverflowAction'
2615
2631
  AddingToOverflow = 0
2616
2632
  RemovingFromOverflow = 1
2617
2633
  class CommandBarFlyout(ComPtr):
@@ -2639,9 +2655,11 @@ class CommandBarFlyout(ComPtr):
2639
2655
  PrimaryCommands = property(get_PrimaryCommands, None)
2640
2656
  SecondaryCommands = property(get_SecondaryCommands, None)
2641
2657
  class CommandBarLabelPosition(Enum, Int32):
2658
+ _name_ = 'Microsoft.UI.Xaml.Controls.CommandBarLabelPosition'
2642
2659
  Default = 0
2643
2660
  Collapsed = 1
2644
2661
  class CommandBarOverflowButtonVisibility(Enum, Int32):
2662
+ _name_ = 'Microsoft.UI.Xaml.Controls.CommandBarOverflowButtonVisibility'
2645
2663
  Auto = 0
2646
2664
  Visible = 1
2647
2665
  Collapsed = 2
@@ -2947,6 +2965,7 @@ class ContentDialog(ComPtr, metaclass=_ContentDialog_Meta_):
2947
2965
  PrimaryButtonClick = event(add_PrimaryButtonClick, remove_PrimaryButtonClick)
2948
2966
  SecondaryButtonClick = event(add_SecondaryButtonClick, remove_SecondaryButtonClick)
2949
2967
  class ContentDialogButton(Enum, Int32):
2968
+ _name_ = 'Microsoft.UI.Xaml.Controls.ContentDialogButton'
2950
2969
  None_ = 0
2951
2970
  Primary = 1
2952
2971
  Secondary = 2
@@ -3000,9 +3019,11 @@ class ContentDialogOpenedEventArgs(ComPtr):
3000
3019
  default_interface: win32more.Microsoft.UI.Xaml.Controls.IContentDialogOpenedEventArgs
3001
3020
  _classid_ = 'Microsoft.UI.Xaml.Controls.ContentDialogOpenedEventArgs'
3002
3021
  class ContentDialogPlacement(Enum, Int32):
3022
+ _name_ = 'Microsoft.UI.Xaml.Controls.ContentDialogPlacement'
3003
3023
  Popup = 0
3004
3024
  InPlace = 1
3005
3025
  class ContentDialogResult(Enum, Int32):
3026
+ _name_ = 'Microsoft.UI.Xaml.Controls.ContentDialogResult'
3006
3027
  None_ = 0
3007
3028
  Primary = 1
3008
3029
  Secondary = 2
@@ -3946,6 +3967,7 @@ class DatePickerValueChangedEventArgs(ComPtr):
3946
3967
  NewDate = property(get_NewDate, None)
3947
3968
  OldDate = property(get_OldDate, None)
3948
3969
  class DisabledFormattingAccelerators(Enum, UInt32):
3970
+ _name_ = 'Microsoft.UI.Xaml.Controls.DisabledFormattingAccelerators'
3949
3971
  None_ = 0
3950
3972
  Bold = 1
3951
3973
  Italic = 2
@@ -4020,10 +4042,12 @@ class DynamicOverflowItemsChangingEventArgs(ComPtr):
4020
4042
  def get_Action(self: win32more.Microsoft.UI.Xaml.Controls.IDynamicOverflowItemsChangingEventArgs) -> win32more.Microsoft.UI.Xaml.Controls.CommandBarDynamicOverflowAction: ...
4021
4043
  Action = property(get_Action, None)
4022
4044
  class ElementRealizationOptions(Enum, UInt32):
4045
+ _name_ = 'Microsoft.UI.Xaml.Controls.ElementRealizationOptions'
4023
4046
  None_ = 0
4024
4047
  ForceCreate = 1
4025
4048
  SuppressAutoRecycle = 2
4026
4049
  class ExpandDirection(Enum, Int32):
4050
+ _name_ = 'Microsoft.UI.Xaml.Controls.ExpandDirection'
4027
4051
  Down = 0
4028
4052
  Up = 1
4029
4053
  class _Expander_Meta_(ComPtr.__class__):
@@ -18701,6 +18725,140 @@ class ITimePickerValueChangedEventArgs(ComPtr):
18701
18725
  def get_NewTime(self) -> win32more.Windows.Foundation.TimeSpan: ...
18702
18726
  NewTime = property(get_NewTime, None)
18703
18727
  OldTime = property(get_OldTime, None)
18728
+ class ITitleBar(ComPtr):
18729
+ extends: IInspectable
18730
+ _classid_ = 'Microsoft.UI.Xaml.Controls.ITitleBar'
18731
+ _iid_ = Guid('{c552714d-5d30-5a2b-9c7a-d68bea3dde8d}')
18732
+ @winrt_commethod(6)
18733
+ def get_Title(self) -> hstr: ...
18734
+ @winrt_commethod(7)
18735
+ def put_Title(self, value: hstr) -> Void: ...
18736
+ @winrt_commethod(8)
18737
+ def get_Subtitle(self) -> hstr: ...
18738
+ @winrt_commethod(9)
18739
+ def put_Subtitle(self, value: hstr) -> Void: ...
18740
+ @winrt_commethod(10)
18741
+ def get_IconSource(self) -> win32more.Microsoft.UI.Xaml.Controls.IconSource: ...
18742
+ @winrt_commethod(11)
18743
+ def put_IconSource(self, value: win32more.Microsoft.UI.Xaml.Controls.IconSource) -> Void: ...
18744
+ @winrt_commethod(12)
18745
+ def get_LeftHeader(self) -> win32more.Microsoft.UI.Xaml.UIElement: ...
18746
+ @winrt_commethod(13)
18747
+ def put_LeftHeader(self, value: win32more.Microsoft.UI.Xaml.UIElement) -> Void: ...
18748
+ @winrt_commethod(14)
18749
+ def get_Content(self) -> win32more.Microsoft.UI.Xaml.UIElement: ...
18750
+ @winrt_commethod(15)
18751
+ def put_Content(self, value: win32more.Microsoft.UI.Xaml.UIElement) -> Void: ...
18752
+ @winrt_commethod(16)
18753
+ def get_RightHeader(self) -> win32more.Microsoft.UI.Xaml.UIElement: ...
18754
+ @winrt_commethod(17)
18755
+ def put_RightHeader(self, value: win32more.Microsoft.UI.Xaml.UIElement) -> Void: ...
18756
+ @winrt_commethod(18)
18757
+ def get_IsBackButtonVisible(self) -> Boolean: ...
18758
+ @winrt_commethod(19)
18759
+ def put_IsBackButtonVisible(self, value: Boolean) -> Void: ...
18760
+ @winrt_commethod(20)
18761
+ def get_IsBackButtonEnabled(self) -> Boolean: ...
18762
+ @winrt_commethod(21)
18763
+ def put_IsBackButtonEnabled(self, value: Boolean) -> Void: ...
18764
+ @winrt_commethod(22)
18765
+ def get_IsPaneToggleButtonVisible(self) -> Boolean: ...
18766
+ @winrt_commethod(23)
18767
+ def put_IsPaneToggleButtonVisible(self, value: Boolean) -> Void: ...
18768
+ @winrt_commethod(24)
18769
+ def get_TemplateSettings(self) -> win32more.Microsoft.UI.Xaml.Controls.TitleBarTemplateSettings: ...
18770
+ @winrt_commethod(25)
18771
+ def add_BackRequested(self, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Xaml.Controls.TitleBar, IInspectable]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
18772
+ @winrt_commethod(26)
18773
+ def remove_BackRequested(self, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
18774
+ @winrt_commethod(27)
18775
+ def add_PaneToggleRequested(self, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Xaml.Controls.TitleBar, IInspectable]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
18776
+ @winrt_commethod(28)
18777
+ def remove_PaneToggleRequested(self, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
18778
+ Content = property(get_Content, put_Content)
18779
+ IconSource = property(get_IconSource, put_IconSource)
18780
+ IsBackButtonEnabled = property(get_IsBackButtonEnabled, put_IsBackButtonEnabled)
18781
+ IsBackButtonVisible = property(get_IsBackButtonVisible, put_IsBackButtonVisible)
18782
+ IsPaneToggleButtonVisible = property(get_IsPaneToggleButtonVisible, put_IsPaneToggleButtonVisible)
18783
+ LeftHeader = property(get_LeftHeader, put_LeftHeader)
18784
+ RightHeader = property(get_RightHeader, put_RightHeader)
18785
+ Subtitle = property(get_Subtitle, put_Subtitle)
18786
+ TemplateSettings = property(get_TemplateSettings, None)
18787
+ Title = property(get_Title, put_Title)
18788
+ BackRequested = event(add_BackRequested, remove_BackRequested)
18789
+ PaneToggleRequested = event(add_PaneToggleRequested, remove_PaneToggleRequested)
18790
+ class ITitleBarAutomationPeer(ComPtr):
18791
+ extends: IInspectable
18792
+ _classid_ = 'Microsoft.UI.Xaml.Controls.ITitleBarAutomationPeer'
18793
+ _iid_ = Guid('{945f8144-68f1-5731-b850-3d0e664699ea}')
18794
+ class ITitleBarAutomationPeerFactory(ComPtr):
18795
+ extends: IInspectable
18796
+ _classid_ = 'Microsoft.UI.Xaml.Controls.ITitleBarAutomationPeerFactory'
18797
+ _iid_ = Guid('{fd01dfd8-41ff-5a4f-96ab-c5082262aecd}')
18798
+ @winrt_commethod(6)
18799
+ def CreateInstance(self, owner: win32more.Microsoft.UI.Xaml.Controls.TitleBar, baseInterface: IInspectable, innerInterface: POINTER(IInspectable)) -> win32more.Microsoft.UI.Xaml.Controls.TitleBarAutomationPeer: ...
18800
+ class ITitleBarFactory(ComPtr):
18801
+ extends: IInspectable
18802
+ _classid_ = 'Microsoft.UI.Xaml.Controls.ITitleBarFactory'
18803
+ _iid_ = Guid('{c4452799-4606-59ef-9392-a0548d48b82e}')
18804
+ @winrt_commethod(6)
18805
+ def CreateInstance(self, baseInterface: IInspectable, innerInterface: POINTER(IInspectable)) -> win32more.Microsoft.UI.Xaml.Controls.TitleBar: ...
18806
+ class ITitleBarStatics(ComPtr):
18807
+ extends: IInspectable
18808
+ _classid_ = 'Microsoft.UI.Xaml.Controls.ITitleBarStatics'
18809
+ _iid_ = Guid('{f9ada39b-1f24-5955-9b5c-cacbfe9a41cf}')
18810
+ @winrt_commethod(6)
18811
+ def get_TitleProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
18812
+ @winrt_commethod(7)
18813
+ def get_SubtitleProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
18814
+ @winrt_commethod(8)
18815
+ def get_IconSourceProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
18816
+ @winrt_commethod(9)
18817
+ def get_LeftHeaderProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
18818
+ @winrt_commethod(10)
18819
+ def get_ContentProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
18820
+ @winrt_commethod(11)
18821
+ def get_RightHeaderProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
18822
+ @winrt_commethod(12)
18823
+ def get_IsBackButtonVisibleProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
18824
+ @winrt_commethod(13)
18825
+ def get_IsBackButtonEnabledProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
18826
+ @winrt_commethod(14)
18827
+ def get_IsPaneToggleButtonVisibleProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
18828
+ @winrt_commethod(15)
18829
+ def get_TemplateSettingsProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
18830
+ ContentProperty = property(get_ContentProperty, None)
18831
+ IconSourceProperty = property(get_IconSourceProperty, None)
18832
+ IsBackButtonEnabledProperty = property(get_IsBackButtonEnabledProperty, None)
18833
+ IsBackButtonVisibleProperty = property(get_IsBackButtonVisibleProperty, None)
18834
+ IsPaneToggleButtonVisibleProperty = property(get_IsPaneToggleButtonVisibleProperty, None)
18835
+ LeftHeaderProperty = property(get_LeftHeaderProperty, None)
18836
+ RightHeaderProperty = property(get_RightHeaderProperty, None)
18837
+ SubtitleProperty = property(get_SubtitleProperty, None)
18838
+ TemplateSettingsProperty = property(get_TemplateSettingsProperty, None)
18839
+ TitleProperty = property(get_TitleProperty, None)
18840
+ class ITitleBarTemplateSettings(ComPtr):
18841
+ extends: IInspectable
18842
+ _classid_ = 'Microsoft.UI.Xaml.Controls.ITitleBarTemplateSettings'
18843
+ _iid_ = Guid('{be19011a-4957-5332-98b8-1704401b6a0e}')
18844
+ @winrt_commethod(6)
18845
+ def get_IconElement(self) -> win32more.Microsoft.UI.Xaml.Controls.IconElement: ...
18846
+ @winrt_commethod(7)
18847
+ def put_IconElement(self, value: win32more.Microsoft.UI.Xaml.Controls.IconElement) -> Void: ...
18848
+ IconElement = property(get_IconElement, put_IconElement)
18849
+ class ITitleBarTemplateSettingsFactory(ComPtr):
18850
+ extends: IInspectable
18851
+ _classid_ = 'Microsoft.UI.Xaml.Controls.ITitleBarTemplateSettingsFactory'
18852
+ _iid_ = Guid('{fcf9e48c-dfe4-55f3-b179-b900a7ae9c25}')
18853
+ @winrt_commethod(6)
18854
+ def CreateInstance(self, baseInterface: IInspectable, innerInterface: POINTER(IInspectable)) -> win32more.Microsoft.UI.Xaml.Controls.TitleBarTemplateSettings: ...
18855
+ class ITitleBarTemplateSettingsStatics(ComPtr):
18856
+ extends: IInspectable
18857
+ _classid_ = 'Microsoft.UI.Xaml.Controls.ITitleBarTemplateSettingsStatics'
18858
+ _iid_ = Guid('{f568e19b-b9af-5f1f-a752-482f12887434}')
18859
+ @winrt_commethod(6)
18860
+ def get_IconElementProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
18861
+ IconElementProperty = property(get_IconElementProperty, None)
18704
18862
  class IToggleMenuFlyoutItem(ComPtr):
18705
18863
  extends: IInspectable
18706
18864
  _classid_ = 'Microsoft.UI.Xaml.Controls.IToggleMenuFlyoutItem'
@@ -20179,9 +20337,11 @@ class ImageIconSource(ComPtr, metaclass=_ImageIconSource_Meta_):
20179
20337
  ImageSource = property(get_ImageSource, put_ImageSource)
20180
20338
  _ImageIconSource_Meta_.ImageSourceProperty = property(get_ImageSourceProperty, None)
20181
20339
  class IncrementalLoadingTrigger(Enum, Int32):
20340
+ _name_ = 'Microsoft.UI.Xaml.Controls.IncrementalLoadingTrigger'
20182
20341
  None_ = 0
20183
20342
  Edge = 1
20184
20343
  class IndexBasedLayoutOrientation(Enum, Int32):
20344
+ _name_ = 'Microsoft.UI.Xaml.Controls.IndexBasedLayoutOrientation'
20185
20345
  None_ = 0
20186
20346
  TopToBottom = 1
20187
20347
  LeftToRight = 2
@@ -20394,6 +20554,7 @@ class InfoBar(ComPtr, metaclass=_InfoBar_Meta_):
20394
20554
  Closed = event(add_Closed, remove_Closed)
20395
20555
  Closing = event(add_Closing, remove_Closing)
20396
20556
  class InfoBarCloseReason(Enum, Int32):
20557
+ _name_ = 'Microsoft.UI.Xaml.Controls.InfoBarCloseReason'
20397
20558
  CloseButton = 0
20398
20559
  Programmatic = 1
20399
20560
  class InfoBarClosedEventArgs(ComPtr):
@@ -20416,6 +20577,7 @@ class InfoBarClosingEventArgs(ComPtr):
20416
20577
  Cancel = property(get_Cancel, put_Cancel)
20417
20578
  Reason = property(get_Reason, None)
20418
20579
  class InfoBarSeverity(Enum, Int32):
20580
+ _name_ = 'Microsoft.UI.Xaml.Controls.InfoBarSeverity'
20419
20581
  Informational = 0
20420
20582
  Success = 1
20421
20583
  Warning = 2
@@ -20537,6 +20699,7 @@ class ItemCollectionTransitionCompletedEventArgs(ComPtr):
20537
20699
  Element = property(get_Element, None)
20538
20700
  Transition = property(get_Transition, None)
20539
20701
  class ItemCollectionTransitionOperation(Enum, Int32):
20702
+ _name_ = 'Microsoft.UI.Xaml.Controls.ItemCollectionTransitionOperation'
20540
20703
  Add = 0
20541
20704
  Remove = 1
20542
20705
  Move = 2
@@ -20579,6 +20742,7 @@ class ItemCollectionTransitionProvider(ComPtr):
20579
20742
  def StartTransitions(self: win32more.Microsoft.UI.Xaml.Controls.IItemCollectionTransitionProviderOverrides, transitions: win32more.Windows.Foundation.Collections.IVector[win32more.Microsoft.UI.Xaml.Controls.ItemCollectionTransition]) -> Void: ...
20580
20743
  TransitionCompleted = event(add_TransitionCompleted, remove_TransitionCompleted)
20581
20744
  class ItemCollectionTransitionTriggers(Enum, UInt32):
20745
+ _name_ = 'Microsoft.UI.Xaml.Controls.ItemCollectionTransitionTriggers'
20582
20746
  CollectionChangeAdd = 1
20583
20747
  CollectionChangeRemove = 2
20584
20748
  CollectionChangeReset = 4
@@ -21177,6 +21341,7 @@ class ItemsStackPanel(ComPtr, metaclass=_ItemsStackPanel_Meta_):
21177
21341
  _ItemsStackPanel_Meta_.GroupPaddingProperty = property(get_GroupPaddingProperty, None)
21178
21342
  _ItemsStackPanel_Meta_.OrientationProperty = property(get_OrientationProperty, None)
21179
21343
  class ItemsUpdatingScrollMode(Enum, Int32):
21344
+ _name_ = 'Microsoft.UI.Xaml.Controls.ItemsUpdatingScrollMode'
21180
21345
  KeepItemsInView = 0
21181
21346
  KeepScrollOffset = 1
21182
21347
  KeepLastItemInView = 2
@@ -21310,6 +21475,7 @@ class ItemsViewSelectionChangedEventArgs(ComPtr):
21310
21475
  default_interface: win32more.Microsoft.UI.Xaml.Controls.IItemsViewSelectionChangedEventArgs
21311
21476
  _classid_ = 'Microsoft.UI.Xaml.Controls.ItemsViewSelectionChangedEventArgs'
21312
21477
  class ItemsViewSelectionMode(Enum, Int32):
21478
+ _name_ = 'Microsoft.UI.Xaml.Controls.ItemsViewSelectionMode'
21313
21479
  None_ = 0
21314
21480
  Single = 1
21315
21481
  Multiple = 2
@@ -21456,6 +21622,7 @@ class LayoutContext(ComPtr):
21456
21622
  LayoutState = property(get_LayoutState, put_LayoutState)
21457
21623
  LayoutStateCore = property(get_LayoutStateCore, put_LayoutStateCore)
21458
21624
  class LightDismissOverlayMode(Enum, Int32):
21625
+ _name_ = 'Microsoft.UI.Xaml.Controls.LightDismissOverlayMode'
21459
21626
  Auto = 0
21460
21627
  On = 1
21461
21628
  Off = 2
@@ -21582,6 +21749,7 @@ class LinedFlowLayoutItemsInfoRequestedEventArgs(ComPtr):
21582
21749
  MaxWidth = property(get_MaxWidth, put_MaxWidth)
21583
21750
  MinWidth = property(get_MinWidth, put_MinWidth)
21584
21751
  class LinedFlowLayoutItemsJustification(Enum, Int32):
21752
+ _name_ = 'Microsoft.UI.Xaml.Controls.LinedFlowLayoutItemsJustification'
21585
21753
  Start = 0
21586
21754
  Center = 1
21587
21755
  End = 2
@@ -21589,6 +21757,7 @@ class LinedFlowLayoutItemsJustification(Enum, Int32):
21589
21757
  SpaceBetween = 4
21590
21758
  SpaceEvenly = 5
21591
21759
  class LinedFlowLayoutItemsStretch(Enum, Int32):
21760
+ _name_ = 'Microsoft.UI.Xaml.Controls.LinedFlowLayoutItemsStretch'
21592
21761
  None_ = 0
21593
21762
  Fill = 1
21594
21763
  class _ListBox_Meta_(ComPtr.__class__):
@@ -21736,6 +21905,7 @@ class ListPickerFlyoutPresenter(ComPtr):
21736
21905
  default_interface: win32more.Microsoft.UI.Xaml.Controls.IListPickerFlyoutPresenter
21737
21906
  _classid_ = 'Microsoft.UI.Xaml.Controls.ListPickerFlyoutPresenter'
21738
21907
  class ListPickerFlyoutSelectionMode(Enum, Int32):
21908
+ _name_ = 'Microsoft.UI.Xaml.Controls.ListPickerFlyoutSelectionMode'
21739
21909
  Single = 0
21740
21910
  Multiple = 1
21741
21911
  class ListView(ComPtr):
@@ -22056,9 +22226,11 @@ class ListViewPersistenceHelper(ComPtr):
22056
22226
  @winrt_classmethod
22057
22227
  def SetRelativeScrollPositionAsync(cls: win32more.Microsoft.UI.Xaml.Controls.IListViewPersistenceHelperStatics, listViewBase: win32more.Microsoft.UI.Xaml.Controls.ListViewBase, relativeScrollPosition: hstr, keyToItemHandler: win32more.Microsoft.UI.Xaml.Controls.ListViewKeyToItemHandler) -> win32more.Windows.Foundation.IAsyncAction: ...
22058
22228
  class ListViewReorderMode(Enum, Int32):
22229
+ _name_ = 'Microsoft.UI.Xaml.Controls.ListViewReorderMode'
22059
22230
  Disabled = 0
22060
22231
  Enabled = 1
22061
22232
  class ListViewSelectionMode(Enum, Int32):
22233
+ _name_ = 'Microsoft.UI.Xaml.Controls.ListViewSelectionMode'
22062
22234
  None_ = 0
22063
22235
  Single = 1
22064
22236
  Multiple = 2
@@ -23155,6 +23327,7 @@ class NavigationView(ComPtr, metaclass=_NavigationView_Meta_):
23155
23327
  PaneOpening = event(add_PaneOpening, remove_PaneOpening)
23156
23328
  SelectionChanged = event(add_SelectionChanged, remove_SelectionChanged)
23157
23329
  class NavigationViewBackButtonVisible(Enum, Int32):
23330
+ _name_ = 'Microsoft.UI.Xaml.Controls.NavigationViewBackButtonVisible'
23158
23331
  Collapsed = 0
23159
23332
  Visible = 1
23160
23333
  Auto = 2
@@ -23163,6 +23336,7 @@ class NavigationViewBackRequestedEventArgs(ComPtr):
23163
23336
  default_interface: win32more.Microsoft.UI.Xaml.Controls.INavigationViewBackRequestedEventArgs
23164
23337
  _classid_ = 'Microsoft.UI.Xaml.Controls.NavigationViewBackRequestedEventArgs'
23165
23338
  class NavigationViewDisplayMode(Enum, Int32):
23339
+ _name_ = 'Microsoft.UI.Xaml.Controls.NavigationViewDisplayMode'
23166
23340
  Minimal = 0
23167
23341
  Compact = 1
23168
23342
  Expanded = 2
@@ -23342,6 +23516,7 @@ class NavigationViewItemSeparator(ComPtr):
23342
23516
  @winrt_factorymethod
23343
23517
  def CreateInstance(cls: win32more.Microsoft.UI.Xaml.Controls.INavigationViewItemSeparatorFactory, baseInterface: IInspectable, innerInterface: POINTER(IInspectable)) -> win32more.Microsoft.UI.Xaml.Controls.NavigationViewItemSeparator: ...
23344
23518
  class NavigationViewOverflowLabelMode(Enum, Int32):
23519
+ _name_ = 'Microsoft.UI.Xaml.Controls.NavigationViewOverflowLabelMode'
23345
23520
  MoreLabel = 0
23346
23521
  NoLabel = 1
23347
23522
  class NavigationViewPaneClosingEventArgs(ComPtr):
@@ -23354,6 +23529,7 @@ class NavigationViewPaneClosingEventArgs(ComPtr):
23354
23529
  def put_Cancel(self: win32more.Microsoft.UI.Xaml.Controls.INavigationViewPaneClosingEventArgs, value: Boolean) -> Void: ...
23355
23530
  Cancel = property(get_Cancel, put_Cancel)
23356
23531
  class NavigationViewPaneDisplayMode(Enum, Int32):
23532
+ _name_ = 'Microsoft.UI.Xaml.Controls.NavigationViewPaneDisplayMode'
23357
23533
  Auto = 0
23358
23534
  Left = 1
23359
23535
  Top = 2
@@ -23376,9 +23552,11 @@ class NavigationViewSelectionChangedEventArgs(ComPtr):
23376
23552
  SelectedItem = property(get_SelectedItem, None)
23377
23553
  SelectedItemContainer = property(get_SelectedItemContainer, None)
23378
23554
  class NavigationViewSelectionFollowsFocus(Enum, Int32):
23555
+ _name_ = 'Microsoft.UI.Xaml.Controls.NavigationViewSelectionFollowsFocus'
23379
23556
  Disabled = 0
23380
23557
  Enabled = 1
23381
23558
  class NavigationViewShoulderNavigationEnabled(Enum, Int32):
23559
+ _name_ = 'Microsoft.UI.Xaml.Controls.NavigationViewShoulderNavigationEnabled'
23382
23560
  WhenSelectionFollowsFocus = 0
23383
23561
  Always = 1
23384
23562
  Never = 2
@@ -23670,10 +23848,12 @@ class NumberBox(ComPtr, metaclass=_NumberBox_Meta_):
23670
23848
  _NumberBox_Meta_.ValueProperty = property(get_ValueProperty, None)
23671
23849
  ValueChanged = event(add_ValueChanged, remove_ValueChanged)
23672
23850
  class NumberBoxSpinButtonPlacementMode(Enum, Int32):
23851
+ _name_ = 'Microsoft.UI.Xaml.Controls.NumberBoxSpinButtonPlacementMode'
23673
23852
  Hidden = 0
23674
23853
  Compact = 1
23675
23854
  Inline = 2
23676
23855
  class NumberBoxValidationMode(Enum, Int32):
23856
+ _name_ = 'Microsoft.UI.Xaml.Controls.NumberBoxValidationMode'
23677
23857
  InvalidInputOverwritten = 0
23678
23858
  Disabled = 1
23679
23859
  class NumberBoxValueChangedEventArgs(ComPtr):
@@ -23687,6 +23867,7 @@ class NumberBoxValueChangedEventArgs(ComPtr):
23687
23867
  NewValue = property(get_NewValue, None)
23688
23868
  OldValue = property(get_OldValue, None)
23689
23869
  class Orientation(Enum, Int32):
23870
+ _name_ = 'Microsoft.UI.Xaml.Controls.Orientation'
23690
23871
  Vertical = 0
23691
23872
  Horizontal = 1
23692
23873
  class _Page_Meta_(ComPtr.__class__):
@@ -23783,10 +23964,12 @@ class Panel(ComPtr, metaclass=_Panel_Meta_):
23783
23964
  _Panel_Meta_.ChildrenTransitionsProperty = property(get_ChildrenTransitionsProperty, None)
23784
23965
  _Panel_Meta_.IsItemsHostProperty = property(get_IsItemsHostProperty, None)
23785
23966
  class PanelScrollingDirection(Enum, Int32):
23967
+ _name_ = 'Microsoft.UI.Xaml.Controls.PanelScrollingDirection'
23786
23968
  None_ = 0
23787
23969
  Forward = 1
23788
23970
  Backward = 2
23789
23971
  class ParallaxSourceOffsetKind(Enum, Int32):
23972
+ _name_ = 'Microsoft.UI.Xaml.Controls.ParallaxSourceOffsetKind'
23790
23973
  Absolute = 0
23791
23974
  Relative = 1
23792
23975
  class _ParallaxView_Meta_(ComPtr.__class__):
@@ -24085,6 +24268,7 @@ class PasswordBoxPasswordChangingEventArgs(ComPtr):
24085
24268
  def get_IsContentChanging(self: win32more.Microsoft.UI.Xaml.Controls.IPasswordBoxPasswordChangingEventArgs) -> Boolean: ...
24086
24269
  IsContentChanging = property(get_IsContentChanging, None)
24087
24270
  class PasswordRevealMode(Enum, Int32):
24271
+ _name_ = 'Microsoft.UI.Xaml.Controls.PasswordRevealMode'
24088
24272
  Peek = 0
24089
24273
  Hidden = 1
24090
24274
  Visible = 2
@@ -24409,6 +24593,7 @@ class PipsPager(ComPtr, metaclass=_PipsPager_Meta_):
24409
24593
  _PipsPager_Meta_.WrapModeProperty = property(get_WrapModeProperty, None)
24410
24594
  SelectedIndexChanged = event(add_SelectedIndexChanged, remove_SelectedIndexChanged)
24411
24595
  class PipsPagerButtonVisibility(Enum, Int32):
24596
+ _name_ = 'Microsoft.UI.Xaml.Controls.PipsPagerButtonVisibility'
24412
24597
  Visible = 0
24413
24598
  VisibleOnPointerOver = 1
24414
24599
  Collapsed = 2
@@ -24424,6 +24609,7 @@ class PipsPagerTemplateSettings(ComPtr):
24424
24609
  def get_PipsPagerItems(self: win32more.Microsoft.UI.Xaml.Controls.IPipsPagerTemplateSettings) -> win32more.Windows.Foundation.Collections.IVector[Int32]: ...
24425
24610
  PipsPagerItems = property(get_PipsPagerItems, None)
24426
24611
  class PipsPagerWrapMode(Enum, Int32):
24612
+ _name_ = 'Microsoft.UI.Xaml.Controls.PipsPagerWrapMode'
24427
24613
  None_ = 0
24428
24614
  Wrap = 1
24429
24615
  class _Pivot_Meta_(ComPtr.__class__):
@@ -24570,6 +24756,7 @@ class Pivot(ComPtr, metaclass=_Pivot_Meta_):
24570
24756
  PivotItemUnloading = event(add_PivotItemUnloading, remove_PivotItemUnloading)
24571
24757
  SelectionChanged = event(add_SelectionChanged, remove_SelectionChanged)
24572
24758
  class PivotHeaderFocusVisualPlacement(Enum, Int32):
24759
+ _name_ = 'Microsoft.UI.Xaml.Controls.PivotHeaderFocusVisualPlacement'
24573
24760
  ItemHeaders = 0
24574
24761
  SelectedItemHeader = 1
24575
24762
  class _PivotItem_Meta_(ComPtr.__class__):
@@ -24614,11 +24801,13 @@ class PivotItemEventArgs(ComPtr):
24614
24801
  def put_Item(self: win32more.Microsoft.UI.Xaml.Controls.IPivotItemEventArgs, value: win32more.Microsoft.UI.Xaml.Controls.PivotItem) -> Void: ...
24615
24802
  Item = property(get_Item, put_Item)
24616
24803
  class PivotSlideInAnimationGroup(Enum, Int32):
24804
+ _name_ = 'Microsoft.UI.Xaml.Controls.PivotSlideInAnimationGroup'
24617
24805
  Default = 0
24618
24806
  GroupOne = 1
24619
24807
  GroupTwo = 2
24620
24808
  GroupThree = 3
24621
24809
  class PlayerAnimationOptimization(Enum, Int32):
24810
+ _name_ = 'Microsoft.UI.Xaml.Controls.PlayerAnimationOptimization'
24622
24811
  Latency = 0
24623
24812
  Resources = 1
24624
24813
  class _ProgressBar_Meta_(ComPtr.__class__):
@@ -25185,6 +25374,7 @@ class RefreshInteractionRatioChangedEventArgs(ComPtr):
25185
25374
  def get_InteractionRatio(self: win32more.Microsoft.UI.Xaml.Controls.IRefreshInteractionRatioChangedEventArgs) -> Double: ...
25186
25375
  InteractionRatio = property(get_InteractionRatio, None)
25187
25376
  class RefreshPullDirection(Enum, Int32):
25377
+ _name_ = 'Microsoft.UI.Xaml.Controls.RefreshPullDirection'
25188
25378
  LeftToRight = 0
25189
25379
  TopToBottom = 1
25190
25380
  RightToLeft = 2
@@ -25258,11 +25448,13 @@ class RefreshVisualizer(ComPtr, metaclass=_RefreshVisualizer_Meta_):
25258
25448
  RefreshRequested = event(add_RefreshRequested, remove_RefreshRequested)
25259
25449
  RefreshStateChanged = event(add_RefreshStateChanged, remove_RefreshStateChanged)
25260
25450
  class RefreshVisualizerOrientation(Enum, Int32):
25451
+ _name_ = 'Microsoft.UI.Xaml.Controls.RefreshVisualizerOrientation'
25261
25452
  Auto = 0
25262
25453
  Normal = 1
25263
25454
  Rotate90DegreesCounterclockwise = 2
25264
25455
  Rotate270DegreesCounterclockwise = 3
25265
25456
  class RefreshVisualizerState(Enum, Int32):
25457
+ _name_ = 'Microsoft.UI.Xaml.Controls.RefreshVisualizerState'
25266
25458
  Idle = 0
25267
25459
  Peeking = 1
25268
25460
  Interacting = 2
@@ -25436,6 +25628,7 @@ class RelativePanel(ComPtr, metaclass=_RelativePanel_Meta_):
25436
25628
  _RelativePanel_Meta_.PaddingProperty = property(get_PaddingProperty, None)
25437
25629
  _RelativePanel_Meta_.RightOfProperty = property(get_RightOfProperty, None)
25438
25630
  class RequiresPointer(Enum, Int32):
25631
+ _name_ = 'Microsoft.UI.Xaml.Controls.RequiresPointer'
25439
25632
  Never = 0
25440
25633
  WhenEngaged = 1
25441
25634
  WhenFocused = 2
@@ -25748,6 +25941,7 @@ class RichEditBoxTextChangingEventArgs(ComPtr):
25748
25941
  def get_IsContentChanging(self: win32more.Microsoft.UI.Xaml.Controls.IRichEditBoxTextChangingEventArgs) -> Boolean: ...
25749
25942
  IsContentChanging = property(get_IsContentChanging, None)
25750
25943
  class RichEditClipboardFormat(Enum, Int32):
25944
+ _name_ = 'Microsoft.UI.Xaml.Controls.RichEditClipboardFormat'
25751
25945
  AllFormats = 0
25752
25946
  PlainText = 1
25753
25947
  class _RichTextBlock_Meta_(ComPtr.__class__):
@@ -26180,6 +26374,7 @@ class RowDefinitionCollection(ComPtr):
26180
26374
  def First(self: win32more.Windows.Foundation.Collections.IIterable[win32more.Microsoft.UI.Xaml.Controls.RowDefinition]) -> win32more.Windows.Foundation.Collections.IIterator[win32more.Microsoft.UI.Xaml.Controls.RowDefinition]: ...
26181
26375
  Size = property(get_Size, None)
26182
26376
  class ScrollBarVisibility(Enum, Int32):
26377
+ _name_ = 'Microsoft.UI.Xaml.Controls.ScrollBarVisibility'
26183
26378
  Disabled = 0
26184
26379
  Auto = 1
26185
26380
  Hidden = 2
@@ -26279,9 +26474,11 @@ class ScrollContentPresenter(ComPtr, metaclass=_ScrollContentPresenter_Meta_):
26279
26474
  _ScrollContentPresenter_Meta_.CanContentRenderOutsideBoundsProperty = property(get_CanContentRenderOutsideBoundsProperty, None)
26280
26475
  _ScrollContentPresenter_Meta_.SizesContentToTemplatedParentProperty = property(get_SizesContentToTemplatedParentProperty, None)
26281
26476
  class ScrollIntoViewAlignment(Enum, Int32):
26477
+ _name_ = 'Microsoft.UI.Xaml.Controls.ScrollIntoViewAlignment'
26282
26478
  Default = 0
26283
26479
  Leading = 1
26284
26480
  class ScrollMode(Enum, Int32):
26481
+ _name_ = 'Microsoft.UI.Xaml.Controls.ScrollMode'
26285
26482
  Disabled = 0
26286
26483
  Enabled = 1
26287
26484
  Auto = 2
@@ -27041,6 +27238,7 @@ class ScrollingAnchorRequestedEventArgs(ComPtr):
27041
27238
  AnchorCandidates = property(get_AnchorCandidates, None)
27042
27239
  AnchorElement = property(get_AnchorElement, put_AnchorElement)
27043
27240
  class ScrollingAnimationMode(Enum, Int32):
27241
+ _name_ = 'Microsoft.UI.Xaml.Controls.ScrollingAnimationMode'
27044
27242
  Disabled = 0
27045
27243
  Enabled = 1
27046
27244
  Auto = 2
@@ -27071,15 +27269,18 @@ class ScrollingBringingIntoViewEventArgs(ComPtr):
27071
27269
  TargetHorizontalOffset = property(get_TargetHorizontalOffset, None)
27072
27270
  TargetVerticalOffset = property(get_TargetVerticalOffset, None)
27073
27271
  class ScrollingChainMode(Enum, Int32):
27272
+ _name_ = 'Microsoft.UI.Xaml.Controls.ScrollingChainMode'
27074
27273
  Auto = 0
27075
27274
  Always = 1
27076
27275
  Never = 2
27077
27276
  class ScrollingContentOrientation(Enum, Int32):
27277
+ _name_ = 'Microsoft.UI.Xaml.Controls.ScrollingContentOrientation'
27078
27278
  Vertical = 0
27079
27279
  Horizontal = 1
27080
27280
  None_ = 2
27081
27281
  Both = 3
27082
27282
  class ScrollingInputKinds(Enum, UInt32):
27283
+ _name_ = 'Microsoft.UI.Xaml.Controls.ScrollingInputKinds'
27083
27284
  None_ = 0
27084
27285
  Touch = 1
27085
27286
  Pen = 2
@@ -27088,11 +27289,13 @@ class ScrollingInputKinds(Enum, UInt32):
27088
27289
  Gamepad = 16
27089
27290
  All = 255
27090
27291
  class ScrollingInteractionState(Enum, Int32):
27292
+ _name_ = 'Microsoft.UI.Xaml.Controls.ScrollingInteractionState'
27091
27293
  Idle = 0
27092
27294
  Interaction = 1
27093
27295
  Inertia = 2
27094
27296
  Animation = 3
27095
27297
  class ScrollingRailMode(Enum, Int32):
27298
+ _name_ = 'Microsoft.UI.Xaml.Controls.ScrollingRailMode'
27096
27299
  Enabled = 0
27097
27300
  Disabled = 1
27098
27301
  class ScrollingScrollAnimationStartingEventArgs(ComPtr):
@@ -27114,6 +27317,7 @@ class ScrollingScrollAnimationStartingEventArgs(ComPtr):
27114
27317
  EndPosition = property(get_EndPosition, None)
27115
27318
  StartPosition = property(get_StartPosition, None)
27116
27319
  class ScrollingScrollBarVisibility(Enum, Int32):
27320
+ _name_ = 'Microsoft.UI.Xaml.Controls.ScrollingScrollBarVisibility'
27117
27321
  Auto = 0
27118
27322
  Visible = 1
27119
27323
  Hidden = 2
@@ -27125,6 +27329,7 @@ class ScrollingScrollCompletedEventArgs(ComPtr):
27125
27329
  def get_CorrelationId(self: win32more.Microsoft.UI.Xaml.Controls.IScrollingScrollCompletedEventArgs) -> Int32: ...
27126
27330
  CorrelationId = property(get_CorrelationId, None)
27127
27331
  class ScrollingScrollMode(Enum, Int32):
27332
+ _name_ = 'Microsoft.UI.Xaml.Controls.ScrollingScrollMode'
27128
27333
  Enabled = 0
27129
27334
  Disabled = 1
27130
27335
  Auto = 2
@@ -27156,6 +27361,7 @@ class ScrollingScrollOptions(ComPtr):
27156
27361
  AnimationMode = property(get_AnimationMode, put_AnimationMode)
27157
27362
  SnapPointsMode = property(get_SnapPointsMode, put_SnapPointsMode)
27158
27363
  class ScrollingSnapPointsMode(Enum, Int32):
27364
+ _name_ = 'Microsoft.UI.Xaml.Controls.ScrollingSnapPointsMode'
27159
27365
  Default = 0
27160
27366
  Ignore = 1
27161
27367
  class ScrollingZoomAnimationStartingEventArgs(ComPtr):
@@ -27187,6 +27393,7 @@ class ScrollingZoomCompletedEventArgs(ComPtr):
27187
27393
  def get_CorrelationId(self: win32more.Microsoft.UI.Xaml.Controls.IScrollingZoomCompletedEventArgs) -> Int32: ...
27188
27394
  CorrelationId = property(get_CorrelationId, None)
27189
27395
  class ScrollingZoomMode(Enum, Int32):
27396
+ _name_ = 'Microsoft.UI.Xaml.Controls.ScrollingZoomMode'
27190
27397
  Enabled = 0
27191
27398
  Disabled = 1
27192
27399
  class ScrollingZoomOptions(ComPtr):
@@ -27256,6 +27463,7 @@ class SelectionChangedEventHandler(MulticastDelegate):
27256
27463
  @winrt_commethod(3)
27257
27464
  def Invoke(self, sender: IInspectable, e: win32more.Microsoft.UI.Xaml.Controls.SelectionChangedEventArgs) -> Void: ...
27258
27465
  class SelectionMode(Enum, Int32):
27466
+ _name_ = 'Microsoft.UI.Xaml.Controls.SelectionMode'
27259
27467
  Single = 0
27260
27468
  Multiple = 1
27261
27469
  Extended = 2
@@ -27555,6 +27763,7 @@ class Slider(ComPtr, metaclass=_Slider_Meta_):
27555
27763
  _Slider_Meta_.TickFrequencyProperty = property(get_TickFrequencyProperty, None)
27556
27764
  _Slider_Meta_.TickPlacementProperty = property(get_TickPlacementProperty, None)
27557
27765
  class SnapPointsType(Enum, Int32):
27766
+ _name_ = 'Microsoft.UI.Xaml.Controls.SnapPointsType'
27558
27767
  None_ = 0
27559
27768
  Optional = 1
27560
27769
  Mandatory = 2
@@ -27722,6 +27931,7 @@ class SplitView(ComPtr, metaclass=_SplitView_Meta_):
27722
27931
  PaneOpened = event(add_PaneOpened, remove_PaneOpened)
27723
27932
  PaneOpening = event(add_PaneOpening, remove_PaneOpening)
27724
27933
  class SplitViewDisplayMode(Enum, Int32):
27934
+ _name_ = 'Microsoft.UI.Xaml.Controls.SplitViewDisplayMode'
27725
27935
  Overlay = 0
27726
27936
  Inline = 1
27727
27937
  CompactOverlay = 2
@@ -27736,6 +27946,7 @@ class SplitViewPaneClosingEventArgs(ComPtr):
27736
27946
  def put_Cancel(self: win32more.Microsoft.UI.Xaml.Controls.ISplitViewPaneClosingEventArgs, value: Boolean) -> Void: ...
27737
27947
  Cancel = property(get_Cancel, put_Cancel)
27738
27948
  class SplitViewPanePlacement(Enum, Int32):
27949
+ _name_ = 'Microsoft.UI.Xaml.Controls.SplitViewPanePlacement'
27739
27950
  Left = 0
27740
27951
  Right = 1
27741
27952
  class _StackLayout_Meta_(ComPtr.__class__):
@@ -27871,6 +28082,7 @@ class StackPanel(ComPtr, metaclass=_StackPanel_Meta_):
27871
28082
  HorizontalSnapPointsChanged = event(add_HorizontalSnapPointsChanged, remove_HorizontalSnapPointsChanged)
27872
28083
  VerticalSnapPointsChanged = event(add_VerticalSnapPointsChanged, remove_VerticalSnapPointsChanged)
27873
28084
  class StretchDirection(Enum, Int32):
28085
+ _name_ = 'Microsoft.UI.Xaml.Controls.StretchDirection'
27874
28086
  UpOnly = 0
27875
28087
  DownOnly = 1
27876
28088
  Both = 2
@@ -27939,6 +28151,7 @@ class SwapChainPanel(ComPtr, metaclass=_SwapChainPanel_Meta_):
27939
28151
  _SwapChainPanel_Meta_.CompositionScaleYProperty = property(get_CompositionScaleYProperty, None)
27940
28152
  CompositionScaleChanged = event(add_CompositionScaleChanged, remove_CompositionScaleChanged)
27941
28153
  class SwipeBehaviorOnInvoked(Enum, Int32):
28154
+ _name_ = 'Microsoft.UI.Xaml.Controls.SwipeBehaviorOnInvoked'
27942
28155
  Auto = 0
27943
28156
  Close = 1
27944
28157
  RemainOpen = 2
@@ -28126,9 +28339,11 @@ class SwipeItems(ComPtr, metaclass=_SwipeItems_Meta_):
28126
28339
  Size = property(get_Size, None)
28127
28340
  _SwipeItems_Meta_.ModeProperty = property(get_ModeProperty, None)
28128
28341
  class SwipeMode(Enum, Int32):
28342
+ _name_ = 'Microsoft.UI.Xaml.Controls.SwipeMode'
28129
28343
  Reveal = 0
28130
28344
  Execute = 1
28131
28345
  class Symbol(Enum, Int32):
28346
+ _name_ = 'Microsoft.UI.Xaml.Controls.Symbol'
28132
28347
  Previous = 57600
28133
28348
  Next = 57601
28134
28349
  Play = 57602
@@ -28611,6 +28826,7 @@ class TabView(ComPtr, metaclass=_TabView_Meta_):
28611
28826
  TabTearOutRequested = event(add_TabTearOutRequested, remove_TabTearOutRequested)
28612
28827
  TabTearOutWindowRequested = event(add_TabTearOutWindowRequested, remove_TabTearOutWindowRequested)
28613
28828
  class TabViewCloseButtonOverlayMode(Enum, Int32):
28829
+ _name_ = 'Microsoft.UI.Xaml.Controls.TabViewCloseButtonOverlayMode'
28614
28830
  Auto = 0
28615
28831
  OnPointerOver = 1
28616
28832
  Always = 2
@@ -28814,6 +29030,7 @@ class TabViewTabTearOutWindowRequestedEventArgs(ComPtr):
28814
29030
  NewWindowId = property(get_NewWindowId, put_NewWindowId)
28815
29031
  Tabs = property(get_Tabs, None)
28816
29032
  class TabViewWidthMode(Enum, Int32):
29033
+ _name_ = 'Microsoft.UI.Xaml.Controls.TabViewWidthMode'
28817
29034
  Equal = 0
28818
29035
  SizeToContent = 1
28819
29036
  Compact = 2
@@ -29019,6 +29236,7 @@ class TeachingTip(ComPtr, metaclass=_TeachingTip_Meta_):
29019
29236
  Closed = event(add_Closed, remove_Closed)
29020
29237
  Closing = event(add_Closing, remove_Closing)
29021
29238
  class TeachingTipCloseReason(Enum, Int32):
29239
+ _name_ = 'Microsoft.UI.Xaml.Controls.TeachingTipCloseReason'
29022
29240
  CloseButton = 0
29023
29241
  LightDismiss = 1
29024
29242
  Programmatic = 2
@@ -29044,10 +29262,12 @@ class TeachingTipClosingEventArgs(ComPtr):
29044
29262
  Cancel = property(get_Cancel, put_Cancel)
29045
29263
  Reason = property(get_Reason, None)
29046
29264
  class TeachingTipHeroContentPlacementMode(Enum, Int32):
29265
+ _name_ = 'Microsoft.UI.Xaml.Controls.TeachingTipHeroContentPlacementMode'
29047
29266
  Auto = 0
29048
29267
  Top = 1
29049
29268
  Bottom = 2
29050
29269
  class TeachingTipPlacementMode(Enum, Int32):
29270
+ _name_ = 'Microsoft.UI.Xaml.Controls.TeachingTipPlacementMode'
29051
29271
  Auto = 0
29052
29272
  Top = 1
29053
29273
  Bottom = 2
@@ -29063,6 +29283,7 @@ class TeachingTipPlacementMode(Enum, Int32):
29063
29283
  RightBottom = 12
29064
29284
  Center = 13
29065
29285
  class TeachingTipTailVisibility(Enum, Int32):
29286
+ _name_ = 'Microsoft.UI.Xaml.Controls.TeachingTipTailVisibility'
29066
29287
  Auto = 0
29067
29288
  Visible = 1
29068
29289
  Collapsed = 2
@@ -29997,6 +30218,145 @@ class TimePickerValueChangedEventArgs(ComPtr):
29997
30218
  def get_NewTime(self: win32more.Microsoft.UI.Xaml.Controls.ITimePickerValueChangedEventArgs) -> win32more.Windows.Foundation.TimeSpan: ...
29998
30219
  NewTime = property(get_NewTime, None)
29999
30220
  OldTime = property(get_OldTime, None)
30221
+ class _TitleBar_Meta_(ComPtr.__class__):
30222
+ pass
30223
+ class TitleBar(ComPtr, metaclass=_TitleBar_Meta_):
30224
+ extends: win32more.Microsoft.UI.Xaml.Controls.Control
30225
+ default_interface: win32more.Microsoft.UI.Xaml.Controls.ITitleBar
30226
+ _classid_ = 'Microsoft.UI.Xaml.Controls.TitleBar'
30227
+ def __init__(self, *args, **kwargs):
30228
+ if kwargs:
30229
+ super().__init__(**kwargs)
30230
+ elif len(args) == 0:
30231
+ super().__init__(move=win32more.Microsoft.UI.Xaml.Controls.TitleBar.CreateInstance(*args, None, None))
30232
+ else:
30233
+ raise ValueError('no matched constructor')
30234
+ @winrt_factorymethod
30235
+ def CreateInstance(cls: win32more.Microsoft.UI.Xaml.Controls.ITitleBarFactory, baseInterface: IInspectable, innerInterface: POINTER(IInspectable)) -> win32more.Microsoft.UI.Xaml.Controls.TitleBar: ...
30236
+ @winrt_mixinmethod
30237
+ def get_Title(self: win32more.Microsoft.UI.Xaml.Controls.ITitleBar) -> hstr: ...
30238
+ @winrt_mixinmethod
30239
+ def put_Title(self: win32more.Microsoft.UI.Xaml.Controls.ITitleBar, value: hstr) -> Void: ...
30240
+ @winrt_mixinmethod
30241
+ def get_Subtitle(self: win32more.Microsoft.UI.Xaml.Controls.ITitleBar) -> hstr: ...
30242
+ @winrt_mixinmethod
30243
+ def put_Subtitle(self: win32more.Microsoft.UI.Xaml.Controls.ITitleBar, value: hstr) -> Void: ...
30244
+ @winrt_mixinmethod
30245
+ def get_IconSource(self: win32more.Microsoft.UI.Xaml.Controls.ITitleBar) -> win32more.Microsoft.UI.Xaml.Controls.IconSource: ...
30246
+ @winrt_mixinmethod
30247
+ def put_IconSource(self: win32more.Microsoft.UI.Xaml.Controls.ITitleBar, value: win32more.Microsoft.UI.Xaml.Controls.IconSource) -> Void: ...
30248
+ @winrt_mixinmethod
30249
+ def get_LeftHeader(self: win32more.Microsoft.UI.Xaml.Controls.ITitleBar) -> win32more.Microsoft.UI.Xaml.UIElement: ...
30250
+ @winrt_mixinmethod
30251
+ def put_LeftHeader(self: win32more.Microsoft.UI.Xaml.Controls.ITitleBar, value: win32more.Microsoft.UI.Xaml.UIElement) -> Void: ...
30252
+ @winrt_mixinmethod
30253
+ def get_Content(self: win32more.Microsoft.UI.Xaml.Controls.ITitleBar) -> win32more.Microsoft.UI.Xaml.UIElement: ...
30254
+ @winrt_mixinmethod
30255
+ def put_Content(self: win32more.Microsoft.UI.Xaml.Controls.ITitleBar, value: win32more.Microsoft.UI.Xaml.UIElement) -> Void: ...
30256
+ @winrt_mixinmethod
30257
+ def get_RightHeader(self: win32more.Microsoft.UI.Xaml.Controls.ITitleBar) -> win32more.Microsoft.UI.Xaml.UIElement: ...
30258
+ @winrt_mixinmethod
30259
+ def put_RightHeader(self: win32more.Microsoft.UI.Xaml.Controls.ITitleBar, value: win32more.Microsoft.UI.Xaml.UIElement) -> Void: ...
30260
+ @winrt_mixinmethod
30261
+ def get_IsBackButtonVisible(self: win32more.Microsoft.UI.Xaml.Controls.ITitleBar) -> Boolean: ...
30262
+ @winrt_mixinmethod
30263
+ def put_IsBackButtonVisible(self: win32more.Microsoft.UI.Xaml.Controls.ITitleBar, value: Boolean) -> Void: ...
30264
+ @winrt_mixinmethod
30265
+ def get_IsBackButtonEnabled(self: win32more.Microsoft.UI.Xaml.Controls.ITitleBar) -> Boolean: ...
30266
+ @winrt_mixinmethod
30267
+ def put_IsBackButtonEnabled(self: win32more.Microsoft.UI.Xaml.Controls.ITitleBar, value: Boolean) -> Void: ...
30268
+ @winrt_mixinmethod
30269
+ def get_IsPaneToggleButtonVisible(self: win32more.Microsoft.UI.Xaml.Controls.ITitleBar) -> Boolean: ...
30270
+ @winrt_mixinmethod
30271
+ def put_IsPaneToggleButtonVisible(self: win32more.Microsoft.UI.Xaml.Controls.ITitleBar, value: Boolean) -> Void: ...
30272
+ @winrt_mixinmethod
30273
+ def get_TemplateSettings(self: win32more.Microsoft.UI.Xaml.Controls.ITitleBar) -> win32more.Microsoft.UI.Xaml.Controls.TitleBarTemplateSettings: ...
30274
+ @winrt_mixinmethod
30275
+ def add_BackRequested(self: win32more.Microsoft.UI.Xaml.Controls.ITitleBar, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Xaml.Controls.TitleBar, IInspectable]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
30276
+ @winrt_mixinmethod
30277
+ def remove_BackRequested(self: win32more.Microsoft.UI.Xaml.Controls.ITitleBar, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
30278
+ @winrt_mixinmethod
30279
+ def add_PaneToggleRequested(self: win32more.Microsoft.UI.Xaml.Controls.ITitleBar, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Xaml.Controls.TitleBar, IInspectable]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
30280
+ @winrt_mixinmethod
30281
+ def remove_PaneToggleRequested(self: win32more.Microsoft.UI.Xaml.Controls.ITitleBar, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
30282
+ @winrt_classmethod
30283
+ def get_TitleProperty(cls: win32more.Microsoft.UI.Xaml.Controls.ITitleBarStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
30284
+ @winrt_classmethod
30285
+ def get_SubtitleProperty(cls: win32more.Microsoft.UI.Xaml.Controls.ITitleBarStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
30286
+ @winrt_classmethod
30287
+ def get_IconSourceProperty(cls: win32more.Microsoft.UI.Xaml.Controls.ITitleBarStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
30288
+ @winrt_classmethod
30289
+ def get_LeftHeaderProperty(cls: win32more.Microsoft.UI.Xaml.Controls.ITitleBarStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
30290
+ @winrt_classmethod
30291
+ def get_ContentProperty(cls: win32more.Microsoft.UI.Xaml.Controls.ITitleBarStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
30292
+ @winrt_classmethod
30293
+ def get_RightHeaderProperty(cls: win32more.Microsoft.UI.Xaml.Controls.ITitleBarStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
30294
+ @winrt_classmethod
30295
+ def get_IsBackButtonVisibleProperty(cls: win32more.Microsoft.UI.Xaml.Controls.ITitleBarStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
30296
+ @winrt_classmethod
30297
+ def get_IsBackButtonEnabledProperty(cls: win32more.Microsoft.UI.Xaml.Controls.ITitleBarStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
30298
+ @winrt_classmethod
30299
+ def get_IsPaneToggleButtonVisibleProperty(cls: win32more.Microsoft.UI.Xaml.Controls.ITitleBarStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
30300
+ @winrt_classmethod
30301
+ def get_TemplateSettingsProperty(cls: win32more.Microsoft.UI.Xaml.Controls.ITitleBarStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
30302
+ Content = property(get_Content, put_Content)
30303
+ IconSource = property(get_IconSource, put_IconSource)
30304
+ IsBackButtonEnabled = property(get_IsBackButtonEnabled, put_IsBackButtonEnabled)
30305
+ IsBackButtonVisible = property(get_IsBackButtonVisible, put_IsBackButtonVisible)
30306
+ IsPaneToggleButtonVisible = property(get_IsPaneToggleButtonVisible, put_IsPaneToggleButtonVisible)
30307
+ LeftHeader = property(get_LeftHeader, put_LeftHeader)
30308
+ RightHeader = property(get_RightHeader, put_RightHeader)
30309
+ Subtitle = property(get_Subtitle, put_Subtitle)
30310
+ TemplateSettings = property(get_TemplateSettings, None)
30311
+ Title = property(get_Title, put_Title)
30312
+ _TitleBar_Meta_.ContentProperty = property(get_ContentProperty, None)
30313
+ _TitleBar_Meta_.IconSourceProperty = property(get_IconSourceProperty, None)
30314
+ _TitleBar_Meta_.IsBackButtonEnabledProperty = property(get_IsBackButtonEnabledProperty, None)
30315
+ _TitleBar_Meta_.IsBackButtonVisibleProperty = property(get_IsBackButtonVisibleProperty, None)
30316
+ _TitleBar_Meta_.IsPaneToggleButtonVisibleProperty = property(get_IsPaneToggleButtonVisibleProperty, None)
30317
+ _TitleBar_Meta_.LeftHeaderProperty = property(get_LeftHeaderProperty, None)
30318
+ _TitleBar_Meta_.RightHeaderProperty = property(get_RightHeaderProperty, None)
30319
+ _TitleBar_Meta_.SubtitleProperty = property(get_SubtitleProperty, None)
30320
+ _TitleBar_Meta_.TemplateSettingsProperty = property(get_TemplateSettingsProperty, None)
30321
+ _TitleBar_Meta_.TitleProperty = property(get_TitleProperty, None)
30322
+ BackRequested = event(add_BackRequested, remove_BackRequested)
30323
+ PaneToggleRequested = event(add_PaneToggleRequested, remove_PaneToggleRequested)
30324
+ class TitleBarAutomationPeer(ComPtr):
30325
+ extends: win32more.Microsoft.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer
30326
+ default_interface: win32more.Microsoft.UI.Xaml.Controls.ITitleBarAutomationPeer
30327
+ _classid_ = 'Microsoft.UI.Xaml.Controls.TitleBarAutomationPeer'
30328
+ def __init__(self, *args, **kwargs):
30329
+ if kwargs:
30330
+ super().__init__(**kwargs)
30331
+ elif len(args) == 1:
30332
+ super().__init__(move=win32more.Microsoft.UI.Xaml.Controls.TitleBarAutomationPeer.CreateInstance(*args, None, None))
30333
+ else:
30334
+ raise ValueError('no matched constructor')
30335
+ @winrt_factorymethod
30336
+ def CreateInstance(cls: win32more.Microsoft.UI.Xaml.Controls.ITitleBarAutomationPeerFactory, owner: win32more.Microsoft.UI.Xaml.Controls.TitleBar, baseInterface: IInspectable, innerInterface: POINTER(IInspectable)) -> win32more.Microsoft.UI.Xaml.Controls.TitleBarAutomationPeer: ...
30337
+ class _TitleBarTemplateSettings_Meta_(ComPtr.__class__):
30338
+ pass
30339
+ class TitleBarTemplateSettings(ComPtr, metaclass=_TitleBarTemplateSettings_Meta_):
30340
+ extends: win32more.Microsoft.UI.Xaml.DependencyObject
30341
+ default_interface: win32more.Microsoft.UI.Xaml.Controls.ITitleBarTemplateSettings
30342
+ _classid_ = 'Microsoft.UI.Xaml.Controls.TitleBarTemplateSettings'
30343
+ def __init__(self, *args, **kwargs):
30344
+ if kwargs:
30345
+ super().__init__(**kwargs)
30346
+ elif len(args) == 0:
30347
+ super().__init__(move=win32more.Microsoft.UI.Xaml.Controls.TitleBarTemplateSettings.CreateInstance(*args, None, None))
30348
+ else:
30349
+ raise ValueError('no matched constructor')
30350
+ @winrt_factorymethod
30351
+ def CreateInstance(cls: win32more.Microsoft.UI.Xaml.Controls.ITitleBarTemplateSettingsFactory, baseInterface: IInspectable, innerInterface: POINTER(IInspectable)) -> win32more.Microsoft.UI.Xaml.Controls.TitleBarTemplateSettings: ...
30352
+ @winrt_mixinmethod
30353
+ def get_IconElement(self: win32more.Microsoft.UI.Xaml.Controls.ITitleBarTemplateSettings) -> win32more.Microsoft.UI.Xaml.Controls.IconElement: ...
30354
+ @winrt_mixinmethod
30355
+ def put_IconElement(self: win32more.Microsoft.UI.Xaml.Controls.ITitleBarTemplateSettings, value: win32more.Microsoft.UI.Xaml.Controls.IconElement) -> Void: ...
30356
+ @winrt_classmethod
30357
+ def get_IconElementProperty(cls: win32more.Microsoft.UI.Xaml.Controls.ITitleBarTemplateSettingsStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
30358
+ IconElement = property(get_IconElement, put_IconElement)
30359
+ _TitleBarTemplateSettings_Meta_.IconElementProperty = property(get_IconElementProperty, None)
30000
30360
  class _ToggleMenuFlyoutItem_Meta_(ComPtr.__class__):
30001
30361
  pass
30002
30362
  class ToggleMenuFlyoutItem(ComPtr, metaclass=_ToggleMenuFlyoutItem_Meta_):
@@ -30657,6 +31017,7 @@ class TreeViewSelectionChangedEventArgs(ComPtr):
30657
31017
  AddedItems = property(get_AddedItems, None)
30658
31018
  RemovedItems = property(get_RemovedItems, None)
30659
31019
  class TreeViewSelectionMode(Enum, Int32):
31020
+ _name_ = 'Microsoft.UI.Xaml.Controls.TreeViewSelectionMode'
30660
31021
  None_ = 0
30661
31022
  Single = 1
30662
31023
  Multiple = 2
@@ -30759,17 +31120,21 @@ class TwoPaneView(ComPtr, metaclass=_TwoPaneView_Meta_):
30759
31120
  _TwoPaneView_Meta_.WideModeConfigurationProperty = property(get_WideModeConfigurationProperty, None)
30760
31121
  ModeChanged = event(add_ModeChanged, remove_ModeChanged)
30761
31122
  class TwoPaneViewMode(Enum, Int32):
31123
+ _name_ = 'Microsoft.UI.Xaml.Controls.TwoPaneViewMode'
30762
31124
  SinglePane = 0
30763
31125
  Wide = 1
30764
31126
  Tall = 2
30765
31127
  class TwoPaneViewPriority(Enum, Int32):
31128
+ _name_ = 'Microsoft.UI.Xaml.Controls.TwoPaneViewPriority'
30766
31129
  Pane1 = 0
30767
31130
  Pane2 = 1
30768
31131
  class TwoPaneViewTallModeConfiguration(Enum, Int32):
31132
+ _name_ = 'Microsoft.UI.Xaml.Controls.TwoPaneViewTallModeConfiguration'
30769
31133
  SinglePane = 0
30770
31134
  TopBottom = 1
30771
31135
  BottomTop = 2
30772
31136
  class TwoPaneViewWideModeConfiguration(Enum, Int32):
31137
+ _name_ = 'Microsoft.UI.Xaml.Controls.TwoPaneViewWideModeConfiguration'
30773
31138
  SinglePane = 0
30774
31139
  LeftRight = 1
30775
31140
  RightLeft = 2
@@ -30887,6 +31252,7 @@ class UniformGridLayout(ComPtr, metaclass=_UniformGridLayout_Meta_):
30887
31252
  _UniformGridLayout_Meta_.MinRowSpacingProperty = property(get_MinRowSpacingProperty, None)
30888
31253
  _UniformGridLayout_Meta_.OrientationProperty = property(get_OrientationProperty, None)
30889
31254
  class UniformGridLayoutItemsJustification(Enum, Int32):
31255
+ _name_ = 'Microsoft.UI.Xaml.Controls.UniformGridLayoutItemsJustification'
30890
31256
  Start = 0
30891
31257
  Center = 1
30892
31258
  End = 2
@@ -30894,6 +31260,7 @@ class UniformGridLayoutItemsJustification(Enum, Int32):
30894
31260
  SpaceBetween = 4
30895
31261
  SpaceEvenly = 5
30896
31262
  class UniformGridLayoutItemsStretch(Enum, Int32):
31263
+ _name_ = 'Microsoft.UI.Xaml.Controls.UniformGridLayoutItemsStretch'
30897
31264
  None_ = 0
30898
31265
  Fill = 1
30899
31266
  Uniform = 2
@@ -31034,6 +31401,7 @@ class Viewbox(ComPtr, metaclass=_Viewbox_Meta_):
31034
31401
  _Viewbox_Meta_.StretchDirectionProperty = property(get_StretchDirectionProperty, None)
31035
31402
  _Viewbox_Meta_.StretchProperty = property(get_StretchProperty, None)
31036
31403
  class VirtualizationMode(Enum, Int32):
31404
+ _name_ = 'Microsoft.UI.Xaml.Controls.VirtualizationMode'
31037
31405
  Standard = 0
31038
31406
  Recycling = 1
31039
31407
  class VirtualizingLayout(ComPtr):
@@ -31368,6 +31736,7 @@ class XamlControlsResources(ComPtr, metaclass=_XamlControlsResources_Meta_):
31368
31736
  UseCompactResources = property(get_UseCompactResources, put_UseCompactResources)
31369
31737
  _XamlControlsResources_Meta_.UseCompactResourcesProperty = property(get_UseCompactResourcesProperty, None)
31370
31738
  class ZoomMode(Enum, Int32):
31739
+ _name_ = 'Microsoft.UI.Xaml.Controls.ZoomMode'
31371
31740
  Disabled = 0
31372
31741
  Enabled = 1
31373
31742