Method

GtkCenterLayoutset_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

Type: GtkWidget

The new end widget.

The argument can be NULL.
The data is owned by the caller of the method.