Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | e_shell_sidebar_new () |
guint32 | e_shell_sidebar_check_state () |
struct _EShellView * | e_shell_sidebar_get_shell_view () |
const gchar * | e_shell_sidebar_get_icon_name () |
void | e_shell_sidebar_set_icon_name () |
const gchar * | e_shell_sidebar_get_primary_text () |
void | e_shell_sidebar_set_primary_text () |
const gchar * | e_shell_sidebar_get_secondary_text () |
void | e_shell_sidebar_set_secondary_text () |
GtkWidget *
e_shell_sidebar_new (struct _EShellView *shell_view
);
e_shell_sidebar_new
is deprecated and should not be used in newly-written code.
Creates a new EShellSidebar instance belonging to shell_view
.
guint32
e_shell_sidebar_check_state (EShellSidebar *shell_sidebar
);
e_shell_sidebar_check_state
is deprecated and should not be used in newly-written code.
EShellSidebar subclasses should implement the
check_state
method in EShellSidebarClass
to return a set of flags describing the current sidebar 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()
).
struct _EShellView *
e_shell_sidebar_get_shell_view (EShellSidebar *shell_sidebar
);
e_shell_sidebar_get_shell_view
is deprecated and should not be used in newly-written code.
Returns the EShellView that was passed to e_shell_sidebar_new()
.
const gchar *
e_shell_sidebar_get_icon_name (EShellSidebar *shell_sidebar
);
e_shell_sidebar_get_icon_name
is deprecated and should not be used in newly-written code.
Returns the icon name displayed at the top of the sidebar.
void e_shell_sidebar_set_icon_name (EShellSidebar *shell_sidebar
,const gchar *icon_name
);
e_shell_sidebar_set_icon_name
is deprecated and should not be used in newly-written code.
Sets the icon name displayed at the top of the sidebar.
const gchar *
e_shell_sidebar_get_primary_text (EShellSidebar *shell_sidebar
);
e_shell_sidebar_get_primary_text
is deprecated and should not be used in newly-written code.
Returns the primary text for shell_sidebar
.
The primary text is displayed in bold at the top of the sidebar. It defaults to the shell view's label (as seen on the switcher button), but typically shows the name of the selected item in the sidebar.
void e_shell_sidebar_set_primary_text (EShellSidebar *shell_sidebar
,const gchar *primary_text
);
e_shell_sidebar_set_primary_text
is deprecated and should not be used in newly-written code.
Sets the primary text for shell_sidebar
.
The primary text is displayed in bold at the top of the sidebar. It defaults to the shell view's label (as seen on the switcher button), but typically shows the name of the selected item in the sidebar.
const gchar *
e_shell_sidebar_get_secondary_text (EShellSidebar *shell_sidebar
);
e_shell_sidebar_get_secondary_text
is deprecated and should not be used in newly-written code.
Returns the secondary text for shell_sidebar
.
The secondary text is displayed in a smaller font at the top of the sidebar. It typically shows information about the contents of the selected sidebar item, such as total number of items, number of selected items, etc.
void e_shell_sidebar_set_secondary_text (EShellSidebar *shell_sidebar
,const gchar *secondary_text
);
e_shell_sidebar_set_secondary_text
is deprecated and should not be used in newly-written code.
Sets the secondary text for shell_sidebar
.
The secondary text is displayed in a smaller font at the top of the sidebar. It typically shows information about the contents of the selected sidebar item, such as total number of items, number of selected items, etc.