ui/winui/MainWindow.idl

Mon, 12 Jan 2026 20:54:27 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Mon, 12 Jan 2026 20:54:27 +0100
changeset 1046
94df16a7fff2
parent 205
b1ac0dd1d38b
permissions
-rw-r--r--

fix ui_close could make UiObjects unusable (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