Class: Gtk::MountOperation
- Inherits:
-
Gio::MountOperation
- Object
- Gio::MountOperation
- Gtk::MountOperation
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#display ⇒ Gdk::Display
The display where dialogs will be shown.
-
#display=(display) ⇒ Gdk::Display
The display where dialogs will be shown.
-
#initialize(parent) ⇒ Gio::MountOperation
constructor
Creates a new
GtkMountOperation. -
#is_showing ⇒ Boolean
Returns whether the
GtkMountOperationis currently displaying a window. -
#is_showing=(is_showing) ⇒ Boolean
Whether a dialog is currently shown.
-
#is_showing? ⇒ Boolean
Whether a dialog is currently shown.
-
#parent ⇒ Gtk::Window
The parent window.
-
#parent=(parent) ⇒ Gtk::Window
The parent window.
Constructor Details
#initialize(parent) ⇒ Gio::MountOperation
Creates a new GtkMountOperation.
Instance Method Details
#display ⇒ Gdk::Display
The display where dialogs will be shown.
#display=(display) ⇒ Gdk::Display
The display where dialogs will be shown.
#is_showing ⇒ Boolean
Returns whether the GtkMountOperation is currently displaying
a window.
#is_showing=(is_showing) ⇒ Boolean
Whether a dialog is currently shown.
#is_showing? ⇒ Boolean
Whether a dialog is currently shown.
#parent ⇒ Gtk::Window
The parent window.
#parent=(parent) ⇒ Gtk::Window
The parent window.