ui/winui/MainWindow.idl@3f0c9fe60c68
ui/winui/MainWindow.idl
Mon, 16 Jun 2025 21:41:55 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Mon, 16 Jun 2025 21:41:55 +0200
- changeset 627
- 3f0c9fe60c68
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
use uic_object_new_toplevel to create toplevel objects
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}