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.
clearMapFontDesc :: (MonadIO m, IsMap o) => o -> m ()gi-gtksource5 GI.GtkSource.Objects.Map Set the value of the “font-desc” property to Nothing. When overloading is enabled, this is equivalent to
clear #fontDesc
constructMapFontDesc :: (IsMap o, MonadIO m) => FontDescription -> m (GValueConstruct o)gi-gtksource5 GI.GtkSource.Objects.Map Construct a GValueConstruct with valid value for the “font-desc” property. This is rarely needed directly, but it is used by new.
constructMapView :: (IsMap o, MonadIO m, IsView a) => a -> m (GValueConstruct o)gi-gtksource5 GI.GtkSource.Objects.Map Construct a GValueConstruct with valid value for the “view” property. This is rarely needed directly, but it is used by new.
getMapFontDesc :: (MonadIO m, IsMap o) => o -> m (Maybe FontDescription)gi-gtksource5 GI.GtkSource.Objects.Map Get the value of the “font-desc” property. When overloading is enabled, this is equivalent to
get map #fontDesc
getMapView :: (MonadIO m, IsMap o) => o -> m (Maybe View)gi-gtksource5 GI.GtkSource.Objects.Map Get the value of the “view” property. When overloading is enabled, this is equivalent to
get map #view
setMapFontDesc :: (MonadIO m, IsMap o) => o -> FontDescription -> m ()gi-gtksource5 GI.GtkSource.Objects.Map Set the value of the “font-desc” property. When overloading is enabled, this is equivalent to
set map [ #fontDesc := value ]
setMapView :: (MonadIO m, IsMap o, IsView a) => o -> a -> m ()gi-gtksource5 GI.GtkSource.Objects.Map Set the value of the “view” property. When overloading is enabled, this is equivalent to
set map [ #view := value ]
toMap :: (MonadIO m, IsMap o) => o -> m Mapgi-gtksource5 GI.GtkSource.Objects.Map Cast to Map, for types for which this is known to be safe. For general casts, use castTo.
-
github GitHub.Internal.Prelude A map from keys to values. A map cannot contain duplicate keys; each key can map to at most one value.
-
github GitHub.Request No documentation available.