ui/winui/MainWindow.idl@b47bda6666ce
ui/winui/MainWindow.idl
Wed, 13 Nov 2024 22:02:50 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Wed, 13 Nov 2024 22:02:50 +0100
- branch
- newapi
- changeset 381
- b47bda6666ce
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix gtk3 image loading
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}