Zrythm
a highly automated and intuitive digital audio workstation
|
Data Fields | |
GtkPopover | parent_instance |
Port * | port |
The port. | |
GtkBox * | main_box |
The main vertical box containing everything. | |
GtkLabel * | title |
Title to show at the top, e.g. | |
GtkBox * | ports_box |
Box containing the ports. | |
GtkButton * | add |
Button to add connection. | |
Definition at line 36 of file port_connections_popover.h.
GtkButton* PortConnectionsPopoverWidget::add |
Button to add connection.
Definition at line 53 of file port_connections_popover.h.
GtkBox* PortConnectionsPopoverWidget::main_box |
The main vertical box containing everything.
Definition at line 44 of file port_connections_popover.h.
GtkPopover PortConnectionsPopoverWidget::parent_instance |
Definition at line 38 of file port_connections_popover.h.
Port* PortConnectionsPopoverWidget::port |
The port.
Definition at line 41 of file port_connections_popover.h.
GtkBox* PortConnectionsPopoverWidget::ports_box |
Box containing the ports.
Definition at line 50 of file port_connections_popover.h.
GtkLabel* PortConnectionsPopoverWidget::title |