Hoogle Search
Within LTS Haskell 24.43 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gtk Graphics.UI.Gtk.Multiline.TextBuffer Returns the text in the range [start,end). Similar to textBufferGetText but uses ByteString buffers.
- The returned buffer is a UTF-8 encoded string.
-
gtk Graphics.UI.Gtk.Multiline.TextBuffer Returns the text in the range [start,end). Similar to textBufferGetSlice but uses ByteString buffers.
- The returned buffer is a UTF-8 encoded string.
textBufferInsertByteString :: TextBufferClass self => self -> TextIter -> ByteString -> IO ()gtk Graphics.UI.Gtk.Multiline.TextBuffer Inserts text at position iter. Similar to textBufferInsert but uses ByteString buffers.
- The passed-in buffer must contain a valid UTF-8 encoded string.
textBufferInsertByteStringAtCursor :: TextBufferClass self => self -> ByteString -> IO ()gtk Graphics.UI.Gtk.Multiline.TextBuffer Simply calls textBufferInsert, using the current cursor position as the insertion point. Similar to textBufferInsertAtCursor but uses ByteString buffers.
- The passed-in buffer must contain a valid UTF-8 encoded string.
-
gtk Graphics.UI.Gtk.Multiline.TextBuffer Similar to textBufferInsertInteractive but uses ByteString buffers.
- The passed-in buffer must contain a valid UTF-8 encoded string.
-
gtk Graphics.UI.Gtk.Multiline.TextBuffer Similar to textBufferInsertInteractiveAtCursor but uses ByteString buffers.
- The passed-in buffer must contain a valid UTF-8 encoded string.
textBufferSetByteString :: TextBufferClass self => self -> ByteString -> IO ()gtk Graphics.UI.Gtk.Multiline.TextBuffer Deletes current contents of buffer, and inserts text instead. Similar to textBufferSetText but uses ByteString buffers.
- The passed-in buffer must contain a valid UTF-8 encoded string.
type
LazyByteString = ByteStringhopenssl OpenSSL.Digest Synonym for the lazy ByteString variant to improve readability.
type
StrictByteString = ByteStringhopenssl OpenSSL.Digest Synonym for the strict ByteString variant to improve readability.
CheckHexDigestByteString :: ByteString -> CheckHexDigesthttp-download Network.HTTP.Download No documentation available.