ui/winui/MainWindow.idl@0484fc666c1d
ui/winui/MainWindow.idl
Sat, 15 Nov 2025 09:24:55 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sat, 15 Nov 2025 09:24:55 +0100
- changeset 898
- 0484fc666c1d
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
implement spinbox value binding (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;
}
}