ui/winui/MainWindow.idl@aad99285865c
ui/winui/MainWindow.idl
Wed, 13 Nov 2024 21:30:18 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Wed, 13 Nov 2024 21:30:18 +0100
- branch
- newapi
- changeset 380
- aad99285865c
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
make table column sizes adjustable (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;
}
}