ui/winui/MainWindow.idl@6fa0876583bb
ui/winui/MainWindow.idl
Sat, 01 Aug 2026 13:20:05 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sat, 01 Aug 2026 13:20:05 +0200
- changeset 1224
- 6fa0876583bb
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix crash in dialog_response when the dialog was created without a parent (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;
}
}