gi-gtk-3.0.11: 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

data MountOperationIsShowingPropertyInfo Source #

Instances

AttrInfo MountOperationIsShowingPropertyInfo Source # 
type AttrOrigin MountOperationIsShowingPropertyInfo Source # 
type AttrLabel MountOperationIsShowingPropertyInfo Source # 
type AttrGetType MountOperationIsShowingPropertyInfo Source # 
type AttrBaseTypeConstraint MountOperationIsShowingPropertyInfo Source # 
type AttrSetTypeConstraint MountOperationIsShowingPropertyInfo Source # 
type AttrAllowedOps MountOperationIsShowingPropertyInfo Source # 

parent

data MountOperationParentPropertyInfo Source #

Instances

AttrInfo MountOperationParentPropertyInfo Source # 
type AttrOrigin MountOperationParentPropertyInfo Source # 
type AttrLabel MountOperationParentPropertyInfo Source # 
type AttrGetType MountOperationParentPropertyInfo Source # 
type AttrBaseTypeConstraint MountOperationParentPropertyInfo Source # 
type AttrSetTypeConstraint MountOperationParentPropertyInfo Source # 
type AttrAllowedOps MountOperationParentPropertyInfo Source # 

screen

data MountOperationScreenPropertyInfo Source #

Instances

AttrInfo MountOperationScreenPropertyInfo Source # 
type AttrOrigin MountOperationScreenPropertyInfo Source # 
type AttrLabel MountOperationScreenPropertyInfo Source # 
type AttrGetType MountOperationScreenPropertyInfo Source # 
type AttrBaseTypeConstraint MountOperationScreenPropertyInfo Source # 
type AttrSetTypeConstraint MountOperationScreenPropertyInfo Source # 
type AttrAllowedOps MountOperationScreenPropertyInfo Source #