ui/winui/MainWindow.idl@2fded9495930
ui/winui/MainWindow.idl
Thu, 02 Oct 2025 13:15:21 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Thu, 02 Oct 2025 13:15:21 +0200
- changeset 784
- 2fded9495930
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
set textfield width (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;
}
}