ui/winui/MainWindow.idl

Wed, 24 Sep 2025 21:00:42 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Wed, 24 Sep 2025 21:00:42 +0200
changeset 775
c39e71be2e18
parent 205
b1ac0dd1d38b
permissions
-rw-r--r--

allow NULL as enablefunc in ui_widget_set_groups

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