gtk.mount_operation
Module for [MountOperation] class
Types 3
This should not be accessed directly. Use the accessor functions below.
Methods
MountOperation self()Returns `this`, for use in `with` statements.MountOperationGidBuilder builder()Get builder for [gtk.mount_operation.MountOperation] Returns: New builder objectgtk.window.Window parent() @propertyvoid parent(gtk.window.Window propval) @propertygdk.screen.Screen screen() @propertyvoid screen(gdk.screen.Screen propval) @propertygtk.window.Window getParent()Gets the transient parent used by the #GtkMountOperation Returns: the transient parent for windows shown by opgdk.screen.Screen getScreen()Gets the screen on which windows of the #GtkMountOperation will be shown. Returns: the screen on which windows of op are shownbool isShowing()Returns whether the #GtkMountOperation is currently displaying a window. Returns: true if op is currently displaying a windowvoid setParent(gtk.window.Window parent = null)Sets the transient parent for windows shown by the #GtkMountOperation.void setScreen(gdk.screen.Screen screen)Sets the screen to show windows of the #GtkMountOperation on.Constructors
this(gtk.window.Window parent = null)Creates a new #GtkMountOperationFluent builder for [gtk.mount_operation.MountOperation]
Methods