struct _EPopupTarget — A popup menu target definition.
struct _EPopupTarget {
struct _EPopup * popup;
struct _GtkWidget * widget;
guint32 type;
guint32 mask;
}; The parent popup object, used for virtual methods on the target.
The parent widget, where available. In some cases the type of this object is part of the published api for the target.
The target type. This will be defined by the implementation.
Target mask. This is used to sensitise and show items based on their definition in EPopupItem.