ui/winui/MainWindow.idl@c2b318b93062
ui/winui/MainWindow.idl
Thu, 20 Nov 2025 20:09:00 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Thu, 20 Nov 2025 20:09:00 +0100
- changeset 921
- c2b318b93062
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
take manage status of child widgets into account in the grid layout (Motif)
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}