ui/winui/MainWindow.idl@1391ba7e533f
ui/winui/MainWindow.idl
Tue, 07 Oct 2025 15:42:18 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Tue, 07 Oct 2025 15:42:18 +0200
- changeset 811
- 1391ba7e533f
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
implement splitview window (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;
}
}