gi-gtk-3.0.6: 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.TreeModelFilter

Contents

Description

 

Synopsis

Exported types

newtype TreeModelFilter Source #

Instances

GObject TreeModelFilter Source # 
IsObject TreeModelFilter Source # 
IsTreeModel TreeModelFilter Source # 
IsTreeDragSource TreeModelFilter Source # 
IsTreeModelFilter TreeModelFilter Source # 
((~) * info (ResolveTreeModelFilterMethod t TreeModelFilter), MethodInfo * info TreeModelFilter p) => IsLabel t (TreeModelFilter -> p) Source # 
((~) * info (ResolveTreeModelFilterMethod t TreeModelFilter), MethodInfo * info TreeModelFilter p) => IsLabelProxy t (TreeModelFilter -> p) Source # 
HasAttributeList * TreeModelFilter Source # 
type SignalList TreeModelFilter Source # 
type SignalList TreeModelFilter
type AttributeList TreeModelFilter Source # 
type AttributeList TreeModelFilter

class GObject o => IsTreeModelFilter o Source #

Instances

Methods

treeModelFilterClearCache

data TreeModelFilterClearCacheMethodInfo Source #

Instances

((~) * signature (m ()), MonadIO m, IsTreeModelFilter a) => MethodInfo * TreeModelFilterClearCacheMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeModelFilterClearCacheMethodInfo a -> signature -> s

treeModelFilterConvertChildIterToIter

treeModelFilterConvertChildPathToPath

treeModelFilterConvertIterToChildIter

treeModelFilterConvertPathToChildPath

treeModelFilterGetModel

data TreeModelFilterGetModelMethodInfo Source #

Instances

((~) * signature (m TreeModel), MonadIO m, IsTreeModelFilter a) => MethodInfo * TreeModelFilterGetModelMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeModelFilterGetModelMethodInfo a -> signature -> s

treeModelFilterRefilter

data TreeModelFilterRefilterMethodInfo Source #

Instances

((~) * signature (m ()), MonadIO m, IsTreeModelFilter a) => MethodInfo * TreeModelFilterRefilterMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeModelFilterRefilterMethodInfo a -> signature -> s

treeModelFilterSetVisibleColumn

data TreeModelFilterSetVisibleColumnMethodInfo Source #

Instances

((~) * signature (Int32 -> m ()), MonadIO m, IsTreeModelFilter a) => MethodInfo * TreeModelFilterSetVisibleColumnMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy TreeModelFilterSetVisibleColumnMethodInfo a -> signature -> s

treeModelFilterSetVisibleFunc

Properties

ChildModel

data TreeModelFilterChildModelPropertyInfo Source #

Instances

AttrInfo TreeModelFilterChildModelPropertyInfo Source # 
type AttrSetTypeConstraint TreeModelFilterChildModelPropertyInfo Source # 
type AttrLabel TreeModelFilterChildModelPropertyInfo Source # 
type AttrLabel TreeModelFilterChildModelPropertyInfo = "child-model"
type AttrGetType TreeModelFilterChildModelPropertyInfo Source # 
type AttrBaseTypeConstraint TreeModelFilterChildModelPropertyInfo Source # 
type AttrAllowedOps TreeModelFilterChildModelPropertyInfo Source # 
type AttrAllowedOps TreeModelFilterChildModelPropertyInfo = (:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag)))

treeModelFilterChildModel :: AttrLabelProxy "childModel" Source #

VirtualRoot

data TreeModelFilterVirtualRootPropertyInfo Source #

Instances

AttrInfo TreeModelFilterVirtualRootPropertyInfo Source # 
type AttrSetTypeConstraint TreeModelFilterVirtualRootPropertyInfo Source # 
type AttrSetTypeConstraint TreeModelFilterVirtualRootPropertyInfo = * ~ TreePath
type AttrLabel TreeModelFilterVirtualRootPropertyInfo Source # 
type AttrLabel TreeModelFilterVirtualRootPropertyInfo = "virtual-root"
type AttrGetType TreeModelFilterVirtualRootPropertyInfo Source # 
type AttrBaseTypeConstraint TreeModelFilterVirtualRootPropertyInfo Source # 
type AttrAllowedOps TreeModelFilterVirtualRootPropertyInfo Source # 
type AttrAllowedOps TreeModelFilterVirtualRootPropertyInfo = (:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag)))

treeModelFilterVirtualRoot :: AttrLabelProxy "virtualRoot" Source #