ui/winui/MainWindow.idl

Sat, 02 May 2026 18:07:12 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 02 May 2026 18:07:12 +0200
changeset 1120
b9a0387038b7
parent 205
b1ac0dd1d38b
permissions
-rw-r--r--

implement textarea widget functions (QT)

// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.

namespace winui
{
    [default_interface]
    runtimeclass MainWindow : Microsoft.UI.Xaml.Window
    {
        MainWindow();
        Int32 MyProperty;
    }
}

mercurial