ui/winui/MainWindow.idl

Thu, 23 Apr 2026 12:56:13 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Thu, 23 Apr 2026 12:56:13 +0200
changeset 1103
4ba6f75d8966
parent 205
b1ac0dd1d38b
permissions
-rw-r--r--

implement actions for textfield events (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