ui/winui/MainWindow.idl

4 months ago

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Thu, 28 Nov 2024 18:04:55 +0100 (4 months ago)
branch
newapi
changeset 397
6d4adf6fba1f
parent 205
b1ac0dd1d38b
permissions
-rw-r--r--

fix textarea crash when no value is specified (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;
    }
}

mercurial