ui/winui/MainWindow.idl@a32411b88442
ui/winui/MainWindow.idl
Wed, 03 Jun 2026 19:58:39 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Wed, 03 Jun 2026 19:58:39 +0200
- changeset 1163
- a32411b88442
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
implement actions for list/table events (Cocoa)
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}