ui/winui/MainWindow.idl@cba744633584
ui/winui/MainWindow.idl
Tue, 16 Sep 2025 15:56:05 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Tue, 16 Sep 2025 15:56:05 +0200
- changeset 769
- cba744633584
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
use UiRange as default var type in ui_spinbox_create (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;
}
}