ui/winui/MainWindow.idl@71d62990b016
ui/winui/MainWindow.idl
Fri, 22 Aug 2025 10:19:24 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Fri, 22 Aug 2025 10:19:24 +0200
- changeset 702
- 71d62990b016
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add utility functions for changing button label/icon (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;
}
}