#include <lv2_external_ui.h>
When LV2_EXTERNAL_UI__Widget UI is instantiated, the returned LV2UI_Widget handle must be cast to pointer to LV2_External_UI_Widget. UI is created in invisible state.
◆ hide
Host calls this function to make the plugin UI invisible again.
- Parameters
-
◆ run
Host calls this function regulary. UI library implementing the callback may do IPC or redraw the UI.
- Parameters
-
◆ show
Host calls this function to make the plugin UI visible.
- Parameters
-
The documentation for this struct was generated from the following file:
- /home/runner/work/lmms-fork/lmms-fork/plugins/CarlaBase/carla/source/includes/lv2/lv2_external_ui.h