Zrythm
a highly automated and intuitive digital audio workstation
|
PluginProperties expander widget. More...
Go to the source code of this file.
Data Structures | |
struct | PluginPropertiesExpanderWidget |
A widget for selecting plugin_properties in the plugin inspector. More... | |
Macros | |
#define | PLUGIN_PROPERTIES_EXPANDER_WIDGET_TYPE (plugin_properties_expander_widget_get_type ()) |
Typedefs | |
typedef struct _EditableLabelWidget | EditableLabelWidget |
typedef struct _PluginPresetSelectorWidget | PluginPresetSelectorWidget |
Functions | |
G_DECLARE_FINAL_TYPE (PluginPropertiesExpanderWidget, plugin_properties_expander_widget, Z, PLUGIN_PROPERTIES_EXPANDER_WIDGET, TwoColExpanderBoxWidget) | |
void | plugin_properties_expander_widget_refresh (PluginPropertiesExpanderWidget *self, Plugin *pl) |
Refreshes each field. | |
void | plugin_properties_expander_widget_setup (PluginPropertiesExpanderWidget *self, Plugin *pl) |
Sets up the PluginPropertiesExpanderWidget for a Plugin. | |
PluginProperties expander widget.
Definition in file plugin_properties_expander.h.
#define PLUGIN_PROPERTIES_EXPANDER_WIDGET_TYPE (plugin_properties_expander_widget_get_type ()) |
Definition at line 23 of file plugin_properties_expander.h.
typedef struct _EditableLabelWidget EditableLabelWidget |
Definition at line 18 of file plugin_properties_expander.h.
typedef struct _PluginPresetSelectorWidget PluginPresetSelectorWidget |
Definition at line 19 of file plugin_properties_expander.h.