ui/winui/MainWindow.idl@677f7f68f5aa
ui/winui/MainWindow.idl
Wed, 29 Apr 2026 21:40:22 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Wed, 29 Apr 2026 21:40:22 +0200
- changeset 1116
- 677f7f68f5aa
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
implement textarea widget functions (Cocoa)
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}