ui/winui/MainWindow.idl@4243fcc0aa5c
ui/winui/MainWindow.idl
Sun, 01 Feb 2026 18:38:06 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 01 Feb 2026 18:38:06 +0100
- changeset 1067
- 4243fcc0aa5c
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add functions for scrolling a textarea to a specific position (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;
}
}