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.
savePngByteString :: Image -> IO ByteStringgd Graphics.GD.ByteString.Lazy Write a PNG format ByteString of an image.
bitmapDataOfByteString :: Int -> Int -> BitmapFormat -> ByteString -> Bool -> BitmapDatagloss-rendering Graphics.Gloss.Rendering No documentation available.
bitmapOfByteString :: Int -> Int -> BitmapFormat -> ByteString -> Bool -> Picturegloss-rendering Graphics.Gloss.Rendering O(size). Copy a ByteString of RGBA data into a bitmap with the given width and height. The boolean flag controls whether Gloss should cache the data between frames for speed. If you are programatically generating the image for each frame then use False. If you have loaded it from a file then use True.
-
gtk3 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.
-
gtk3 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 ()gtk3 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 ()gtk3 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.
-
gtk3 Graphics.UI.Gtk.Multiline.TextBuffer Similar to textBufferInsertInteractive but uses ByteString buffers.
- The passed-in buffer must contain a valid UTF-8 encoded string.
-
gtk3 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 ()gtk3 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.