struct _EMenuPixmap — A menu icon holder.
struct _EMenuPixmap {
char * command;
char * name;
int size;
char * pixmap;
}; The path to the command or verb to which this pixmap belongs.
The name of the icon. Either an icon-theme name or the full pathname of the icon.
The e-icon-factory icon size.
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.