Method

Adw.Bin.set_child

Declaration [src]

void
adw_bin_set_child (
  AdwBin* self,
  GtkWidget* child
)

Description [src]

Sets the child widget of self.

Sets propertyAdw.Bin:child

Parameters

child GtkWidget*
 

the child widget

 Can be NULL
 Ownership is not transferred to the callee