ui/winui/MainWindow.idl@950d2e38957b
ui/winui/MainWindow.idl
Sun, 20 Apr 2025 10:56:50 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 20 Apr 2025 10:56:50 +0200
- changeset 578
- 950d2e38957b
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix ui_image_load_* functions would not set the type to UI_IMAGE_OBJECT_TYPE in case UiGeneric is not bound to an widget
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}