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

Inspector port widget. More...

#include "common/utils/types.h"
#include "gui/backend/gtk_widgets/gtk_wrapper.h"
Include dependency graph for inspector_port.h:

Go to the source code of this file.

Macros

#define INSPECTOR_PORT_WIDGET_TYPE   (inspector_port_widget_get_type ())

Typedefs

using InspectorPortWidget
 A Port to show in the inspector for Plugin's.

Functions

 G_DECLARE_FINAL_TYPE (InspectorPortWidget, inspector_port_widget, Z, INSPECTOR_PORT_WIDGET, GtkWidget) TYPEDEF_STRUCT_UNDERSCORED(BarSliderWidget)
 TYPEDEF_STRUCT_UNDERSCORED (PortConnectionsPopoverWidget)
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 16 of file inspector_port.h.