Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setBufferLanguage :: (MonadIO m, IsBuffer o, IsLanguage a) => o -> a -> m ()

    gi-gtksource5 GI.GtkSource.Objects.Buffer

    Set the value of the “language” property. When overloading is enabled, this is equivalent to

    set buffer [ #language := value ]
    

  2. setBufferStyleScheme :: (MonadIO m, IsBuffer o, IsStyleScheme a) => o -> a -> m ()

    gi-gtksource5 GI.GtkSource.Objects.Buffer

    Set the value of the “style-scheme” property. When overloading is enabled, this is equivalent to

    set buffer [ #styleScheme := value ]
    

  3. setCompletionPageSize :: (MonadIO m, IsCompletion o) => o -> Word32 -> m ()

    gi-gtksource5 GI.GtkSource.Objects.Completion

    Set the value of the “page-size” property. When overloading is enabled, this is equivalent to

    set completion [ #pageSize := value ]
    

  4. setCompletionRememberInfoVisibility :: (MonadIO m, IsCompletion o) => o -> Bool -> m ()

    gi-gtksource5 GI.GtkSource.Objects.Completion

    Set the value of the “remember-info-visibility” property. When overloading is enabled, this is equivalent to

    set completion [ #rememberInfoVisibility := value ]
    

  5. setCompletionSelectOnShow :: (MonadIO m, IsCompletion o) => o -> Bool -> m ()

    gi-gtksource5 GI.GtkSource.Objects.Completion

    Set the value of the “select-on-show” property. When overloading is enabled, this is equivalent to

    set completion [ #selectOnShow := value ]
    

  6. setCompletionShowIcons :: (MonadIO m, IsCompletion o) => o -> Bool -> m ()

    gi-gtksource5 GI.GtkSource.Objects.Completion

    Set the value of the “show-icons” property. When overloading is enabled, this is equivalent to

    set completion [ #showIcons := value ]
    

  7. setCompletionCellMarkup :: (MonadIO m, IsCompletionCell o) => o -> Text -> m ()

    gi-gtksource5 GI.GtkSource.Objects.CompletionCell

    Set the value of the “markup” property. When overloading is enabled, this is equivalent to

    set completionCell [ #markup := value ]
    

  8. setCompletionCellPaintable :: (MonadIO m, IsCompletionCell o, IsPaintable a) => o -> a -> m ()

    gi-gtksource5 GI.GtkSource.Objects.CompletionCell

    Set the value of the “paintable” property. When overloading is enabled, this is equivalent to

    set completionCell [ #paintable := value ]
    

  9. setCompletionCellText :: (MonadIO m, IsCompletionCell o) => o -> Text -> m ()

    gi-gtksource5 GI.GtkSource.Objects.CompletionCell

    Set the value of the “text” property. When overloading is enabled, this is equivalent to

    set completionCell [ #text := value ]
    

  10. setCompletionCellWidget :: (MonadIO m, IsCompletionCell o, IsWidget a) => o -> a -> m ()

    gi-gtksource5 GI.GtkSource.Objects.CompletionCell

    Set the value of the “widget” property. When overloading is enabled, this is equivalent to

    set completionCell [ #widget := value ]
    

Page 783 of many | Previous | Next