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.

  1. getTreeListModelItemType :: (MonadIO m, IsTreeListModel o) => o -> m GType

    gi-gtk4 GI.Gtk.Objects.TreeListModel

    Get the value of the “item-type” property. When overloading is enabled, this is equivalent to

    get treeListModel #itemType
    

  2. getTreeListModelModel :: (MonadIO m, IsTreeListModel o) => o -> m ListModel

    gi-gtk4 GI.Gtk.Objects.TreeListModel

    Get the value of the “model” property. When overloading is enabled, this is equivalent to

    get treeListModel #model
    

  3. getTreeListModelNItems :: (MonadIO m, IsTreeListModel o) => o -> m Word32

    gi-gtk4 GI.Gtk.Objects.TreeListModel

    Get the value of the “n-items” property. When overloading is enabled, this is equivalent to

    get treeListModel #nItems
    

  4. getTreeListModelPassthrough :: (MonadIO m, IsTreeListModel o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.TreeListModel

    Get the value of the “passthrough” property. When overloading is enabled, this is equivalent to

    get treeListModel #passthrough
    

  5. 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 ]
    

  6. toTreeListModel :: (MonadIO m, IsTreeListModel o) => o -> m TreeListModel

    gi-gtk4 GI.Gtk.Objects.TreeListModel

    Cast to TreeListModel, for types for which this is known to be safe. For general casts, use castTo.

  7. treeListModelGetAutoexpand :: (HasCallStack, MonadIO m, IsTreeListModel a) => a -> m Bool

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

  8. treeListModelGetChildRow :: (HasCallStack, MonadIO m, IsTreeListModel a) => a -> Word32 -> m (Maybe TreeListRow)

    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.

  9. treeListModelGetModel :: (HasCallStack, MonadIO m, IsTreeListModel a) => a -> m ListModel

    gi-gtk4 GI.Gtk.Objects.TreeListModel

    Gets the root model that self was created with.

  10. treeListModelGetPassthrough :: (HasCallStack, MonadIO m, IsTreeListModel a) => a -> m Bool

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

Page 143 of many | Previous | Next