Method

AdwBottomSheetset_content

Declaration [src]

void
adw_bottom_sheet_set_content (
  AdwBottomSheet* self,
  GtkWidget* content
)

Description [src]

Sets the content widget for self.

It’s always shown, and the bottom sheet is overlaid over it.

Available since:1.6

Parameters

content GtkWidget
 

The content widget.

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