ui/winui/MainWindow.idl@f15375e0480c
ui/winui/MainWindow.idl
Sat, 30 May 2026 20:35:32 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sat, 30 May 2026 20:35:32 +0200
- changeset 1153
- f15375e0480c
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add separate textarea change events for before and after changes (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;
}
}