gtk.mount_operation
Module for [MountOperation] class
Types 3
This should not be accessed directly. Use the accessor functions below.
Methods
MountOperationGidBuilder builder() static nothrowGet builder for [gtk.mount_operation.MountOperation] Returns: New builder objectgtk.window.Window getParent() nothrowGets the transient parent used by the #GtkMountOperation Returns: the transient parent for windows shown by opgdk.screen.Screen getScreen() nothrowGets the screen on which windows of the #GtkMountOperation will be shown. Returns: the screen on which windows of op are shownbool isShowing() nothrowReturns whether the #GtkMountOperation is currently displaying a window. Returns: true if op is currently displaying a windowvoid 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(gtk.window.Window parent = null)Creates a new #GtkMountOperationFluent builder implementation template for gtk.mount_operation.MountOperation
Fluent builder for gtk.mount_operation.MountOperation
Methods