EMailIdentityComboBox

EMailIdentityComboBox

Synopsis

struct              EMailIdentityComboBox;
GtkWidget *         e_mail_identity_combo_box_new       (ESourceRegistry *registry);
void                e_mail_identity_combo_box_refresh   (EMailIdentityComboBox *combo_box);
ESourceRegistry *   e_mail_identity_combo_box_get_registry
                                                        (EMailIdentityComboBox *combo_box);
gboolean            e_mail_identity_combo_box_get_allow_none
                                                        (EMailIdentityComboBox *combo_box);
void                e_mail_identity_combo_box_set_allow_none
                                                        (EMailIdentityComboBox *combo_box,
                                                         gboolean allow_none);

Description

Details

struct EMailIdentityComboBox

struct EMailIdentityComboBox {
	GtkComboBox parent;
	EMailIdentityComboBoxPrivate *priv;
};

e_mail_identity_combo_box_new ()

GtkWidget *         e_mail_identity_combo_box_new       (ESourceRegistry *registry);

e_mail_identity_combo_box_refresh ()

void                e_mail_identity_combo_box_refresh   (EMailIdentityComboBox *combo_box);

e_mail_identity_combo_box_get_registry ()

ESourceRegistry *   e_mail_identity_combo_box_get_registry
                                                        (EMailIdentityComboBox *combo_box);

e_mail_identity_combo_box_get_allow_none ()

gboolean            e_mail_identity_combo_box_get_allow_none
                                                        (EMailIdentityComboBox *combo_box);

e_mail_identity_combo_box_set_allow_none ()

void                e_mail_identity_combo_box_set_allow_none
                                                        (EMailIdentityComboBox *combo_box,
                                                         gboolean allow_none);