Types and Values
E_POPUP_SEPARATOR
#define E_POPUP_SEPARATOR { (gchar *) "", NULL, (NULL), 0 }
E_POPUP_SEPARATOR
is deprecated and should not be used in newly-written code.
E_POPUP_TERMINATOR
#define E_POPUP_TERMINATOR { NULL, NULL, (NULL), 0 }
E_POPUP_TERMINATOR
is deprecated and should not be used in newly-written code.
struct EPopupMenu
struct EPopupMenu {
gchar *name;
gchar *pixname;
GCallback fn;
guint32 disable_mask;
};
EPopupMenu
is deprecated and should not be used in newly-written code.