ui/winui/MainWindow.idl@525a14307887
ui/winui/MainWindow.idl
Mon, 25 Aug 2025 17:55:41 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Mon, 25 Aug 2025 17:55:41 +0200
- changeset 726
- 525a14307887
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
implement ui_customwidget_create (Cocoa)
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}