gi-gtk-0.3.18.13: 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.Invisible

Contents

Description

 

Synopsis

Exported types

newtype Invisible Source

Instances

GObject Invisible Source 
((~) * info (ResolveInvisibleMethod t Invisible), MethodInfo * info Invisible p) => IsLabel t (Invisible -> p) Source 

Methods

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

((~) * info (ResolveInvisibleMethod t Invisible), MethodInfo * info Invisible p) => IsLabelProxy t (Invisible -> p) Source 

Methods

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

type ParentTypes Invisible Source 
type AttributeList Invisible Source 
type SignalList Invisible Source 

Methods

invisibleGetScreen

invisibleGetScreen :: (MonadIO m, InvisibleK a) => a -> m Screen Source

invisibleNew

invisibleNewForScreen

invisibleNewForScreen :: (MonadIO m, ScreenK a) => a -> m Invisible Source

invisibleSetScreen

data InvisibleSetScreenMethodInfo Source

Instances

((~) (TYPE Lifted) signature (b -> m ()), MonadIO m, InvisibleK a, ScreenK b) => MethodInfo (TYPE Lifted) InvisibleSetScreenMethodInfo a signature Source 

invisibleSetScreen :: (MonadIO m, InvisibleK a, ScreenK b) => a -> b -> m () Source

Properties

Screen

constructInvisibleScreen :: ScreenK a => a -> IO ([Char], GValue) Source

getInvisibleScreen :: (MonadIO m, InvisibleK o) => o -> m Screen Source

setInvisibleScreen :: (MonadIO m, InvisibleK o, ScreenK a) => o -> a -> m () Source