ui/winui/MainWindow.idl@4efc7c19e31d
ui/winui/MainWindow.idl
Mon, 23 Sep 2024 23:17:39 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Mon, 23 Sep 2024 23:17:39 +0200
- branch
- newapi
- changeset 308
- 4efc7c19e31d
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
simplify gtk button code
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}