ui/winui/MainWindow.idl@999911de398b
ui/winui/MainWindow.idl
Sun, 24 May 2026 14:12:39 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 24 May 2026 14:12:39 +0200
- changeset 1138
- 999911de398b
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix gtk4 menu radiobutton enumeration
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}