ui/winui/MainWindow.idl

Sun, 13 Apr 2025 22:30:26 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 13 Apr 2025 22:30:26 +0200
changeset 563
6fc93c3b91c9
parent 205
b1ac0dd1d38b
permissions
-rw-r--r--

add ui_image_load_data (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