Class: Gtk::WindowGroup

Inherits:
Object
  • Object
show all
Defined in:
(unknown)

Instance Method Summary collapse

Constructor Details

#initializeGtk::WindowGroup

Creates a new GtkWindowGroup object.

Modality of windows only affects windows within the same GtkWindowGroup.

Instance Method Details

#add_window(window) ⇒ nil

Adds a window to a GtkWindowGroup.

Parameters:

Returns:

  • (nil)

#list_windowsGLib::List<Gtk::Window>

Returns a list of the GtkWindows that belong to window_group.

Returns:

  • (GLib::List<Gtk::Window>)

    A newly-allocated list of windows inside the group.

#remove_window(window) ⇒ nil

Removes a window from a GtkWindowGroup.

Parameters:

Returns:

  • (nil)