ui/winui/MainWindow.idl

Sun, 23 Mar 2025 18:21:45 +0100

author
Olaf Winermann <olaf.wintermann@gmail.com>
date
Sun, 23 Mar 2025 18:21:45 +0100
changeset 504
f0c21da35aa4
parent 205
b1ac0dd1d38b
permissions
-rw-r--r--

improve ui_listview_update2 and add todo for further improvements (GTK)

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