ui/winui/MainWindow.idl@dc5ed4c10d83
ui/winui/MainWindow.idl
Wed, 09 Apr 2025 20:49:27 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Wed, 09 Apr 2025 20:49:27 +0200
- changeset 559
- dc5ed4c10d83
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix radio buttons (QT)
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}