gi-gtk-4.0.2: Gtk bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Objects.NamedAction

Description

A ShortcutAction that activates an action by name.

Synopsis

Exported types

newtype NamedAction Source #

Memory-managed wrapper type.

class (GObject o, IsDescendantOf NamedAction o) => IsNamedAction o Source #

Type class for types which can be safely cast to NamedAction, for instance with toNamedAction.

Instances

Instances details
(GObject o, IsDescendantOf NamedAction o) => IsNamedAction o Source # 
Instance details

Defined in GI.Gtk.Objects.NamedAction

toNamedAction :: (MonadIO m, IsNamedAction o) => o -> m NamedAction Source #

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

Methods

Overloaded methods

getActionName

namedActionGetActionName Source #

Arguments

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

self: a named action

-> m Text

Returns: the name of the action to activate

Returns the name of the action that will be activated.

new

namedActionNew Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> Text

name: the detailed name of the action

-> m NamedAction

Returns: a new ShortcutAction

Creates an action that when activated, activates the action given by the detailed name on the widget passing the given arguments to it.

See widgetInsertActionGroup for how to add actions to widgets.

Properties

actionName

The name of the action to activate.

constructNamedActionActionName :: (IsNamedAction o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getNamedActionActionName :: (MonadIO m, IsNamedAction o) => o -> m Text Source #

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

get namedAction #actionName