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. class (GObject o, IsDescendantOf MapListModel o) => IsMapListModel o

    gi-gtk4 GI.Gtk.Objects.MapListModel

    Type class for types which can be safely cast to MapListModel, for instance with toMapListModel.

  2. newtype MapListModel

    gi-gtk4 GI.Gtk.Objects.MapListModel

    Memory-managed wrapper type.

  3. MapListModel :: ManagedPtr MapListModel -> MapListModel

    gi-gtk4 GI.Gtk.Objects.MapListModel

    No documentation available.

  4. constructMapListModelModel :: (IsMapListModel o, MonadIO m, IsListModel a) => a -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.MapListModel

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

  5. getMapListModelHasMap :: (MonadIO m, IsMapListModel o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.MapListModel

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

    get mapListModel #hasMap
    

  6. getMapListModelItemType :: (MonadIO m, IsMapListModel o) => o -> m GType

    gi-gtk4 GI.Gtk.Objects.MapListModel

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

    get mapListModel #itemType
    

  7. getMapListModelModel :: (MonadIO m, IsMapListModel o) => o -> m (Maybe ListModel)

    gi-gtk4 GI.Gtk.Objects.MapListModel

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

    get mapListModel #model
    

  8. getMapListModelNItems :: (MonadIO m, IsMapListModel o) => o -> m Word32

    gi-gtk4 GI.Gtk.Objects.MapListModel

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

    get mapListModel #nItems
    

  9. mapListModelGetModel :: (HasCallStack, MonadIO m, IsMapListModel a) => a -> m (Maybe ListModel)

    gi-gtk4 GI.Gtk.Objects.MapListModel

    Gets the model that is currently being mapped or Nothing if none.

  10. mapListModelHasMap :: (HasCallStack, MonadIO m, IsMapListModel a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.MapListModel

    Checks if a map function is currently set on self.

Page 132 of many | Previous | Next