ui/winui/MainWindow.idl@68f513430e5a
ui/winui/MainWindow.idl
Tue, 19 Aug 2025 12:38:16 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Tue, 19 Aug 2025 12:38:16 +0200
- changeset 696
- 68f513430e5a
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
implement ui_listbox_list_update (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;
}
}