ui/winui/MainWindow.idl@3530a96b431b
ui/winui/MainWindow.idl
Mon, 17 Nov 2025 20:38:53 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Mon, 17 Nov 2025 20:38:53 +0100
- changeset 904
- 3530a96b431b
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix menus (Motif)
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}