ui/winui/MainWindow.idl

Tue, 21 Oct 2025 12:34:17 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Tue, 21 Oct 2025 12:34:17 +0200
changeset 869
6b7a178cff7c
parent 205
b1ac0dd1d38b
permissions
-rw-r--r--

add some missing functions (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;
    }
}

mercurial