ui/winui/MainWindow.idl@b130f80ec7f9
ui/winui/MainWindow.idl
Thu, 21 Nov 2024 18:45:47 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Thu, 21 Nov 2024 18:45:47 +0100
- branch
- newapi
- changeset 390
- b130f80ec7f9
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
implement list/table contextmenu (GTK)
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}