ui/winui/MainWindow.idl@f415387fff6f
ui/winui/MainWindow.idl
Thu, 29 Jan 2026 19:01:52 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Thu, 29 Jan 2026 19:01:52 +0100
- changeset 1064
- f415387fff6f
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add visibility_states arg to labels, buttons, text widgets (Motif)
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}