ui/winui/MainWindow.idl@ebd7b3394501
ui/winui/MainWindow.idl
Fri, 03 Oct 2025 11:44:08 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Fri, 03 Oct 2025 11:44:08 +0200
- changeset 794
- ebd7b3394501
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix splitview window left panel (GTK)
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}