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

    gi-gtk4 GI.Gtk.Objects.MapListModel

    Memory-managed wrapper type.

  2. MapListModel :: ManagedPtr MapListModel -> MapListModel

    gi-gtk4 GI.Gtk.Objects.MapListModel

    No documentation available.

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

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

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

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

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

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

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

  10. mapListModelNew :: (HasCallStack, MonadIO m, IsListModel a) => Maybe a -> Maybe MapListModelMapFunc -> m MapListModel

    gi-gtk4 GI.Gtk.Objects.MapListModel

    Creates a new GtkMapListModel for the given arguments.

Page 132 of many | Previous | Next