gi-poppler-0.18.21: Poppler bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Poppler.Objects.AnnotScreen

Description

No description available in the introspection data.

Synopsis

Exported types

newtype AnnotScreen Source #

Memory-managed wrapper type.

class (GObject o, IsDescendantOf AnnotScreen o) => IsAnnotScreen o Source #

Type class for types which can be safely cast to AnnotScreen, for instance with toAnnotScreen.

Instances

Instances details
(GObject o, IsDescendantOf AnnotScreen o) => IsAnnotScreen o Source # 
Instance details

Defined in GI.Poppler.Objects.AnnotScreen

toAnnotScreen :: (MonadIO m, IsAnnotScreen o) => o -> m AnnotScreen Source #

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

Methods

Overloaded methods

getAction

annotScreenGetAction Source #

Arguments

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

popplerAnnot: a AnnotScreen

-> m Action

Returns: the action to perform. The returned object is owned by popplerAnnot and should not be freed

Retrieves the action (tAction) that shall be performed when popplerAnnot is activated

Since: 0.14