ui/winui/MainWindow.idl@3b969399f962
ui/winui/MainWindow.idl
Mon, 30 Dec 2024 12:50:52 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Mon, 30 Dec 2024 12:50:52 +0100
- branch
- newapi
- changeset 421
- 3b969399f962
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix menu itemlist position (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;
}
}