Method

AdwBottomSheetset_bottom_bar

Declaration [src]

void
adw_bottom_sheet_set_bottom_bar (
  AdwBottomSheet* self,
  GtkWidget* bottom_bar
)

Description [src]

Sets the bottom bar widget for self.

Shown when AdwBottomSheet:open is FALSE. When open, morphs into the AdwBottomSheet:sheet.

Bottom bar can be temporarily hidden using the AdwBottomSheet:reveal-bottom-bar property.

Available since:1.6

Parameters

bottom_bar GtkWidget
 

The bottom bar widget.

 The argument can be NULL.
 The data is owned by the caller of the function.