Top | ![]() |
![]() |
![]() |
![]() |
|
e_source_combo_box_new () |
|
e_source_combo_box_get_registry () |
|
e_source_combo_box_set_registry () |
const |
e_source_combo_box_get_extension_name () |
|
e_source_combo_box_set_extension_name () |
|
e_source_combo_box_get_show_colors () |
|
e_source_combo_box_set_show_colors () |
|
e_source_combo_box_ref_active () |
|
e_source_combo_box_set_active () |
GtkWidget * e_source_combo_box_new (,
ESourceRegistry *registryconst
);gchar *extension_name
Creates a new ESourceComboBox widget that lets the user pick an extension_name
extension.
Since: 2.22
ESourceRegistry * e_source_combo_box_get_registry (ESourceComboBox *combo_box
);
Returns the combo_box
.
Since: 3.6
void e_source_combo_box_set_registry (ESourceComboBox *combo_box
,);
ESourceRegistry *registry
Sets the combo_box
.
This function is intended for cases where combo_box
is instantiated
by a
Since: 3.6
constgchar * e_source_combo_box_get_extension_name (ESourceComboBox *combo_box
);
Returns the extension name used to filter which data sources are
shown in combo_box
.
Since: 3.6
void e_source_combo_box_set_extension_name (ESourceComboBox *combo_box
,const
);gchar *extension_name
Sets the extension name used to filter which data sources are shown in
combo_box
.
Since: 3.6
gboolean e_source_combo_box_get_show_colors (ESourceComboBox *combo_box
);
Returns whether colors are shown next to data sources.
Since: 3.6
void e_source_combo_box_set_show_colors (ESourceComboBox *combo_box
,);
gboolean show_colors
Sets whether to show colors next to data sources.
Since: 3.6
ESource * e_source_combo_box_ref_active (ESourceComboBox *combo_box
);
Returns the NULL
The returned g_object_unref()
Since: 3.6
void e_source_combo_box_set_active (ESourceComboBox *combo_box
,);
ESource *source
Sets the active item to the one corresponding to source
.
Since: 2.22
struct ESourceComboBox { GtkComboBox parent; ESourceComboBoxPrivate *priv; };
Since: 2.22