ui/winui/MainWindow.idl@1524b5dc4d4d
ui/winui/MainWindow.idl
Thu, 16 Apr 2026 17:41:35 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Thu, 16 Apr 2026 17:41:35 +0200
- changeset 1091
- 1524b5dc4d4d
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
allow NULL as ctx in ui_malloc functions
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}