ui/winui/MainWindow.idl@d241dcb2cbb5
ui/winui/MainWindow.idl
Tue, 01 Apr 2025 21:58:09 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Tue, 01 Apr 2025 21:58:09 +0200
- changeset 544
- d241dcb2cbb5
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add separator widget (QT)
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}