Method

Gtk.WindowGroup.remove_window

Declaration [src]

void
gtk_window_group_remove_window (
  GtkWindowGroup* window_group,
  GtkWindow* window
)

Description [src]

Removes a window from a GtkWindowGroup.

Parameters

window GtkWindow
 

the GtkWindow to remove

 Ownership is not transferred to the callee