ui/winui/MainWindow.idl@407be316311f
ui/winui/MainWindow.idl
Mon, 06 Oct 2025 13:15:09 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Mon, 06 Oct 2025 13:15:09 +0200
- changeset 807
- 407be316311f
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add ui_tab_view_args_set_padding and fix container margin func
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}