Name

struct _EMenu — A BonoboUI menu manager object.

Synopsis

struct _EMenu {
  GObject object;
  struct _EMenuPrivate * priv;
  char * menuid;
  struct _BonoboUIComponent * uic;
  EMenuTarget * target;
};  

Members

object

Superclass.

priv

Private data.

menuid

The id of this menu instance.

uic

The current BonoboUIComponent which stores the actual menu items this object manages.

target

The current target for the view.

Description

The EMenu manager object manages the mappings between EMenuItems and the BonoboUI menus loaded from UI files.

Description

The EMenu manager object manages the mappings between EMenuItems and the BonoboUI menus loaded from UI files.