Method

GtkSizeGroupremove_widget

Declaration [src]

void
gtk_size_group_remove_widget (
  GtkSizeGroup* size_group,
  GtkWidget* widget
)

Description [src]

Removes a widget from a GtkSizeGroup.

Parameters

widget

Type: GtkWidget

The GtkWidget to remove.

The data is owned by the caller of the method.