ui/winui/MainWindow.idl@28c2a28026ab
ui/winui/MainWindow.idl
Tue, 18 Nov 2025 13:49:41 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Tue, 18 Nov 2025 13:49:41 +0100
- changeset 909
- 28c2a28026ab
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix crash in listview_save_selection when only one item is selected (Motif)
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}