ui/winui/MainWindow.idl@ef60d527c066
ui/winui/MainWindow.idl
Thu, 12 Dec 2024 23:23:09 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Thu, 12 Dec 2024 23:23:09 +0100
- branch
- newapi
- changeset 414
- ef60d527c066
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add text field widgets (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;
}
}