Deprecated ChangesΒΆ

virtual WidgetPointer make_widget()

Has been deprecated in favor of: virtual WidgetPointer make_widget(const WidgetContext& context)

The original function without the WidgetContext reference is still left in for backwards-compatibility, but it is recommended to use the new function with the WidgetContext.

Previous topic

Breaking Changes

Next topic

New Features