e-popup-menu

e-popup-menu

Functions

Types and Values

Description

Functions

E_POPUP_ITEM()

#define             E_POPUP_ITEM(name,fn,disable_mask)

E_POPUP_ITEM is deprecated and should not be used in newly-written code.


e_popup_menu_create_with_domain ()

GtkMenu *
e_popup_menu_create_with_domain (EPopupMenu *menu_list,
                                 guint32 disable_mask,
                                 guint32 hide_mask,
                                 gpointer default_closure,
                                 const gchar *domain);

e_popup_menu_create_with_domain is deprecated and should not be used in newly-written code.

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.