ui/winui/MainWindow.idl@4ab47c0f92ea
ui/winui/MainWindow.idl
Wed, 24 Dec 2025 08:47:12 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Wed, 24 Dec 2025 08:47:12 +0100
- changeset 1022
- 4ab47c0f92ea
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
intval in radio button events should be the button state (GTK)
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}