LV2UI_Resize

Feature/interface for resizable UIs (LV2_UI__resize).

This structure is used in two ways: as a feature passed by the host via LV2UI_Descriptor::instantiate(), or as an interface provided by a UI via LV2UI_Descriptor::extension_data()).

Members

Variables

handle
LV2UI_Feature_Handle handle;

Pointer to opaque data which must be passed to ui_resize().

ui_resize
int function(LV2UI_Feature_Handle handle, int width, int height) ui_resize;

Request/advertise a size change.

Meta