This can be used in combination with adw.toolbar_view.ToolbarView.revealBottomBars to show and hide toolbars in fullscreen.
ToolbarView.extendContentToBottomEdge
bool extendContentToBottomEdge() @propertyGet extendContentToBottomEdge property.
Returns
Whether the content widget can extend behind bottom bars.
void extendContentToBottomEdge(bool propval) @propertySet extendContentToBottomEdge property.
Parameters
propval | Whether the content widget can extend behind bottom bars. This can be used in combination with adw.toolbar_view.ToolbarView.revealBottomBars to show and hide toolbars in fullscreen. See adw.toolbar_view.ToolbarView.extendContentToTopEdge. |