Method

GtkWindowGroupremove_window

Declaration [src]

void
gtk_window_group_remove_window (
  GtkWindowGroup* window_group,
  GtkWindow* window
)

Description [src]

Removes a window from a GtkWindowGroup.

Parameters

window

Type: GtkWindow

The GtkWindow to remove.

The data is owned by the caller of the method.