ui/winui/MainWindow.idl@3eb26df703bf
ui/winui/MainWindow.idl
Tue, 31 Dec 2024 17:57:43 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Tue, 31 Dec 2024 17:57:43 +0100
- branch
- newapi
- changeset 426
- 3eb26df703bf
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
implement Grid col/row spacing (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;
}
}