ui/winui/MainWindow.idl@e7459e9fbed2
ui/winui/MainWindow.idl
Sun, 30 Nov 2025 14:40:47 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 30 Nov 2025 14:40:47 +0100
- changeset 941
- e7459e9fbed2
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix uninitialized memory in ui_create_splitpane_data (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;
}
}