ui/winui/MainWindow.idl

Mon, 28 Jul 2025 21:30:44 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Mon, 28 Jul 2025 21:30:44 +0200
changeset 681
aa1b280b5e4d
parent 205
b1ac0dd1d38b
permissions
-rw-r--r--

implement gtk3 headerbar menubutton

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