ui/winui/MainWindow.idl@087cc9216f28
ui/winui/MainWindow.idl
Sun, 11 Feb 2024 22:06:23 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 11 Feb 2024 22:06:23 +0100
- branch
- newapi
- changeset 253
- 087cc9216f28
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
initial newapi GTK port
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}