ui/winui/MainWindow.idl@5059f2435775
ui/winui/MainWindow.idl
Mon, 13 Jan 2025 22:50:38 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Mon, 13 Jan 2025 22:50:38 +0100
- changeset 445
- 5059f2435775
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix int columns in gtk3 tables
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}