ui/winui/MainWindow.idl@8801df33144f
ui/winui/MainWindow.idl
Sat, 11 Oct 2025 12:00:07 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sat, 11 Oct 2025 12:00:07 +0200
- changeset 834
- 8801df33144f
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add support for sublists without headers (Cocoa)
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}