ui/winui/MainWindow.idl@367b2bbbc07e
ui/winui/MainWindow.idl
Thu, 16 Oct 2025 10:48:16 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Thu, 16 Oct 2025 10:48:16 +0200
- changeset 851
- 367b2bbbc07e
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add tabview (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;
}
}