gtk.MountOperation — Functions for working with GIO (new in PyGTK 2.14)
| class gtk.MountOperation( | 
| 
 | 
                The functions and objects described here make working with GTK+ and GIO more convenient.
                gtk.MountOperation
                is needed when mounting volumes and
                gtk.show_uri()
                is a convenient way to launch applications for URIs. Another object that is worth
                mentioning in this context is 
                gtk.gdk.AppLaunchContext,
                which provides visual feedback when lauching applications.
            
    gtk.MountOperation(parent=None)| 
 | transient parent of the window, or None. | 
| Returns : | a new gtk.MountOperation. | 
This method is available in PyGTK 2.14 and above.
        Creates a new gtk.MountOperation.
    
    def get_parent()| Returns : | a new gtk.MountOperation. | 
This method is available in PyGTK 2.14 and above.
                The get_parent() method gets the transient
                parent used by the
                gtk.MountOperation.
            
    def get_screen()| Returns : | the screen on which windows of op are shown. | 
This method is available in PyGTK 2.14 and above.
                The get_screen() method gets the screen
                on which windows of the
                gtk.MountOperation
                will be shown.
            
    def is_showing()| Returns : | Trueif op is currently displaying a window. | 
This method is available in PyGTK 2.14 and above.
                The is_showing() method returns whetherthe
                gtk.MountOperation
                is currently displaying a window.
            
    def set_parent(parent)| 
 | transient parent of the window,
                        or None. | 
This method is available in PyGTK 2.14 and above.
                The set_parent() method sets the
                transient parent for windows shown by the
                gtk.MountOperation.
            
    def set_screen(screen)| 
 | a gtk.gdk.Screen. | 
This method is available in PyGTK 2.14 and above.
                The set_screen() method gets the screen
                on which windows of the
                gtk.MountOperation
                will be shown.