ui/winui/MainWindow.idl@83bb0dd7123f
ui/winui/MainWindow.idl
Mon, 20 Oct 2025 21:16:53 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Mon, 20 Oct 2025 21:16:53 +0200
- changeset 867
- 83bb0dd7123f
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add visibility states to toolbar items (GTK)
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}