| Evolution API Reference: libedataserverui, graphical utility library | ||||
|---|---|---|---|---|
ESourceComboBox;
GtkWidget * e_source_combo_box_new (ESourceList *source_list);
ESourceList * e_source_combo_box_get_source_list (ESourceComboBox *source_combo_box);
void e_source_combo_box_set_source_list (ESourceComboBox *source_combo_box,
ESourceList *source_list);
ESource * e_source_combo_box_get_active (ESourceComboBox *source_combo_box);
void e_source_combo_box_set_active (ESourceComboBox *source_combo_box,
ESource *source);
const gchar * e_source_combo_box_get_active_uid (ESourceComboBox *source_combo_box);
void e_source_combo_box_set_active_uid (ESourceComboBox *source_combo_box,
const gchar *uid);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkComboBox +----ESourceComboBox
ESourceComboBox implements
GtkWidget * e_source_combo_box_new (ESourceList *source_list);
Creates a new ESourceComboBox widget that lets the user pick an
source_list : |
an |
| Returns : | a new ESourceComboBox |
ESourceList * e_source_combo_box_get_source_list (ESourceComboBox *source_combo_box);
Returns the source_combo_box.
source_combo_box : |
an ESourceComboBox |
| Returns : | an |
void e_source_combo_box_set_source_list (ESourceComboBox *source_combo_box,ESourceList *source_list);
Sets the source list used by source_combo_box to be source_list. This
causes the contents of source_combo_box to be regenerated.
source_combo_box : |
an ESourceComboBox |
source_list : |
an |
ESource * e_source_combo_box_get_active (ESourceComboBox *source_combo_box);
Returns the NULL
source_combo_box : |
an ESourceComboBox |
| Returns : | an NULL |
void e_source_combo_box_set_active (ESourceComboBox *source_combo_box,ESource *source);
Sets the active item to the one corresponding to source.
source_combo_box : |
an ESourceComboBox |
source : |
an |
constgchar * e_source_combo_box_get_active_uid (ESourceComboBox *source_combo_box);
Returns the unique ID of the NULL
source_combo_box : |
an ESourceComboBox |
| Returns : | a unique ID string or NULL |
void e_source_combo_box_set_active_uid (ESourceComboBox *source_combo_box, constgchar *uid);
Sets the active item to the one corresponding to uid.
source_combo_box : |
an ESourceComboBox |
uid : |
a unique ID of an |