|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Inspector port widget. More...
#include "common/utils/types.h"#include "gui/backend/gtk_widgets/gtk_wrapper.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) |
| 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 16 of file inspector_port.h.