ui/winui/MainWindow.idl@6bb45d356481
ui/winui/MainWindow.idl
Sat, 12 Sep 2026 11:42:52 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sat, 12 Sep 2026 11:42:52 +0200
- changeset 1249
- 6bb45d356481
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix sourcelist button in the gtk3 implementation
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}