ui/winui/MainWindow.idl

Thu, 26 Sep 2024 22:43:13 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Thu, 26 Sep 2024 22:43:13 +0200
branch
newapi
changeset 310
4918f9132552
parent 205
b1ac0dd1d38b
permissions
-rw-r--r--

add gtk4 pathbar

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