EPopupAction

EPopupAction

Synopsis

struct              EPopupAction;
EPopupAction *      e_popup_action_new                  (const gchar *name);
struct              EPopupActionEntry;
void                e_action_group_add_popup_actions    (GtkActionGroup *action_group,
                                                         const EPopupActionEntry *entries,
                                                         guint n_entries);

Object Hierarchy

  GObject
   +----GtkAction
         +----EPopupAction

Implemented Interfaces

EPopupAction implements GtkBuildable and GtkActivatable.

Description

Details

struct EPopupAction

struct EPopupAction;

e_popup_action_new ()

EPopupAction *      e_popup_action_new                  (const gchar *name);

struct EPopupActionEntry

struct EPopupActionEntry {
	const gchar *name;
	const gchar *label; /* optional: overrides the related action */
	const gchar *related; /* name of the related action */
};

e_action_group_add_popup_actions ()

void                e_action_group_add_popup_actions    (GtkActionGroup *action_group,
                                                         const EPopupActionEntry *entries,
                                                         guint n_entries);