ui/winui/MainWindow.idl@ede57f5b6178
ui/winui/MainWindow.idl
Sun, 30 Mar 2025 12:00:26 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 30 Mar 2025 12:00:26 +0200
- changeset 535
- ede57f5b6178
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add QT implementation for menubars, sub-menus and simple menu items
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}