ui/winui/MainWindow.idl@65870e2dbc1b
ui/winui/MainWindow.idl
Wed, 29 Apr 2026 21:26:14 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Wed, 29 Apr 2026 21:26:14 +0200
- changeset 1115
- 65870e2dbc1b
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix missing return in ui_text_getsubstr
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}