ui/winui/MainWindow.idl@03599608d555
ui/winui/MainWindow.idl
Fri, 15 Nov 2024 21:16:18 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Fri, 15 Nov 2024 21:16:18 +0100
- branch
- newapi
- changeset 383
- 03599608d555
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add UiObject reference counting (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;
}
}