| Top |  |  |  |  | 
| void | e_notice () | 
| void | e_dialog_combo_box_set () | 
| gint | e_dialog_combo_box_get () | 
| GtkWidget * | e_dialog_button_new_with_icon () | 
void e_notice (gpointer parent,GtkMessageType type,const gchar *format,...);
Convenience function to show a dialog with a message and an "OK" button.
void e_dialog_combo_box_set (GtkWidget *widget,gint value,const gint *value_map);
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);
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.