gi-gdk-3.0.10: Gdk 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.Gdk.Structs.Atom

Contents

Description

An opaque type representing a string as an index into a table of strings on the X server.

Synopsis

Exported types

newtype Atom Source #

Constructors

Atom (ManagedPtr Atom) 

Instances

WrappedPtr Atom Source # 
((~) * info (ResolveAtomMethod t Atom), MethodInfo * info Atom p) => IsLabel t (Atom -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> Atom -> p #

((~) * info (ResolveAtomMethod t Atom), MethodInfo * info Atom p) => IsLabelProxy t (Atom -> p) Source # 

Methods

fromLabelProxy :: Proxy Symbol t -> Atom -> p

HasAttributeList * Atom Source # 
((~) * signature (m Text), MonadIO m) => MethodInfo * AtomNameMethodInfo Atom signature Source # 

Methods

overloadedMethod :: MethodProxy AtomNameMethodInfo Atom -> signature -> s

type AttributeList Atom Source # 
type AttributeList Atom

Methods

intern

atomIntern :: MonadIO m => Text -> Bool -> m Atom Source #

internStaticString

name

data AtomNameMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m) => MethodInfo * AtomNameMethodInfo Atom signature Source # 

Methods

overloadedMethod :: MethodProxy AtomNameMethodInfo Atom -> signature -> s

atomName :: MonadIO m => Atom -> m Text Source #