ui/winui/MainWindow.idl@b653d8296d12
ui/winui/MainWindow.idl
Sat, 30 Aug 2025 16:39:56 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sat, 30 Aug 2025 16:39:56 +0200
- changeset 741
- b653d8296d12
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix gtk3 table update
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}