Class: Gtk::MountOperation

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

Instance Method Summary collapse

Constructor Details

#initialize(parent) ⇒ Gio::MountOperation

Creates a new GtkMountOperation.

Parameters:

  • parent (Gtk::Window)

    transient parent of the window

Instance Method Details

#displayGdk::Display

The display where dialogs will be shown.

Returns:

  • (Gdk::Display)

    display

#display=(display) ⇒ Gdk::Display

The display where dialogs will be shown.

Parameters:

  • display (Gdk::Display)

Returns:

  • (Gdk::Display)

    display

  • (Gdk::Display)

    display

#is_showingBoolean

Returns whether the GtkMountOperation is currently displaying a window.

Returns:

  • (Boolean)

    true if op is currently displaying a window

#is_showing=(is_showing) ⇒ Boolean

Whether a dialog is currently shown.

Parameters:

  • is_showing (Boolean)

Returns:

  • (Boolean)

    is-showing

  • (Boolean)

    is-showing

#is_showing?Boolean

Whether a dialog is currently shown.

Returns:

  • (Boolean)

    is-showing

#parentGtk::Window

The parent window.

Returns:

#parent=(parent) ⇒ Gtk::Window

The parent window.

Parameters:

Returns: