Method

GtkBoxget_center_widget

since: 3.12

Declaration [src]

GtkWidget*
gtk_box_get_center_widget (
  GtkBox* box
)

Description [src]

Retrieves the center widget of the box.

Available since: 3.12

Return value

Type: GtkWidget

The center widget or NULL in case no center widget is set.

The returned data is owned by the instance.
The return value can be NULL.