Top | ![]() |
![]() |
![]() |
![]() |
ENameSelectorDialog * | e_name_selector_dialog_new () |
EClientCache * | e_name_selector_dialog_ref_client_cache () |
ENameSelectorModel * | e_name_selector_dialog_peek_model () |
void | e_name_selector_dialog_set_model () |
void | e_name_selector_dialog_set_destination_index () |
void | e_name_selector_dialog_set_scrolling_policy () |
gboolean | e_name_selector_dialog_get_section_visible () |
void | e_name_selector_dialog_set_section_visible () |
ENameSelectorDialog *
e_name_selector_dialog_new (EClientCache *client_cache
);
e_name_selector_dialog_new
is deprecated and should not be used in newly-written code.
Creates a new ENameSelectorDialog.
EClientCache *
e_name_selector_dialog_ref_client_cache
(ENameSelectorDialog *name_selector_dialog
);
e_name_selector_dialog_ref_client_cache
is deprecated and should not be used in newly-written code.
Returns the EClientCache passed to e_name_selector_dialog_new()
.
The returned EClientCache is referenced for thread-safety and must be
unreferenced with g_object_unref()
when finished with it.
Since: 3.8
ENameSelectorModel *
e_name_selector_dialog_peek_model (ENameSelectorDialog *name_selector_dialog
);
e_name_selector_dialog_peek_model
is deprecated and should not be used in newly-written code.
Gets the ENameSelectorModel used by name_selector_model
.
void e_name_selector_dialog_set_model (ENameSelectorDialog *name_selector_dialog
,ENameSelectorModel *model
);
e_name_selector_dialog_set_model
is deprecated and should not be used in newly-written code.
Sets the model being used by name_selector_dialog
to model
.
void e_name_selector_dialog_set_destination_index (ENameSelectorDialog *name_selector_dialog
,guint index
);
e_name_selector_dialog_set_destination_index
is deprecated and should not be used in newly-written code.
Sets the index number of the destination section.
void e_name_selector_dialog_set_scrolling_policy (ENameSelectorDialog *name_selector_dialog
,GtkPolicyType hscrollbar_policy
,GtkPolicyType vscrollbar_policy
);
e_name_selector_dialog_set_scrolling_policy
is deprecated and should not be used in newly-written code.
Sets the scrolling policy for the contacts section.
name_selector_dialog |
an ENameSelectorDialog |
|
hscrollbar_policy |
scrolling policy for horizontal bar of the contacts window. |
|
vscrollbar_policy |
scrolling policy for vertical bar of the contacts window. |
Since: 3.2
gboolean e_name_selector_dialog_get_section_visible (ENameSelectorDialog *name_selector_dialog
,const gchar *name
);
e_name_selector_dialog_get_section_visible
is deprecated and should not be used in newly-written code.
Since: 3.8
void e_name_selector_dialog_set_section_visible (ENameSelectorDialog *name_selector_dialog
,const gchar *name
,gboolean visible
);
e_name_selector_dialog_set_section_visible
is deprecated and should not be used in newly-written code.
Shows or hides section named name
in the dialog.
name_selector_dialog |
an ENameSelectorDialog |
|
name |
name of the section |
|
visible |
whether to show or hide the section |
Since: 3.8