gtk.mount_operation

Module for [MountOperation] class

Types 3

This should not be accessed directly. Use the accessor functions below.

Methods
GType _gType() @property
MountOperation self()Returns `this`, for use in `with` statements.
MountOperationGidBuilder builder()Get builder for [gtk.mount_operation.MountOperation] Returns: New builder object
void parent(gtk.window.Window propval) @property
void screen(gdk.screen.Screen propval) @property
gtk.window.Window getParent()Gets the transient parent used by the #GtkMountOperation Returns: the transient parent for windows shown by op
gdk.screen.Screen getScreen()Gets the screen on which windows of the #GtkMountOperation will be shown. Returns: the screen on which windows of op are shown
bool isShowing()Returns whether the #GtkMountOperation is currently displaying a window. Returns: true if op is currently displaying a window
void 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(void * ptr, Flag!"Take" take)
this(gtk.window.Window parent = null)Creates a new #GtkMountOperation

Fluent builder for [gtk.mount_operation.MountOperation]