Method

Gtk.CenterLayout.set_end_widget

Declaration [src]

void
gtk_center_layout_set_end_widget (
  GtkCenterLayout* self,
  GtkWidget* widget
)

Description [src]

Sets the new end widget of self.

To remove the existing center widget, pass NULL.

Parameters

widget GtkWidget
 

the new end widget

 Can be NULL
 Ownership is not transferred to the callee