ui/winui/MainWindow.idl

Sat, 04 Jul 2026 17:46:17 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 04 Jul 2026 17:46:17 +0200
changeset 1217
c1d4c331c28b
parent 205
b1ac0dd1d38b
permissions
-rw-r--r--

small fixes in the motif grid widget

// 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