ToolbarView.extendContentToTopEdge

bool extendContentToTopEdge() @property

Get extendContentToTopEdge property.

Returns

Whether the content widget can extend behind top bars.

This can be used in combination with adw.toolbar_view.ToolbarView.revealTopBars to show and hide toolbars in fullscreen.

See adw.toolbar_view.ToolbarView.extendContentToBottomEdge.

void extendContentToTopEdge(bool propval) @property

Set extendContentToTopEdge property.

Parameters

propvalWhether the content widget can extend behind top bars. This can be used in combination with adw.toolbar_view.ToolbarView.revealTopBars to show and hide toolbars in fullscreen. See adw.toolbar_view.ToolbarView.extendContentToBottomEdge.