Method

GtkListBoxremove

Declaration [src]

void
gtk_list_box_remove (
  GtkListBox* box,
  GtkWidget* child
)

Description [src]

Removes a child from box.

Parameters

child

Type: GtkWidget

The child to remove.

The data is owned by the caller of the method.