Method

Gtk.CenterBox.set_end_widget

Declaration [src]

void
gtk_center_box_set_end_widget (
  GtkCenterBox* self,
  GtkWidget* child
)

Description [src]

Sets the end widget.

To remove the existing end widget, pass NULL.

Parameters

child GtkWidget
 

the new end widget, or NULL

 Can be NULL
 Ownership is not transferred to the callee