ui/winui/MainWindow.idl@1e2f3a44d455
ui/winui/MainWindow.idl
Sun, 03 Aug 2025 10:53:58 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 03 Aug 2025 10:53:58 +0200
- changeset 686
- 1e2f3a44d455
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
implement missing ui_textarea 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;
}
}