ui/winui/MainWindow.idl@02c95df91de1
ui/winui/MainWindow.idl
Mon, 23 Sep 2024 23:22:27 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Mon, 23 Sep 2024 23:22:27 +0200
- branch
- newapi
- changeset 309
- 02c95df91de1
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add headerbar toggle button (GTK)
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}