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.ListStore

Contents

Description

 

Synopsis

Exported types

newtype ListStore Source

Instances

GObject ListStore Source 
((~) * info (ResolveListStoreMethod t ListStore), MethodInfo * info ListStore p) => IsLabel t (ListStore -> p) Source 

Methods

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

((~) * info (ResolveListStoreMethod t ListStore), MethodInfo * info ListStore p) => IsLabelProxy t (ListStore -> p) Source 

Methods

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

type ParentTypes ListStore Source 
type AttributeList ListStore Source 
type SignalList ListStore Source 

Methods

listStoreAppend

listStoreClear

data ListStoreClearMethodInfo Source

Instances

((~) (TYPE Lifted) signature (m ()), MonadIO m, ListStoreK a) => MethodInfo (TYPE Lifted) ListStoreClearMethodInfo a signature Source 

listStoreClear :: (MonadIO m, ListStoreK a) => a -> m () Source

listStoreInsert

listStoreInsertAfter

listStoreInsertBefore

listStoreInsertWithValuesv

listStoreIterIsValid

listStoreMoveAfter

listStoreMoveBefore

listStoreNew

listStorePrepend

listStoreRemove

listStoreReorder

listStoreReorder :: (MonadIO m, ListStoreK a) => a -> [Int32] -> m () Source

listStoreSet

data ListStoreSetMethodInfo Source

Instances

((~) (TYPE Lifted) signature (TreeIter -> [Int32] -> [GValue] -> m ()), MonadIO m, ListStoreK a) => MethodInfo (TYPE Lifted) ListStoreSetMethodInfo a signature Source 

listStoreSet :: (MonadIO m, ListStoreK a) => a -> TreeIter -> [Int32] -> [GValue] -> m () Source

listStoreSetColumnTypes

listStoreSetValue

listStoreSwap

data ListStoreSwapMethodInfo Source

Instances

((~) (TYPE Lifted) signature (TreeIter -> TreeIter -> m ()), MonadIO m, ListStoreK a) => MethodInfo (TYPE Lifted) ListStoreSwapMethodInfo a signature Source