Enumeration

AdwToolbarStyle

since: 1.4

Declaration

enum Adw.ToolbarStyle

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.

toolbar-view-flat-1 toolbar-view-flat-2 toolbar-view-raised

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.