Method

Gtk.FlowBox.remove

Declaration [src]

void
gtk_flow_box_remove (
  GtkFlowBox* box,
  GtkWidget* widget
)

Description [src]

Removes a child from box.

Parameters

widget GtkWidget
 

the child widget to remove

 Ownership is not transferred to the callee