ui/winui/MainWindow.idl@d96ba820083a
ui/winui/MainWindow.idl
Sun, 29 Sep 2024 15:55:56 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 29 Sep 2024 15:55:56 +0200
- branch
- newapi
- changeset 314
- d96ba820083a
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
implement file dialog for gtk4
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}