13#ifndef __GUI_WIDGETS_PORT_CONNECTIONS_POPOVER_H__
14#define __GUI_WIDGETS_PORT_CONNECTIONS_POPOVER_H__
16#include "gtk_wrapper.h"
18#define PORT_CONNECTIONS_POPOVER_WIDGET_TYPE \
19 (port_connections_popover_widget_get_type ())
22 port_connections_popover_widget,
24 PORT_CONNECTIONS_POPOVER_WIDGET,
28typedef struct _PortSelectorPopoverWidget PortSelectorPopoverWidget;
36typedef struct _PortConnectionsPopoverWidget
38 GtkPopover parent_instance;
Must ONLY be created via port_new()