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

Inspector port widget. More...

#include "utils/resources.h"
#include <gtk/gtk.h>
Include dependency graph for inspector_port.h:

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)
 
InspectorPortWidgetinspector_port_widget_new (Port *port)
 Creates a new widget.
 

Detailed Description

Inspector port widget.

Definition in file inspector_port.h.

Macro Definition Documentation

◆ INSPECTOR_PORT_WIDGET_TYPE

#define INSPECTOR_PORT_WIDGET_TYPE   (inspector_port_widget_get_type ())

Definition at line 17 of file inspector_port.h.

Typedef Documentation

◆ PortConnectionsPopoverWidget

typedef struct _PortConnectionsPopoverWidget PortConnectionsPopoverWidget

Definition at line 26 of file inspector_port.h.