7#ifndef __GUI_WIDGETS_PORT_CONNECTION_ROW_H__
8#define __GUI_WIDGETS_PORT_CONNECTION_ROW_H__
10#include "gtk_wrapper.h"
12#define PORT_CONNECTION_ROW_WIDGET_TYPE (port_connection_row_widget_get_type ())
15 port_connection_row_widget,
17 PORT_CONNECTION_ROW_WIDGET,
25typedef struct _PortConnectionRowWidget
27 GtkBox parent_instance;
42 GtkButton * delete_btn;
54port_connection_row_widget_new (
A connection between two ports.