gi-gtk-3.0.2: 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

Methods

cellLayoutAddAttribute

data CellLayoutAddAttributeMethodInfo Source

Instances

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

cellLayoutClear

data CellLayoutClearMethodInfo Source

Instances

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

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

cellLayoutClearAttributes

cellLayoutGetArea

cellLayoutGetCells

cellLayoutPackEnd

data CellLayoutPackEndMethodInfo Source

Instances

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

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 Source 

cellLayoutReorder

data CellLayoutReorderMethodInfo Source

Instances

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

cellLayoutSetCellDataFunc