Method
AdapToolbarViewset_bottom_bar_style
since: 1.4
Declaration [src]
void
adap_toolbar_view_set_bottom_bar_style (
AdapToolbarView* self,
AdapToolbarStyle style
)
Description [src]
Sets appearance of the bottom bars for self.
If set to ADAP_TOOLBAR_FLAT, bottom bars are flat and scrolling content has
a subtle undershoot shadow when touching them, same as the
.undershoot-bottom
style class. This works well for simple content, e.g. AdapStatusPage or
AdapPreferencesPage, where the background at the bottom of the page is
uniform. Additionally, windows with sidebars should always use this style.
Undershoot shadow is only present if a bottom bar is actually present and
visible. It is also never present if
AdapToolbarView:extend-content-to-bottom-edge is set to TRUE.
If set to ADAP_TOOLBAR_RAISED, bottom bars have an opaque background and a
persistent shadow, this is suitable for content such as
utility panes,
where some elements are directly adjacent to the bottom bars, or
AdapTabView, where each page can have a different background.
ADAP_TOOLBAR_RAISED_BORDER is similar to ADAP_TOOLBAR_RAISED, but the
shadow is replaced with a more subtle border. This can be useful for
applications like image viewers.
See also adap_toolbar_view_set_top_bar_style().
Available since: 1.4
| Sets property | Adap.ToolbarView:bottom-bar-style |
Parameters
style-
Type:
AdapToolbarStyleBottom bar style.