ui/winui/MainWindow.idl@92841501de20
ui/winui/MainWindow.idl
Wed, 10 Jun 2026 18:04:30 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Wed, 10 Jun 2026 18:04:30 +0200
- changeset 1188
- 92841501de20
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add separate app init func, that is called before startup, to improve menu initialization order on some platforms
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}