struct _EMenu — A BonoboUI menu manager object.
struct _EMenu {
GObject object;
struct _EMenuPrivate * priv;
char * menuid;
struct _BonoboUIComponent * uic;
EMenuTarget * target;
}; Superclass.
Private data.
The id of this menu instance.
The current BonoboUIComponent which stores the actual menu items this object manages.
The current target for the view.