Name

struct _EPopup — A Popup menu manager.

Synopsis

struct _EPopup {
  GObject object;
  struct _EPopupPrivate * priv;
  char * menuid;
  EPopupTarget * target;
};  

Members

object

Superclass, GObject.

priv

Private data.

menuid

The id of this menu instance.

target

The current target during the display of the popup menu.

Description

The EPopup manager object. Each popup menu is built using this one-off object which is created each time the popup is invoked.

Description

The EPopup manager object. Each popup menu is built using this one-off object which is created each time the popup is invoked.