ui/winui/MainWindow.idl@622efebfab37
ui/winui/MainWindow.idl
Sun, 28 Sep 2025 20:09:08 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 28 Sep 2025 20:09:08 +0200
- changeset 777
- 622efebfab37
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add UI_STRING_EDITABLE model type (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;
}
}