ui/winui/MainWindow.idl

Fri, 19 Dec 2025 23:18:48 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Fri, 19 Dec 2025 23:18:48 +0100
changeset 1017
ac1af881d8d4
parent 205
b1ac0dd1d38b
permissions
-rw-r--r--

remove unused struct member (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