ui/winui/MainWindow.idl@f0def0c24ae6
ui/winui/MainWindow.idl
Tue, 19 May 2026 18:25:53 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Tue, 19 May 2026 18:25:53 +0200
- changeset 1130
- f0def0c24ae6
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
make sure uic_context_prepare_close is called before the window is destroyed (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;
}
}