ui/winui/MainWindow.idl

5 weeks ago

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Mon, 24 Feb 2025 22:08:27 +0100 (5 weeks ago)
changeset 475
8e06a446d552
parent 205
b1ac0dd1d38b
permissions
-rw-r--r--

implement tabview UiInteger binding (Motif)

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