ui/winui/MainWindow.idl@1126fb7d174e
ui/winui/MainWindow.idl
Tue, 24 Mar 2026 21:28:14 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Tue, 24 Mar 2026 21:28:14 +0100
- changeset 1081
- 1126fb7d174e
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
implement some icon macros for macos
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}