gi-gtk-3.0.17: Gtk bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Objects.MountOperation

Contents

Description

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

Synopsis

Exported types

Methods

getParent

mountOperationGetParent Source #

Arguments

:: (HasCallStack, MonadIO m, IsMountOperation a) 
=> a

op: a MountOperation

-> m Window

Returns: the transient parent for windows shown by op

Gets the transient parent used by the MountOperation

Since: 2.14

getScreen

mountOperationGetScreen Source #

Arguments

:: (HasCallStack, MonadIO m, IsMountOperation a) 
=> a

op: a MountOperation

-> m Screen

Returns: the screen on which windows of op are shown

Gets the screen on which windows of the MountOperation will be shown.

Since: 2.14

isShowing

mountOperationIsShowing Source #

Arguments

:: (HasCallStack, MonadIO m, IsMountOperation a) 
=> a

op: a MountOperation

-> m Bool

Returns: True if op is currently displaying a window

Returns whether the MountOperation is currently displaying a window.

Since: 2.14

new

mountOperationNew Source #

Arguments

:: (HasCallStack, MonadIO m, IsWindow a) 
=> Maybe a

parent: transient parent of the window, or Nothing

-> m MountOperation

Returns: a new MountOperation

Creates a new MountOperation

Since: 2.14

setParent

mountOperationSetParent Source #

Arguments

:: (HasCallStack, MonadIO m, IsMountOperation a, IsWindow b) 
=> a

op: a MountOperation

-> Maybe b

parent: transient parent of the window, or Nothing

-> m () 

Sets the transient parent for windows shown by the MountOperation.

Since: 2.14

setScreen

mountOperationSetScreen Source #

Arguments

:: (HasCallStack, MonadIO m, IsMountOperation a, IsScreen b) 
=> a

op: a MountOperation

-> b

screen: a Screen

-> m () 

Sets the screen to show windows of the MountOperation on.

Since: 2.14

Properties

isShowing

parent

screen