13#ifndef __GUI_WIDGETS_PORT_CONNECTIONS_H__
14#define __GUI_WIDGETS_PORT_CONNECTIONS_H__
16#include "gtk_wrapper.h"
18typedef struct _PortConnectionsTreeWidget PortConnectionsTreeWidget;
26#define PORT_CONNECTIONS_WIDGET_TYPE (port_connections_widget_get_type ())
28 PortConnectionsWidget,
29 port_connections_widget,
31 PORT_CONNECTIONS_WIDGET,
34#define MW_PORT_CONNECTIONS (MW_MAIN_NOTEBOOK->port_connections)
39typedef struct _PortConnectionsWidget
41 GtkBox parent_instance;
43 PortConnectionsTreeWidget * bindings_tree;
44} PortConnectionsWidget;
46PortConnectionsWidget *
47port_connections_widget_new (
void);
50port_connections_widget_refresh (PortConnectionsWidget * self);