ui/winui/MainWindow.idl@bf7084544cb1
ui/winui/MainWindow.idl
Sun, 05 Jan 2025 17:41:39 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 05 Jan 2025 17:41:39 +0100
- changeset 439
- bf7084544cb1
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix missing selection init in gtk3 listview
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}