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

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

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

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

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

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

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

  8. toMap :: (MonadIO m, IsMap o) => o -> m Map

    gi-gtksource5 GI.GtkSource.Objects.Map

    Cast to Map, for types for which this is known to be safe. For general casts, use castTo.

  9. data HashMap k v

    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.

  10. type StatusMap a = [(Int, a)]

    github GitHub.Request

    No documentation available.

Page 1164 of many | Previous | Next