Top | ![]() |
![]() |
![]() |
![]() |
void | e_dialog_combo_box_set () |
gint | e_dialog_combo_box_get () |
GtkWidget * | e_dialog_button_new_with_icon () |
GtkWidget * | e_dialog_offline_settings_new_limit_box () |
void e_dialog_combo_box_set (GtkWidget *widget
,gint value
,const gint *value_map
);
e_dialog_combo_box_set
is deprecated and should not be used in newly-written code.
Sets the selected item in a GtkComboBox. Please read the description of
e_dialog_radio_set()
to see how value_map
maps enumeration values to item
indices.
gint e_dialog_combo_box_get (GtkWidget *widget
,const gint *value_map
);
e_dialog_combo_box_get
is deprecated and should not be used in newly-written code.
Queries the selected item in a GtkComboBox. Please read the description
of e_dialog_radio_set()
to see how value_map
maps enumeration values to item
indices.
GtkWidget * e_dialog_button_new_with_icon (const gchar *icon_name
,const gchar *label
);
e_dialog_button_new_with_icon
is deprecated and should not be used in newly-written code.
Creates a new GtkButton with preset label
and image set
to icon_name
.
Since: 3.12
GtkWidget *
e_dialog_offline_settings_new_limit_box
(CamelOfflineSettings *offline_settings
);
e_dialog_offline_settings_new_limit_box
is deprecated and should not be used in newly-written code.
Creates a new horizontal GtkBox, which contains widgets
to configure offline_settings
properties limit-by-age,
limit-unit and limit-value.
Since: 3.24