ui/winui/MainWindow.idl@df62b7205bd3
ui/winui/MainWindow.idl
5 months ago
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Tue, 26 Nov 2024 10:40:03 +0100 (5 months ago)
- branch
- newapi
- changeset 392
- df62b7205bd3
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix UiList binding copy and missing GTK table setselection method
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}