ui/winui/MainWindow.idl@00735562b25b
ui/winui/MainWindow.idl
7 weeks ago
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 16 Feb 2025 21:15:17 +0100 (7 weeks ago)
- changeset 465
- 00735562b25b
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
implement hfill/vfill, def_hfill/def_vfill and override_defaults (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;
}
}