ui/winui/MainWindow.idl@651cf2c59dd9
ui/winui/MainWindow.idl
Sun, 12 Oct 2025 12:01:03 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 12 Oct 2025 12:01:03 +0200
- changeset 841
- 651cf2c59dd9
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
implement ui_grid_create (win32)
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}