ui/winui/MainWindow.idl@d2ac2ac4eee4
ui/winui/MainWindow.idl
Sat, 11 Apr 2026 16:29:40 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sat, 11 Apr 2026 16:29:40 +0200
- changeset 1087
- d2ac2ac4eee4
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix container.h include in widget.h (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;
}
}