Method

Gtk.Fixed.remove

Declaration [src]

void
gtk_fixed_remove (
  GtkFixed* fixed,
  GtkWidget* widget
)

Description [src]

Removes a child from fixed.

Parameters

widget GtkWidget
 

the child widget to remove

 Ownership is not transferred to the callee