ui/winui/MainWindow.idl@5370ea7e45a2
ui/winui/MainWindow.idl
Sun, 09 Jun 2024 16:26:28 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 09 Jun 2024 16:26:28 +0200
- branch
- newapi
- changeset 287
- 5370ea7e45a2
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix eventdata not set by menu list events (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;
}
}