ui/winui/MainWindow.idl@0ebf9d7b23e8
ui/winui/MainWindow.idl
Wed, 04 Dec 2024 18:31:22 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Wed, 04 Dec 2024 18:31:22 +0100
- branch
- newapi
- changeset 406
- 0ebf9d7b23e8
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add first code of the new Motif implementation, implement buttons
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}