ui/winui/MainWindow.idl@5e60c784ad5b
ui/winui/MainWindow.idl
Sun, 24 May 2026 16:26:27 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 24 May 2026 16:26:27 +0200
- changeset 1139
- 5e60c784ad5b
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
allow usage of toolkit.h without defining a specific UI toolkit
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}