ui/winui/MainWindow.idl@4d5aa85bc5ed
ui/winui/MainWindow.idl
Tue, 18 Nov 2025 17:26:15 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Tue, 18 Nov 2025 17:26:15 +0100
- changeset 914
- 4d5aa85bc5ed
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix wrong arg count in frame creation (Motif)
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}