Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
getTreeListModelItemType :: (MonadIO m, IsTreeListModel o) => o -> m GTypegi-gtk4 GI.Gtk.Objects.TreeListModel Get the value of the “item-type” property. When overloading is enabled, this is equivalent to
get treeListModel #itemType
getTreeListModelModel :: (MonadIO m, IsTreeListModel o) => o -> m ListModelgi-gtk4 GI.Gtk.Objects.TreeListModel Get the value of the “model” property. When overloading is enabled, this is equivalent to
get treeListModel #model
getTreeListModelNItems :: (MonadIO m, IsTreeListModel o) => o -> m Word32gi-gtk4 GI.Gtk.Objects.TreeListModel Get the value of the “n-items” property. When overloading is enabled, this is equivalent to
get treeListModel #nItems
getTreeListModelPassthrough :: (MonadIO m, IsTreeListModel o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.TreeListModel Get the value of the “passthrough” property. When overloading is enabled, this is equivalent to
get treeListModel #passthrough
setTreeListModelAutoexpand :: (MonadIO m, IsTreeListModel o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.TreeListModel Set the value of the “autoexpand” property. When overloading is enabled, this is equivalent to
set treeListModel [ #autoexpand := value ]
toTreeListModel :: (MonadIO m, IsTreeListModel o) => o -> m TreeListModelgi-gtk4 GI.Gtk.Objects.TreeListModel Cast to TreeListModel, for types for which this is known to be safe. For general casts, use castTo.
treeListModelGetAutoexpand :: (HasCallStack, MonadIO m, IsTreeListModel a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.TreeListModel Gets whether the model is set to automatically expand new rows that get added. This can be either rows added by changes to the underlying models or via treeListRowSetExpanded.
-
gi-gtk4 GI.Gtk.Objects.TreeListModel Gets the row item corresponding to the child at index position for self's root model. If position is greater than the number of children in the root model, Nothing is returned. Do not confuse this function with treeListModelGetRow.
treeListModelGetModel :: (HasCallStack, MonadIO m, IsTreeListModel a) => a -> m ListModelgi-gtk4 GI.Gtk.Objects.TreeListModel Gets the root model that self was created with.
treeListModelGetPassthrough :: (HasCallStack, MonadIO m, IsTreeListModel a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.TreeListModel Gets whether the model is passing through original row items. If this function returns False, the GListModel functions for self return custom GtkTreeListRow objects. You need to call treeListRowGetItem on these objects to get the original item. If True, the values of the child models are passed through in their original state. You then need to call treeListModelGetRow to get the custom GtkTreeListRows.