Method

Gtk.WindowGroup.add_window

Declaration [src]

void
gtk_window_group_add_window (
  GtkWindowGroup* window_group,
  GtkWindow* window
)

Description [src]

Adds a window to a GtkWindowGroup.

Parameters

window GtkWindow
 

the GtkWindow to add

 Ownership is not transferred to the callee