Method

GtkFlowBoxremove

Declaration [src]

void
gtk_flow_box_remove (
  GtkFlowBox* box,
  GtkWidget* widget
)

Description [src]

Removes a child from box.

Parameters

widget

Type: GtkWidget

The child widget to remove.

The data is owned by the caller of the method.