Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | e_shell_content_new () |
void | e_shell_content_set_searchbar () |
guint32 | e_shell_content_check_state () |
void | e_shell_content_focus_search_results () |
GtkWidget * | e_shell_content_get_alert_bar () |
struct _EShellView * | e_shell_content_get_shell_view () |
void | e_shell_content_run_advanced_search_dialog () |
void | e_shell_content_run_edit_searches_dialog () |
void | e_shell_content_run_save_search_dialog () |
GtkWidget *
e_shell_content_new (struct _EShellView *shell_view
);
e_shell_content_new
is deprecated and should not be used in newly-written code.
Creates a new EShellContent instance belonging to shell_view
.
void e_shell_content_set_searchbar (EShellContent *shell_content
,GtkWidget *searchbar
);
e_shell_content_set_searchbar
is deprecated and should not be used in newly-written code.
Packs searchbar
at the top of shell_content
.
guint32
e_shell_content_check_state (EShellContent *shell_content
);
e_shell_content_check_state
is deprecated and should not be used in newly-written code.
EShellContent subclasses should implement the
check_state
method in EShellContentClass
to return a set of flags describing the current content selection.
Subclasses are responsible for defining their own flags. This is
primarily used to assist shell views with updating actions (see
e_shell_view_update_actions()
).
void
e_shell_content_focus_search_results (EShellContent *shell_content
);
e_shell_content_focus_search_results
is deprecated and should not be used in newly-written code.
EShellContent subclasses should implement the
focus_search_results
method in
EShellContentClass to direct input focus to the widget
displaying search results. This is usually called during
e_shell_view_execute_search()
.
GtkWidget *
e_shell_content_get_alert_bar (EShellContent *shell_content
);
e_shell_content_get_alert_bar
is deprecated and should not be used in newly-written code.
Returns the EAlertBar used to display informational and error messages.
struct _EShellView *
e_shell_content_get_shell_view (EShellContent *shell_content
);
e_shell_content_get_shell_view
is deprecated and should not be used in newly-written code.
Returns the EShellView that was passed to e_shell_content_new()
.
void
e_shell_content_run_advanced_search_dialog
(EShellContent *shell_content
);
e_shell_content_run_advanced_search_dialog
is deprecated and should not be used in newly-written code.
void
e_shell_content_run_edit_searches_dialog
(EShellContent *shell_content
);
e_shell_content_run_edit_searches_dialog
is deprecated and should not be used in newly-written code.
void
e_shell_content_run_save_search_dialog
(EShellContent *shell_content
);
e_shell_content_run_save_search_dialog
is deprecated and should not be used in newly-written code.