ui/winui/MainWindow.idl@7f142ba9fd5f
ui/winui/MainWindow.idl
Mon, 07 Sep 2026 18:55:59 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Mon, 07 Sep 2026 18:55:59 +0200
- changeset 1242
- 7f142ba9fd5f
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
imageviewer: keep autoscaling when the widget is resized (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;
}
}