ui/winui/MainWindow.idl@63623ef950e5
ui/winui/MainWindow.idl
Wed, 15 Oct 2025 18:08:43 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Wed, 15 Oct 2025 18:08:43 +0200
- changeset 849
- 63623ef950e5
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
implement gtk4 menu radio items
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}