ui/winui/MainWindow.idl@e35cdf33998c
ui/winui/MainWindow.idl
Fri, 13 Dec 2024 10:59:31 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Fri, 13 Dec 2024 10:59:31 +0100
- branch
- newapi
- changeset 415
- e35cdf33998c
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
finish motif path bar implementation
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}