ui/winui/MainWindow.idl

4 weeks ago

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Fri, 07 Mar 2025 21:46:52 +0100 (4 weeks ago)
changeset 491
beb5963c3501
parent 205
b1ac0dd1d38b
permissions
-rw-r--r--

add ui_add_styledata function (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