ui/winui/MainWindow.idl@ce0e443174d7
ui/winui/MainWindow.idl
Sat, 06 Jun 2026 16:53:39 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sat, 06 Jun 2026 16:53:39 +0200
- changeset 1173
- ce0e443174d7
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
use UiEventType* instead of int* in get_eventdata_func (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;
}
}