|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
PluginProperties expander widget. More...
#include "common/dsp/port.h"#include "gui/backend/gtk_widgets/gtk_wrapper.h"#include "gui/backend/gtk_widgets/two_col_expander_box.h"
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 _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, zrythm::plugins::Plugin *pl) |
| Refreshes each field. | |
| void | plugin_properties_expander_widget_setup (PluginPropertiesExpanderWidget *self, zrythm::plugins::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 22 of file plugin_properties_expander.h.
| typedef struct _PluginPresetSelectorWidget PluginPresetSelectorWidget |
Definition at line 18 of file plugin_properties_expander.h.