ui/winui/MainWindow.idl@204677c47576
ui/winui/MainWindow.idl
Sat, 08 Aug 2026 17:45:08 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sat, 08 Aug 2026 17:45:08 +0200
- changeset 1228
- 204677c47576
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix wrong button numbers in the dialog window (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;
}
}