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. FlattenListModel :: ManagedPtr FlattenListModel -> FlattenListModel

    gi-gtk4 GI.Gtk.Objects.FlattenListModel

    No documentation available.

  2. class (GObject o, IsDescendantOf FlattenListModel o) => IsFlattenListModel o

    gi-gtk4 GI.Gtk.Objects.FlattenListModel

    Type class for types which can be safely cast to FlattenListModel, for instance with toFlattenListModel.

  3. clearFlattenListModelModel :: (MonadIO m, IsFlattenListModel o) => o -> m ()

    gi-gtk4 GI.Gtk.Objects.FlattenListModel

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

    clear #model
    

  4. constructFlattenListModelModel :: (IsFlattenListModel o, MonadIO m, IsListModel a) => a -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.FlattenListModel

    Construct a GValueConstruct with valid value for the “model” property. This is rarely needed directly, but it is used by new.

  5. flattenListModelGetModel :: (HasCallStack, MonadIO m, IsFlattenListModel a) => a -> m (Maybe ListModel)

    gi-gtk4 GI.Gtk.Objects.FlattenListModel

    Gets the model set via flattenListModelSetModel.

  6. flattenListModelGetModelForItem :: (HasCallStack, MonadIO m, IsFlattenListModel a) => a -> Word32 -> m (Maybe ListModel)

    gi-gtk4 GI.Gtk.Objects.FlattenListModel

    Returns the model containing the item at the given position.

  7. flattenListModelNew :: (HasCallStack, MonadIO m, IsListModel a) => Maybe a -> m FlattenListModel

    gi-gtk4 GI.Gtk.Objects.FlattenListModel

    Creates a new GtkFlattenListModel that flattens list.

  8. flattenListModelSetModel :: (HasCallStack, MonadIO m, IsFlattenListModel a, IsListModel b) => a -> Maybe b -> m ()

    gi-gtk4 GI.Gtk.Objects.FlattenListModel

    Sets a new model to be flattened.

  9. getFlattenListModelItemType :: (MonadIO m, IsFlattenListModel o) => o -> m GType

    gi-gtk4 GI.Gtk.Objects.FlattenListModel

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

    get flattenListModel #itemType
    

  10. getFlattenListModelModel :: (MonadIO m, IsFlattenListModel o) => o -> m (Maybe ListModel)

    gi-gtk4 GI.Gtk.Objects.FlattenListModel

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

    get flattenListModel #model
    

Page 130 of many | Previous | Next