ui/winui/MainWindow.idl@4ea4bb379273
ui/winui/MainWindow.idl
Thu, 06 Feb 2025 22:03:14 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Thu, 06 Feb 2025 22:03:14 +0100
- changeset 459
- 4ea4bb379273
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
limit textarea width (Motif)
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}