ui/winui/MainWindow.idl@832e9288f8e2
ui/winui/MainWindow.idl
Wed, 31 Dec 2025 11:36:42 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Wed, 31 Dec 2025 11:36:42 +0100
- changeset 1038
- 832e9288f8e2
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
implement var binding for menu check items (GTK3)
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}