gi-gtk-3.0.27: 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.LockButton

Contents

Description

GtkLockButton is a widget that can be used in control panels or preference dialogs to allow users to obtain and revoke authorizations needed to operate the controls. The required authorization is represented by a Permission object. Concrete implementations of Permission may use PolicyKit or some other authorization framework. To obtain a PolicyKit-based Permission, use polkit_permission_new().

If the user is not currently allowed to perform the action, but can obtain the permission, the widget looks like this:

and the user can click the button to request the permission. Depending on the platform, this may pop up an authentication dialog or ask the user to authenticate in some other way. Once the user has obtained the permission, the widget changes to this:

and the permission can be dropped again by clicking the button. If the user is not able to obtain the permission at all, the widget looks like this:

If the user has the permission and cannot drop it, the button is hidden.

The text (and tooltips) that are shown in the various cases can be adjusted with the LockButton:text-lock, LockButton:text-unlock, LockButton:tooltip-lock, LockButton:tooltip-unlock and LockButton:tooltip-not-authorized properties.

Synopsis

Exported types

newtype LockButton Source #

Memory-managed wrapper type.

class GObject o => IsLockButton o Source #

Type class for types which can be safely cast to LockButton, for instance with toLockButton.

toLockButton :: (MonadIO m, IsLockButton o) => o -> m LockButton Source #

Cast to LockButton, for types for which this is known to be safe. For general casts, use castTo.

Methods

getPermission

lockButtonGetPermission Source #

Arguments

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

button: a LockButton

-> m Permission

Returns: the Permission of button

Obtains the Permission object that controls button.

Since: 3.2

new

lockButtonNew Source #

Arguments

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

permission: a Permission

-> m LockButton

Returns: a new LockButton

Creates a new lock button which reflects the permission.

Since: 3.2

setPermission

lockButtonSetPermission Source #

Arguments

:: (HasCallStack, MonadIO m, IsLockButton a, IsPermission b) 
=> a

button: a LockButton

-> Maybe b

permission: a Permission object, or Nothing

-> m () 

Sets the Permission object that controls button.

Since: 3.2

Properties

permission

No description available in the introspection data.

clearLockButtonPermission :: (MonadIO m, IsLockButton o) => o -> m () Source #

Set the value of the “permission” property to Nothing. When overloading is enabled, this is equivalent to

clear #permission

constructLockButtonPermission :: (IsLockButton o, IsPermission a) => a -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “permission” property. This is rarely needed directly, but it is used by new.

getLockButtonPermission :: (MonadIO m, IsLockButton o) => o -> m Permission Source #

Get the value of the “permission” property. When overloading is enabled, this is equivalent to

get lockButton #permission

setLockButtonPermission :: (MonadIO m, IsLockButton o, IsPermission a) => o -> a -> m () Source #

Set the value of the “permission” property. When overloading is enabled, this is equivalent to

set lockButton [ #permission := value ]

textLock

No description available in the introspection data.

clearLockButtonTextLock :: (MonadIO m, IsLockButton o) => o -> m () Source #

Set the value of the “text-lock” property to Nothing. When overloading is enabled, this is equivalent to

clear #textLock

constructLockButtonTextLock :: IsLockButton o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “text-lock” property. This is rarely needed directly, but it is used by new.

getLockButtonTextLock :: (MonadIO m, IsLockButton o) => o -> m (Maybe Text) Source #

Get the value of the “text-lock” property. When overloading is enabled, this is equivalent to

get lockButton #textLock

setLockButtonTextLock :: (MonadIO m, IsLockButton o) => o -> Text -> m () Source #

Set the value of the “text-lock” property. When overloading is enabled, this is equivalent to

set lockButton [ #textLock := value ]

textUnlock

No description available in the introspection data.

clearLockButtonTextUnlock :: (MonadIO m, IsLockButton o) => o -> m () Source #

Set the value of the “text-unlock” property to Nothing. When overloading is enabled, this is equivalent to

clear #textUnlock

constructLockButtonTextUnlock :: IsLockButton o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “text-unlock” property. This is rarely needed directly, but it is used by new.

getLockButtonTextUnlock :: (MonadIO m, IsLockButton o) => o -> m (Maybe Text) Source #

Get the value of the “text-unlock” property. When overloading is enabled, this is equivalent to

get lockButton #textUnlock

setLockButtonTextUnlock :: (MonadIO m, IsLockButton o) => o -> Text -> m () Source #

Set the value of the “text-unlock” property. When overloading is enabled, this is equivalent to

set lockButton [ #textUnlock := value ]

tooltipLock

No description available in the introspection data.

clearLockButtonTooltipLock :: (MonadIO m, IsLockButton o) => o -> m () Source #

Set the value of the “tooltip-lock” property to Nothing. When overloading is enabled, this is equivalent to

clear #tooltipLock

constructLockButtonTooltipLock :: IsLockButton o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “tooltip-lock” property. This is rarely needed directly, but it is used by new.

getLockButtonTooltipLock :: (MonadIO m, IsLockButton o) => o -> m (Maybe Text) Source #

Get the value of the “tooltip-lock” property. When overloading is enabled, this is equivalent to

get lockButton #tooltipLock

setLockButtonTooltipLock :: (MonadIO m, IsLockButton o) => o -> Text -> m () Source #

Set the value of the “tooltip-lock” property. When overloading is enabled, this is equivalent to

set lockButton [ #tooltipLock := value ]

tooltipNotAuthorized

No description available in the introspection data.

clearLockButtonTooltipNotAuthorized :: (MonadIO m, IsLockButton o) => o -> m () Source #

Set the value of the “tooltip-not-authorized” property to Nothing. When overloading is enabled, this is equivalent to

clear #tooltipNotAuthorized

constructLockButtonTooltipNotAuthorized :: IsLockButton o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “tooltip-not-authorized” property. This is rarely needed directly, but it is used by new.

getLockButtonTooltipNotAuthorized :: (MonadIO m, IsLockButton o) => o -> m (Maybe Text) Source #

Get the value of the “tooltip-not-authorized” property. When overloading is enabled, this is equivalent to

get lockButton #tooltipNotAuthorized

setLockButtonTooltipNotAuthorized :: (MonadIO m, IsLockButton o) => o -> Text -> m () Source #

Set the value of the “tooltip-not-authorized” property. When overloading is enabled, this is equivalent to

set lockButton [ #tooltipNotAuthorized := value ]

tooltipUnlock

No description available in the introspection data.

clearLockButtonTooltipUnlock :: (MonadIO m, IsLockButton o) => o -> m () Source #

Set the value of the “tooltip-unlock” property to Nothing. When overloading is enabled, this is equivalent to

clear #tooltipUnlock

constructLockButtonTooltipUnlock :: IsLockButton o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “tooltip-unlock” property. This is rarely needed directly, but it is used by new.

getLockButtonTooltipUnlock :: (MonadIO m, IsLockButton o) => o -> m (Maybe Text) Source #

Get the value of the “tooltip-unlock” property. When overloading is enabled, this is equivalent to

get lockButton #tooltipUnlock

setLockButtonTooltipUnlock :: (MonadIO m, IsLockButton o) => o -> Text -> m () Source #

Set the value of the “tooltip-unlock” property. When overloading is enabled, this is equivalent to

set lockButton [ #tooltipUnlock := value ]