ui/winui/MainWindow.idl@2ad83650d797
ui/winui/MainWindow.idl
Sun, 07 Apr 2024 13:24:26 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 07 Apr 2024 13:24:26 +0200
- branch
- newapi
- changeset 279
- 2ad83650d797
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
implement file dialog (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;
}
}