Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
plugin_properties_expander.h File Reference

PluginProperties expander widget. More...

#include "dsp/port.h"
#include "gui/widgets/two_col_expander_box.h"
#include <gtk/gtk.h>
Include dependency graph for plugin_properties_expander.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 _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.
 

Detailed Description

PluginProperties expander widget.

Definition in file plugin_properties_expander.h.

Macro Definition Documentation

◆ PLUGIN_PROPERTIES_EXPANDER_WIDGET_TYPE

#define PLUGIN_PROPERTIES_EXPANDER_WIDGET_TYPE    (plugin_properties_expander_widget_get_type ())

Definition at line 39 of file plugin_properties_expander.h.

Typedef Documentation

◆ EditableLabelWidget

typedef struct _EditableLabelWidget EditableLabelWidget

Definition at line 34 of file plugin_properties_expander.h.

◆ PluginPresetSelectorWidget

typedef struct _PluginPresetSelectorWidget PluginPresetSelectorWidget

Definition at line 35 of file plugin_properties_expander.h.