Method
Gtk.CenterLayout.set_start_widget
Declaration [src]
void
gtk_center_layout_set_start_widget (
  GtkCenterLayout* self,
  GtkWidget* widget
)
Description [src]
Sets the new start widget of self.
To remove the existing start widget, pass NULL.
Parameters
| widget | GtkWidget | 
| the new start widget | |
| Can be NULL | |
| Ownership is not transferred to the callee |