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