Method
GtkCenterBoxset_center_widget
Declaration [src]
void
gtk_center_box_set_center_widget (
GtkCenterBox* self,
GtkWidget* child
)
Description [src]
Sets the center widget.
To remove the existing center widget, pass NULL
.
Sets property | Gtk.CenterBox:center-widget |
Parameters
child
-
Type:
GtkWidget
The new center widget.
The argument can be NULL
.The data is owned by the caller of the method.