ui/winui/MainWindow.idl

4 weeks ago

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Thu, 06 Mar 2025 19:01:09 +0100 (4 weeks ago)
changeset 488
e4de8ba906f8
parent 205
b1ac0dd1d38b
permissions
-rw-r--r--

fix wrong path in pathbar_activate event (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