ui/winui/MainWindow.idl

2 weeks ago

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Mon, 17 Mar 2025 12:22:43 +0100 (2 weeks ago)
changeset 501
c0f108b1b709
parent 205
b1ac0dd1d38b
permissions
-rw-r--r--

implement event->set for list events (GTK, 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