Method

AdwBottomSheetset_bottom_bar

unstable since: 1.6

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.

Available since: 1.6

Parameters

bottom_bar

Type: GtkWidget

The bottom bar widget.

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