ui/winui/MainWindow.idl@bb0b8927f5c0
ui/winui/MainWindow.idl
Sun, 09 Jun 2024 15:31:07 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 09 Jun 2024 15:31:07 +0200
- branch
- newapi
- changeset 283
- bb0b8927f5c0
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add dnd selection functions (unimplemented) (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;
}
}