ui/winui/MainWindow.idl@63d53ce4dd67
ui/winui/MainWindow.idl
Fri, 04 Apr 2025 22:08:34 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Fri, 04 Apr 2025 22:08:34 +0200
- changeset 549
- 63d53ce4dd67
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix ui_widget_set_size (QT)
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}