Method

GtkFixedremove

Declaration [src]

void
gtk_fixed_remove (
  GtkFixed* fixed,
  GtkWidget* widget
)

Description [src]

Removes a child from fixed.

Parameters

widget

Type: GtkWidget

The child widget to remove.

The data is owned by the caller of the method.