ui/winui/MainWindow.idl@3920f803ef19
ui/winui/MainWindow.idl
Tue, 26 Aug 2025 19:21:17 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Tue, 26 Aug 2025 19:21:17 +0200
- changeset 732
- 3920f803ef19
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix inconsistent fill/expand settings (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;
}
}