ui/winui/MainWindow.idl

Sun, 06 Apr 2025 13:28:35 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 06 Apr 2025 13:28:35 +0200
changeset 553
90e38db0c755
parent 205
b1ac0dd1d38b
permissions
-rw-r--r--

rework uic_copy_binding and refactore menu itemlists to bind directly to lists without using observers

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