Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. getTreeListModelAutoexpand :: (MonadIO m, IsTreeListModel o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.TreeListModel

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

    get treeListModel #autoexpand
    

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

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

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

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

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

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

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

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

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

    gi-gtk4 GI.Gtk.Objects.TreeListModel

    Gets the root model that self was created with.

Page 143 of many | Previous | Next