ui/winui/MainWindow.idl@aff9ad6a54a1
ui/winui/MainWindow.idl
Sun, 26 Oct 2025 13:10:46 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 26 Oct 2025 13:10:46 +0100
- changeset 877
- aff9ad6a54a1
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
implement all toolbar item positions (Cocoa)
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}