ui/winui/MainWindow.idl@63289f61fb7f
ui/winui/MainWindow.idl
Sun, 30 Mar 2025 17:54:17 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 30 Mar 2025 17:54:17 +0200
- changeset 541
- 63289f61fb7f
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add basic code structure for cocoa menu implementation
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}