Method

Gtk.CenterBox.set_start_widget

Declaration [src]

void
gtk_center_box_set_start_widget (
  GtkCenterBox* self,
  GtkWidget* child
)

Description [src]

Sets the start widget.

To remove the existing start widget, pass NULL.

Parameters

child GtkWidget
 

the new start widget, or NULL

 Can be NULL
 Ownership is not transferred to the callee