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.

  1. savePngByteString :: Image -> IO ByteString

    gd Graphics.GD.ByteString.Lazy

    Write a PNG format ByteString of an image.

  2. bitmapDataOfByteString :: Int -> Int -> BitmapFormat -> ByteString -> Bool -> BitmapData

    gloss-rendering Graphics.Gloss.Rendering

    No documentation available.

  3. bitmapOfByteString :: Int -> Int -> BitmapFormat -> ByteString -> Bool -> Picture

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

  4. textBufferGetByteString :: TextBufferClass self => self -> TextIter -> TextIter -> Bool -> IO ByteString

    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.

  5. textBufferGetByteStringSlice :: TextBufferClass self => self -> TextIter -> TextIter -> Bool -> IO ByteString

    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.

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

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

  8. textBufferInsertByteStringInteractive :: TextBufferClass self => self -> TextIter -> ByteString -> Bool -> IO Bool

    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.

  9. textBufferInsertByteStringInteractiveAtCursor :: TextBufferClass self => self -> ByteString -> Bool -> IO Bool

    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.

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

Page 91 of many | Previous | Next