ui/winui/MainWindow.idl@1f45788e0bac
ui/winui/MainWindow.idl
Mon, 20 Apr 2026 21:19:13 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Mon, 20 Apr 2026 21:19:13 +0200
- changeset 1098
- 1f45788e0bac
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add ui_add_action (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;
}
}