Enumeration
AdwToolbarStyle
unstable since: 1.4
Description [src]
Describes the possible top or bottom bar styles in an AdwToolbarView widget.
ADW_TOOLBAR_FLAT is suitable for simple content, such as
AdwStatusPage, AdwPreferencesPage or sidebars.
ADW_TOOLBAR_RAISED style is suitable for more complex content, such as
utility panes or AdwTabView.
See AdwToolbarView:top-bar-style and
AdwToolbarView:bottom-bar-style.
New values may be added to this enumeration over time.
Available since: 1.4
Members
| Name | Description |
|---|---|
ADW_TOOLBAR_FLAT |
No background, shadow only for scrolled content. |
ADW_TOOLBAR_RAISED |
Opaque background with persistent shadow. |