ui/winui/MainWindow.idl@88ed463e5433
ui/winui/MainWindow.idl
Sat, 12 Apr 2025 19:21:15 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sat, 12 Apr 2025 19:21:15 +0200
- changeset 562
- 88ed463e5433
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
implement radio button (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;
}
}