ui/winui/MainWindow.idl@5b930e8c3a87
ui/winui/MainWindow.idl
Thu, 17 Jul 2025 22:01:52 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Thu, 17 Jul 2025 22:01:52 +0200
- changeset 669
- 5b930e8c3a87
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
simplify layout fill option, remove fill parameter from container add function (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;
}
}