Method

AdwBottomSheetset_sheet

Declaration [src]

void
adw_bottom_sheet_set_sheet (
  AdwBottomSheet* self,
  GtkWidget* sheet
)

Description [src]

Sets the bottom sheet widget for self.

Only shown when AdwBottomSheet:open is TRUE.

Available since:1.6
Sets propertyAdw.BottomSheet:sheet

Parameters

sheet GtkWidget
 

The sheet widget.

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