Name

struct _EMenuPixmap — A menu icon holder.

Synopsis

struct _EMenuPixmap {
  char * command;
  char * name;
  int size;
  char * pixmap;
};  

Members

command

The path to the command or verb to which this pixmap belongs.

name

The name of the icon. Either an icon-theme name or the full pathname of the icon.

size

The e-icon-factory icon size.

pixmap

The pixmap converted to XML format. If not set, then EMenu will create it as required. This must be freed if set in the free function.

Description

Used to track all pixmap items used in menus. These need to be supplied separately from the menu definition.

Description

Used to track all pixmap items used in menus. These need to be supplied separately from the menu definition.