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.
-
gi-gtk4 GI.Gtk.Objects.MapListModel Memory-managed wrapper type.
MapListModel :: ManagedPtr MapListModel -> MapListModelgi-gtk4 GI.Gtk.Objects.MapListModel No documentation available.
-
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.
getMapListModelHasMap :: (MonadIO m, IsMapListModel o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.MapListModel Get the value of the “has-map” property. When overloading is enabled, this is equivalent to
get mapListModel #hasMap
getMapListModelItemType :: (MonadIO m, IsMapListModel o) => o -> m GTypegi-gtk4 GI.Gtk.Objects.MapListModel Get the value of the “item-type” property. When overloading is enabled, this is equivalent to
get mapListModel #itemType
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
getMapListModelNItems :: (MonadIO m, IsMapListModel o) => o -> m Word32gi-gtk4 GI.Gtk.Objects.MapListModel Get the value of the “n-items” property. When overloading is enabled, this is equivalent to
get mapListModel #nItems
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.
mapListModelHasMap :: (HasCallStack, MonadIO m, IsMapListModel a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.MapListModel Checks if a map function is currently set on self.
-
gi-gtk4 GI.Gtk.Objects.MapListModel Creates a new GtkMapListModel for the given arguments.