ui/winui/MainWindow.idl

Tue, 11 Jun 2024 21:47:43 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Tue, 11 Jun 2024 21:47:43 +0200
changeset 39
ef4e2f560fa5
parent 0
2483f517c562
permissions
-rw-r--r--

fix gtk executing ui_job_finished even if no finish callback was set

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