Zrythm
a highly automated and intuitive digital audio workstation
|
Inspector port widget. More...
Go to the source code of this file.
Data Structures | |
struct | InspectorPortWidget |
A Port to show in the inspector for Plugin's. More... | |
Macros | |
#define | INSPECTOR_PORT_WIDGET_TYPE (inspector_port_widget_get_type ()) |
Typedefs | |
typedef struct _PortConnectionsPopoverWidget | PortConnectionsPopoverWidget |
Functions | |
G_DECLARE_FINAL_TYPE (InspectorPortWidget, inspector_port_widget, Z, INSPECTOR_PORT_WIDGET, GtkWidget) typedef struct _BarSliderWidget BarSliderWidget | |
void | inspector_port_widget_refresh (InspectorPortWidget *self) |
InspectorPortWidget * | inspector_port_widget_new (Port *port) |
Creates a new widget. | |
Inspector port widget.
Definition in file inspector_port.h.
#define INSPECTOR_PORT_WIDGET_TYPE (inspector_port_widget_get_type ()) |
Definition at line 17 of file inspector_port.h.
typedef struct _PortConnectionsPopoverWidget PortConnectionsPopoverWidget |
Definition at line 26 of file inspector_port.h.