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

Port connections popover. More...

#include "gui/backend/gtk_widgets/gtk_wrapper.h"
Include dependency graph for port_connections_popover.h:

Go to the source code of this file.

Data Structures

struct  PortConnectionsPopoverWidget

Macros

#define PORT_CONNECTIONS_POPOVER_WIDGET_TYPE    (port_connections_popover_widget_get_type ())

Typedefs

typedef struct _PortSelectorPopoverWidget PortSelectorPopoverWidget

Functions

 G_DECLARE_FINAL_TYPE (PortConnectionsPopoverWidget, port_connections_popover_widget, Z, PORT_CONNECTIONS_POPOVER_WIDGET, GtkPopover) class Port
PortConnectionsPopoverWidgetport_connections_popover_widget_new (GtkWidget *owner)
 Creates the popover.
void port_connections_popover_widget_refresh (PortConnectionsPopoverWidget *self, Port *port)
 Refreshes the popover.

Detailed Description

Port connections popover.

Definition in file port_connections_popover.h.

Macro Definition Documentation

◆ PORT_CONNECTIONS_POPOVER_WIDGET_TYPE

#define PORT_CONNECTIONS_POPOVER_WIDGET_TYPE    (port_connections_popover_widget_get_type ())

Definition at line 18 of file port_connections_popover.h.

Typedef Documentation

◆ PortSelectorPopoverWidget

typedef struct _PortSelectorPopoverWidget PortSelectorPopoverWidget

Definition at line 28 of file port_connections_popover.h.