ui/winui/MainWindow.idl@185d9fe96c6b
ui/winui/MainWindow.idl
Wed, 22 Jul 2026 21:21:24 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Wed, 22 Jul 2026 21:21:24 +0200
- changeset 1220
- 185d9fe96c6b
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add missing strdup in ui_textfield_args_set_onchange_action
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}