ui/winui/MainWindow.idl@2fdfb8a15e82
ui/winui/MainWindow.idl
Sat, 30 Aug 2025 16:39:37 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sat, 30 Aug 2025 16:39:37 +0200
- changeset 740
- 2fdfb8a15e82
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix gtk3 build, implement workaround for gtk_button_set_can_shrink
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}