ui/winui/MainWindow.idl

Fri, 31 Oct 2025 10:12:27 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Fri, 31 Oct 2025 10:12:27 +0100
changeset 886
6f5e02fcb7b9
parent 205
b1ac0dd1d38b
permissions
-rw-r--r--

implement frame container (Motif)

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