Class: Gtk::WindowGroup

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

Instance Method Summary collapse

Instance Method Details

#add_window(window) ⇒ nil

Adds a window to a Gtk::WindowGroup.

Parameters:

Returns:

  • (nil)

#current_grabGtk::Widget

Gets the current grab widget of the given group, see gtk_grab_add().

Returns:

  • (Gtk::Widget)

    the current grab widget of the group

#get_current_device_grab(device) ⇒ Gtk::Widget

Returns the current grab widget for device, or nil if none.

Parameters:

Returns:

#list_windowsGLib::List

Returns a list of the Gtk::Windows that belong to window_group.

Returns:

  • (GLib::List)

    A newly-allocated list of windows inside the group.

#newGtk::WindowGroup

Creates a new Gtk::WindowGroup object. Grabs added with gtk_grab_add() only affect windows within the same Gtk::WindowGroup.

Returns:

#remove_window(window) ⇒ nil

Removes a window from a Gtk::WindowGroup.

Parameters:

Returns:

  • (nil)