ui/winui/MainWindow.idl@85fef17b0105
ui/winui/MainWindow.idl
Sun, 24 May 2026 16:47:27 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 24 May 2026 16:47:27 +0200
- changeset 1140
- 85fef17b0105
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix ui/widget.h in case no specific toolkit is used (UI_GENERIC)
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}