ui/winui/MainWindow.idl

Sat, 30 Aug 2025 16:02:52 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 30 Aug 2025 16:02:52 +0200
changeset 738
0dbf92544d4f
parent 205
b1ac0dd1d38b
permissions
-rw-r--r--

add stylefunc for table/listview for row and cell styling options (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