ui/winui/MainWindow.idl@4c6ba81d319e
ui/winui/MainWindow.idl
Wed, 25 Jun 2025 21:59:36 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Wed, 25 Jun 2025 21:59:36 +0200
- changeset 633
- 4c6ba81d319e
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add ui_getvaluefunc2 (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;
}
}