ui/winui/MainWindow.idl@428ee5baec0e
ui/winui/MainWindow.idl
Sun, 10 May 2026 11:20:04 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 10 May 2026 11:20:04 +0200
- changeset 1125
- 428ee5baec0e
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
increase app ref counter in ui_dialog_create (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;
}
}