This can be used in combination with adw.toolbar_view.ToolbarView.revealTopBars to show and hide toolbars in fullscreen.
ToolbarView.extendContentToTopEdge
bool extendContentToTopEdge() @propertyGet extendContentToTopEdge property.
Returns
Whether the content widget can extend behind top bars.
void extendContentToTopEdge(bool propval) @propertySet extendContentToTopEdge property.
Parameters
propval | 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. |