gi-gtk-0.3.18.15: 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.Interfaces.CellLayout

Contents

Description

 

Synopsis

Exported types

newtype CellLayout Source

Instances

GObject CellLayout 
((~) * info (ResolveCellLayoutMethod t CellLayout), MethodInfo * info CellLayout p) => IsLabelProxy t (CellLayout -> p) 
type ParentTypes CellLayout 
type AttributeList CellLayout 
type SignalList CellLayout 

Methods

cellLayoutAddAttribute

data CellLayoutAddAttributeMethodInfo Source

Instances

((~) * signature (b -> Text -> Int32 -> m ()), MonadIO m, CellLayoutK a, CellRendererK b) => MethodInfo * CellLayoutAddAttributeMethodInfo a signature 

cellLayoutClear

data CellLayoutClearMethodInfo Source

Instances

((~) * signature (m ()), MonadIO m, CellLayoutK a) => MethodInfo * CellLayoutClearMethodInfo a signature 

cellLayoutClear :: (MonadIO m, CellLayoutK a) => a -> m () Source

cellLayoutClearAttributes

cellLayoutGetArea

data CellLayoutGetAreaMethodInfo Source

Instances

((~) * signature (m (Maybe CellArea)), MonadIO m, CellLayoutK a) => MethodInfo * CellLayoutGetAreaMethodInfo a signature 

cellLayoutGetCells

data CellLayoutGetCellsMethodInfo Source

Instances

((~) * signature (m [CellRenderer]), MonadIO m, CellLayoutK a) => MethodInfo * CellLayoutGetCellsMethodInfo a signature 

cellLayoutPackEnd

data CellLayoutPackEndMethodInfo Source

Instances

((~) * signature (b -> Bool -> m ()), MonadIO m, CellLayoutK a, CellRendererK b) => MethodInfo * CellLayoutPackEndMethodInfo a signature 

cellLayoutPackEnd :: (MonadIO m, CellLayoutK a, CellRendererK b) => a -> b -> Bool -> m () Source

cellLayoutPackStart

data CellLayoutPackStartMethodInfo Source

Instances

((~) * signature (b -> Bool -> m ()), MonadIO m, CellLayoutK a, CellRendererK b) => MethodInfo * CellLayoutPackStartMethodInfo a signature 

cellLayoutReorder

data CellLayoutReorderMethodInfo Source

Instances

((~) * signature (b -> Int32 -> m ()), MonadIO m, CellLayoutK a, CellRendererK b) => MethodInfo * CellLayoutReorderMethodInfo a signature 

cellLayoutSetCellDataFunc