gi-poppler-0.18.26: Poppler bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Poppler.Objects.AnnotScreen

Description

No description available in the introspection data.

Synopsis

Exported types

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

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