ui/winui/MainWindow.idl@fd3a3d237ecc
ui/winui/MainWindow.idl
Thu, 18 Jun 2026 18:14:06 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Thu, 18 Jun 2026 18:14:06 +0200
- changeset 1210
- fd3a3d237ecc
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
use SF Symbols (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;
}
}