gtk.mount_operation

Module for [MountOperation] class

Types 3

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

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
MountOperation self() nothrowReturns `this`, for use in `with` statements.
MountOperationGidBuilder builder() static nothrowGet builder for [gtk.mount_operation.MountOperation] Returns: New builder object
gtk.window.Window parent() @property nothrow
void parent(gtk.window.Window propval) @property nothrow
gdk.screen.Screen screen() @property nothrow
void screen(gdk.screen.Screen propval) @property nothrow
gtk.window.Window getParent() nothrowGets the transient parent used by the #GtkMountOperation Returns: the transient parent for windows shown by op
gdk.screen.Screen getScreen() nothrowGets the screen on which windows of the #GtkMountOperation will be shown. Returns: the screen on which windows of op are shown
bool isShowing() nothrowReturns whether the #GtkMountOperation is currently displaying a window. Returns: true if op is currently displaying a window
void setParent(gtk.window.Window parent = null) nothrowSets the transient parent for windows shown by the #GtkMountOperation.
void setScreen(gdk.screen.Screen screen) nothrowSets 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
Methods
MountOperation build() nothrowCreate object from builder. Returns: New object