ui/winui/MainWindow.idl

Mon, 15 Sep 2025 15:58:18 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Mon, 15 Sep 2025 15:58:18 +0200
changeset 765
ee08f7859b78
parent 205
b1ac0dd1d38b
permissions
-rw-r--r--

implement splitpane value/varname args (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