Method

AdwToolbarViewset_extend_content_to_bottom_edge

since: 1.4

Declaration [src]

void
adw_toolbar_view_set_extend_content_to_bottom_edge (
  AdwToolbarView* self,
  gboolean extend
)

Description [src]

Sets whether the content widget can extend behind bottom bars.

This can be used in combination with AdwToolbarView:reveal-bottom-bars to show and hide toolbars in fullscreen.

See adw_toolbar_view_set_extend_content_to_top_edge().

Available since: 1.4

Parameters

extend

Type: gboolean

Whether content extends behind bottom bars.