ui/winui/MainWindow.idl@a5f3abf8b9d1
ui/winui/MainWindow.idl
4 weeks ago
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Wed, 05 Mar 2025 22:09:22 +0100 (4 weeks ago)
- changeset 486
- a5f3abf8b9d1
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
refactor textarea to store a text buffer object in UiText values (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;
}
}