ui/winui/MainWindow.idl@797b73c2c883
ui/winui/MainWindow.idl
Thu, 17 Apr 2025 10:33:05 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Thu, 17 Apr 2025 10:33:05 +0200
- changeset 568
- 797b73c2c883
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
radio button indices should start at 1 (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;
}
}