Gtk.MountOperation¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r |
Are we showing a dialog |
||
r/w |
The parent window |
||
r/w |
The screen where this window will be displayed. |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Gtk.MountOperation(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
This should not be accessed directly. Use the accessor functions below.
- classmethod new(parent)[source]¶
- Parameters:
parent (
Gtk.Window
orNone
) – transient parent of the window, orNone
- Returns:
a new
Gtk.MountOperation
- Return type:
Creates a new
Gtk.MountOperation
New in version 2.14.
- get_parent()[source]¶
- Returns:
the transient parent for windows shown by self
- Return type:
Gets the transient parent used by the
Gtk.MountOperation
New in version 2.14.
- get_screen()[source]¶
- Returns:
the screen on which windows of self are shown
- Return type:
Gets the screen on which windows of the
Gtk.MountOperation
will be shown.New in version 2.14.
- is_showing()[source]¶
-
Returns whether the
Gtk.MountOperation
is currently displaying a window.New in version 2.14.
- set_parent(parent)[source]¶
- Parameters:
parent (
Gtk.Window
orNone
) – transient parent of the window, orNone
Sets the transient parent for windows shown by the
Gtk.MountOperation
.New in version 2.14.
- set_screen(screen)[source]¶
- Parameters:
screen (
Gdk.Screen
) – aGdk.Screen
Sets the screen to show windows of the
Gtk.MountOperation
on.New in version 2.14.
Property Details¶
- Gtk.MountOperation.props.is_showing¶
-
Are we showing a dialog
- Gtk.MountOperation.props.parent¶
- Name:
parent
- Type:
- Default Value:
- Flags:
The parent window
- Gtk.MountOperation.props.screen¶
- Name:
screen
- Type:
- Default Value:
- Flags:
The screen where this window will be displayed.