gi-gtk-4.0.12: Gtk 4.x bindings (compatibility layer)
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Objects.TreeSelection

Description

This is a backwards-compatibility module re-exporting the contents of the GI.Gtk.Objects.TreeSelection module in the gi-gtk4 package.

The link below will take you to the relevant entry in the gi-gtk4 documentation.

Documentation

newtype TreeSelection #

Instances

Instances details
Eq TreeSelection 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

GObject TreeSelection 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

ManagedPtrNewtype TreeSelection 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

TypedObject TreeSelection 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

glibType :: IO GType #

HasParentTypes TreeSelection 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

HasAttributeList TreeSelection 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

(info ~ ResolveTreeSelectionMethod t TreeSelection, OverloadedMethod info TreeSelection p, HasField t TreeSelection p) => HasField (t :: Symbol) TreeSelection p 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

getField :: TreeSelection -> p

(info ~ ResolveTreeSelectionMethod t TreeSelection, OverloadedMethodInfo info TreeSelection) => IsLabel t (MethodProxy info TreeSelection) 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

fromLabel :: MethodProxy info TreeSelection

(info ~ ResolveTreeSelectionMethod t TreeSelection, OverloadedMethod info TreeSelection p) => IsLabel t (TreeSelection -> p) 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

fromLabel :: TreeSelection -> p

IsGValue (Maybe TreeSelection) 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TreeSelection -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TreeSelection) #

type AttributeList TreeSelection 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

type AttributeList TreeSelection = TreeSelectionAttributeList
type ParentTypes TreeSelection 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

type ParentTypes TreeSelection = '[Object]
type SignalList TreeSelection 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

type SignalList TreeSelection = TreeSelectionSignalList

class (GObject o, IsDescendantOf TreeSelection o) => IsTreeSelection o #

Instances

Instances details
(GObject o, IsDescendantOf TreeSelection o) => IsTreeSelection o 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

type family ResolveTreeSelectionMethod (t :: Symbol) o where ... #

Equations

ResolveTreeSelectionMethod "bindProperty" o = ObjectBindPropertyMethodInfo 
ResolveTreeSelectionMethod "bindPropertyFull" o = ObjectBindPropertyFullMethodInfo 
ResolveTreeSelectionMethod "countSelectedRows" o = TreeSelectionCountSelectedRowsMethodInfo 
ResolveTreeSelectionMethod "forceFloating" o = ObjectForceFloatingMethodInfo 
ResolveTreeSelectionMethod "freezeNotify" o = ObjectFreezeNotifyMethodInfo 
ResolveTreeSelectionMethod "getv" o = ObjectGetvMethodInfo 
ResolveTreeSelectionMethod "isFloating" o = ObjectIsFloatingMethodInfo 
ResolveTreeSelectionMethod "iterIsSelected" o = TreeSelectionIterIsSelectedMethodInfo 
ResolveTreeSelectionMethod "notify" o = ObjectNotifyMethodInfo 
ResolveTreeSelectionMethod "notifyByPspec" o = ObjectNotifyByPspecMethodInfo 
ResolveTreeSelectionMethod "pathIsSelected" o = TreeSelectionPathIsSelectedMethodInfo 
ResolveTreeSelectionMethod "ref" o = ObjectRefMethodInfo 
ResolveTreeSelectionMethod "refSink" o = ObjectRefSinkMethodInfo 
ResolveTreeSelectionMethod "runDispose" o = ObjectRunDisposeMethodInfo 
ResolveTreeSelectionMethod "selectAll" o = TreeSelectionSelectAllMethodInfo 
ResolveTreeSelectionMethod "selectIter" o = TreeSelectionSelectIterMethodInfo 
ResolveTreeSelectionMethod "selectPath" o = TreeSelectionSelectPathMethodInfo 
ResolveTreeSelectionMethod "selectRange" o = TreeSelectionSelectRangeMethodInfo 
ResolveTreeSelectionMethod "selectedForeach" o = TreeSelectionSelectedForeachMethodInfo 
ResolveTreeSelectionMethod "stealData" o = ObjectStealDataMethodInfo 
ResolveTreeSelectionMethod "stealQdata" o = ObjectStealQdataMethodInfo 
ResolveTreeSelectionMethod "thawNotify" o = ObjectThawNotifyMethodInfo 
ResolveTreeSelectionMethod "unref" o = ObjectUnrefMethodInfo 
ResolveTreeSelectionMethod "unselectAll" o = TreeSelectionUnselectAllMethodInfo 
ResolveTreeSelectionMethod "unselectIter" o = TreeSelectionUnselectIterMethodInfo 
ResolveTreeSelectionMethod "unselectPath" o = TreeSelectionUnselectPathMethodInfo 
ResolveTreeSelectionMethod "unselectRange" o = TreeSelectionUnselectRangeMethodInfo 
ResolveTreeSelectionMethod "watchClosure" o = ObjectWatchClosureMethodInfo 
ResolveTreeSelectionMethod "getData" o = ObjectGetDataMethodInfo 
ResolveTreeSelectionMethod "getMode" o = TreeSelectionGetModeMethodInfo 
ResolveTreeSelectionMethod "getProperty" o = ObjectGetPropertyMethodInfo 
ResolveTreeSelectionMethod "getQdata" o = ObjectGetQdataMethodInfo 
ResolveTreeSelectionMethod "getSelected" o = TreeSelectionGetSelectedMethodInfo 
ResolveTreeSelectionMethod "getSelectedRows" o = TreeSelectionGetSelectedRowsMethodInfo 
ResolveTreeSelectionMethod "getTreeView" o = TreeSelectionGetTreeViewMethodInfo 
ResolveTreeSelectionMethod "setData" o = ObjectSetDataMethodInfo 
ResolveTreeSelectionMethod "setDataFull" o = ObjectSetDataFullMethodInfo 
ResolveTreeSelectionMethod "setMode" o = TreeSelectionSetModeMethodInfo 
ResolveTreeSelectionMethod "setProperty" o = ObjectSetPropertyMethodInfo 
ResolveTreeSelectionMethod "setSelectFunction" o = TreeSelectionSetSelectFunctionMethodInfo 
ResolveTreeSelectionMethod l o = MethodResolutionFailed l o :: Type 

data TreeSelectionChangedSignalInfo #

Instances

Instances details
SignalInfo TreeSelectionChangedSignalInfo 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Associated Types

type HaskellCallbackType TreeSelectionChangedSignalInfo 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

connectSignal :: GObject o => o -> (o -> HaskellCallbackType TreeSelectionChangedSignalInfo) -> SignalConnectMode -> Maybe Text -> IO SignalHandlerId

dbgSignalInfo :: Maybe ResolvedSymbolInfo

type HaskellCallbackType TreeSelectionChangedSignalInfo 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

data TreeSelectionCountSelectedRowsMethodInfo #

Instances

Instances details
(signature ~ m Int32, MonadIO m, IsTreeSelection a) => OverloadedMethod TreeSelectionCountSelectedRowsMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo TreeSelectionCountSelectedRowsMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data TreeSelectionGetModeMethodInfo #

Instances

Instances details
(signature ~ m SelectionMode, MonadIO m, IsTreeSelection a) => OverloadedMethod TreeSelectionGetModeMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo TreeSelectionGetModeMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data TreeSelectionGetSelectedMethodInfo #

Instances

Instances details
(signature ~ m (Bool, TreeModel, TreeIter), MonadIO m, IsTreeSelection a) => OverloadedMethod TreeSelectionGetSelectedMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo TreeSelectionGetSelectedMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data TreeSelectionGetSelectedRowsMethodInfo #

Instances

Instances details
(signature ~ m ([TreePath], TreeModel), MonadIO m, IsTreeSelection a) => OverloadedMethod TreeSelectionGetSelectedRowsMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo TreeSelectionGetSelectedRowsMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data TreeSelectionGetTreeViewMethodInfo #

Instances

Instances details
(signature ~ m TreeView, MonadIO m, IsTreeSelection a) => OverloadedMethod TreeSelectionGetTreeViewMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo TreeSelectionGetTreeViewMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data TreeSelectionIterIsSelectedMethodInfo #

Instances

Instances details
(signature ~ (TreeIter -> m Bool), MonadIO m, IsTreeSelection a) => OverloadedMethod TreeSelectionIterIsSelectedMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo TreeSelectionIterIsSelectedMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data TreeSelectionModePropertyInfo #

Instances

Instances details
AttrInfo TreeSelectionModePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Associated Types

type AttrAllowedOps TreeSelectionModePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

type AttrAllowedOps TreeSelectionModePropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut]
type AttrBaseTypeConstraint TreeSelectionModePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

type AttrBaseTypeConstraint TreeSelectionModePropertyInfo = IsTreeSelection
type AttrGetType TreeSelectionModePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

type AttrSetTypeConstraint TreeSelectionModePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

type AttrSetTypeConstraint TreeSelectionModePropertyInfo = Type ~ SelectionMode
type AttrTransferTypeConstraint TreeSelectionModePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

type AttrTransferTypeConstraint TreeSelectionModePropertyInfo = Type ~ SelectionMode
type AttrTransferType TreeSelectionModePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

type AttrLabel TreeSelectionModePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

type AttrLabel TreeSelectionModePropertyInfo = "mode"
type AttrOrigin TreeSelectionModePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

attrGet :: AttrBaseTypeConstraint TreeSelectionModePropertyInfo o => o -> IO (AttrGetType TreeSelectionModePropertyInfo)

attrSet :: (AttrBaseTypeConstraint TreeSelectionModePropertyInfo o, AttrSetTypeConstraint TreeSelectionModePropertyInfo b) => o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint TreeSelectionModePropertyInfo o => o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint TreeSelectionModePropertyInfo o, AttrSetTypeConstraint TreeSelectionModePropertyInfo b) => b -> IO (GValueConstruct o)

attrTransfer :: (AttrBaseTypeConstraint TreeSelectionModePropertyInfo o, AttrTransferTypeConstraint TreeSelectionModePropertyInfo b) => Proxy o -> b -> IO (AttrTransferType TreeSelectionModePropertyInfo)

attrPut :: AttrBaseTypeConstraint TreeSelectionModePropertyInfo o => o -> AttrGetType TreeSelectionModePropertyInfo -> IO ()

dbgAttrInfo :: Maybe ResolvedSymbolInfo

type AttrAllowedOps TreeSelectionModePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

type AttrAllowedOps TreeSelectionModePropertyInfo = '['AttrSet, 'AttrConstruct, 'AttrGet, 'AttrPut]
type AttrBaseTypeConstraint TreeSelectionModePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

type AttrBaseTypeConstraint TreeSelectionModePropertyInfo = IsTreeSelection
type AttrGetType TreeSelectionModePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

type AttrLabel TreeSelectionModePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

type AttrLabel TreeSelectionModePropertyInfo = "mode"
type AttrOrigin TreeSelectionModePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

type AttrSetTypeConstraint TreeSelectionModePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

type AttrSetTypeConstraint TreeSelectionModePropertyInfo = Type ~ SelectionMode
type AttrTransferType TreeSelectionModePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

type AttrTransferTypeConstraint TreeSelectionModePropertyInfo 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

type AttrTransferTypeConstraint TreeSelectionModePropertyInfo = Type ~ SelectionMode

data TreeSelectionPathIsSelectedMethodInfo #

Instances

Instances details
(signature ~ (TreePath -> m Bool), MonadIO m, IsTreeSelection a) => OverloadedMethod TreeSelectionPathIsSelectedMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo TreeSelectionPathIsSelectedMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data TreeSelectionSelectAllMethodInfo #

Instances

Instances details
(signature ~ m (), MonadIO m, IsTreeSelection a) => OverloadedMethod TreeSelectionSelectAllMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo TreeSelectionSelectAllMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data TreeSelectionSelectIterMethodInfo #

Instances

Instances details
(signature ~ (TreeIter -> m ()), MonadIO m, IsTreeSelection a) => OverloadedMethod TreeSelectionSelectIterMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo TreeSelectionSelectIterMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data TreeSelectionSelectPathMethodInfo #

Instances

Instances details
(signature ~ (TreePath -> m ()), MonadIO m, IsTreeSelection a) => OverloadedMethod TreeSelectionSelectPathMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo TreeSelectionSelectPathMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data TreeSelectionSelectRangeMethodInfo #

Instances

Instances details
(signature ~ (TreePath -> TreePath -> m ()), MonadIO m, IsTreeSelection a) => OverloadedMethod TreeSelectionSelectRangeMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo TreeSelectionSelectRangeMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data TreeSelectionSelectedForeachMethodInfo #

Instances

Instances details
(signature ~ (TreeSelectionForeachFunc -> m ()), MonadIO m, IsTreeSelection a) => OverloadedMethod TreeSelectionSelectedForeachMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo TreeSelectionSelectedForeachMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data TreeSelectionSetModeMethodInfo #

Instances

Instances details
(signature ~ (SelectionMode -> m ()), MonadIO m, IsTreeSelection a) => OverloadedMethod TreeSelectionSetModeMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo TreeSelectionSetModeMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data TreeSelectionSetSelectFunctionMethodInfo #

Instances

Instances details
(signature ~ (Maybe TreeSelectionFunc -> m ()), MonadIO m, IsTreeSelection a) => OverloadedMethod TreeSelectionSetSelectFunctionMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo TreeSelectionSetSelectFunctionMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data TreeSelectionUnselectAllMethodInfo #

Instances

Instances details
(signature ~ m (), MonadIO m, IsTreeSelection a) => OverloadedMethod TreeSelectionUnselectAllMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo TreeSelectionUnselectAllMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data TreeSelectionUnselectIterMethodInfo #

Instances

Instances details
(signature ~ (TreeIter -> m ()), MonadIO m, IsTreeSelection a) => OverloadedMethod TreeSelectionUnselectIterMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo TreeSelectionUnselectIterMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data TreeSelectionUnselectPathMethodInfo #

Instances

Instances details
(signature ~ (TreePath -> m ()), MonadIO m, IsTreeSelection a) => OverloadedMethod TreeSelectionUnselectPathMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo TreeSelectionUnselectPathMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

data TreeSelectionUnselectRangeMethodInfo #

Instances

Instances details
(signature ~ (TreePath -> TreePath -> m ()), MonadIO m, IsTreeSelection a) => OverloadedMethod TreeSelectionUnselectRangeMethodInfo a signature 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

overloadedMethod :: a -> signature

OverloadedMethodInfo TreeSelectionUnselectRangeMethodInfo (a :: Type) 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

afterTreeSelectionChanged :: (IsTreeSelection a, MonadIO m) => a -> ((?self :: a) => TreeSelectionChangedCallback) -> m SignalHandlerId #

constructTreeSelectionMode :: (IsTreeSelection o, MonadIO m) => SelectionMode -> m (GValueConstruct o) #

onTreeSelectionChanged :: (IsTreeSelection a, MonadIO m) => a -> ((?self :: a) => TreeSelectionChangedCallback) -> m SignalHandlerId #

setTreeSelectionMode :: (MonadIO m, IsTreeSelection o) => o -> SelectionMode -> m () #

toTreeSelection :: (MonadIO m, IsTreeSelection o) => o -> m TreeSelection #

treeSelectionCountSelectedRows :: (HasCallStack, MonadIO m, IsTreeSelection a) => a -> m Int32 #

treeSelectionGetMode :: (HasCallStack, MonadIO m, IsTreeSelection a) => a -> m SelectionMode #

treeSelectionGetSelected :: (HasCallStack, MonadIO m, IsTreeSelection a) => a -> m (Bool, TreeModel, TreeIter) #

treeSelectionGetSelectedRows :: (HasCallStack, MonadIO m, IsTreeSelection a) => a -> m ([TreePath], TreeModel) #

treeSelectionGetTreeView :: (HasCallStack, MonadIO m, IsTreeSelection a) => a -> m TreeView #

treeSelectionIterIsSelected :: (HasCallStack, MonadIO m, IsTreeSelection a) => a -> TreeIter -> m Bool #

treeSelectionMode :: AttrLabelProxy "mode" #

treeSelectionPathIsSelected :: (HasCallStack, MonadIO m, IsTreeSelection a) => a -> TreePath -> m Bool #

treeSelectionSelectAll :: (HasCallStack, MonadIO m, IsTreeSelection a) => a -> m () #

treeSelectionSelectIter :: (HasCallStack, MonadIO m, IsTreeSelection a) => a -> TreeIter -> m () #

treeSelectionSelectPath :: (HasCallStack, MonadIO m, IsTreeSelection a) => a -> TreePath -> m () #

treeSelectionSelectRange :: (HasCallStack, MonadIO m, IsTreeSelection a) => a -> TreePath -> TreePath -> m () #

treeSelectionSelectedForeach :: (HasCallStack, MonadIO m, IsTreeSelection a) => a -> TreeSelectionForeachFunc -> m () #

treeSelectionSetMode :: (HasCallStack, MonadIO m, IsTreeSelection a) => a -> SelectionMode -> m () #

treeSelectionSetSelectFunction :: (HasCallStack, MonadIO m, IsTreeSelection a) => a -> Maybe TreeSelectionFunc -> m () #

treeSelectionUnselectAll :: (HasCallStack, MonadIO m, IsTreeSelection a) => a -> m () #

treeSelectionUnselectIter :: (HasCallStack, MonadIO m, IsTreeSelection a) => a -> TreeIter -> m () #

treeSelectionUnselectPath :: (HasCallStack, MonadIO m, IsTreeSelection a) => a -> TreePath -> m () #

treeSelectionUnselectRange :: (HasCallStack, MonadIO m, IsTreeSelection a) => a -> TreePath -> TreePath -> m () #