ui/winui/MainWindow.idl@2c8ab8c17da7
ui/winui/MainWindow.idl
Fri, 24 Apr 2026 12:54:28 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Fri, 24 Apr 2026 12:54:28 +0200
- changeset 1108
- 2c8ab8c17da7
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
implement getvaluefunc2 for menu item lists (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;
}
}