ui/winui/MainWindow.idl@5a6edc92c7d9
ui/winui/MainWindow.idl
Sun, 27 Jul 2025 17:32:20 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 27 Jul 2025 17:32:20 +0200
- changeset 678
- 5a6edc92c7d9
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
implement toolbar label,icon,onclick (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;
}
}