Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

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

  1. ProgressTopToBottom :: ProgressBarOrientation

    gtk Graphics.UI.Gtk.Display.ProgressBar

    No documentation available.

  2. module Graphics.UI.Gtk.Embedding.Plug

    Toplevel for embedding into other processes

  3. data Plug

    gtk Graphics.UI.Gtk.Embedding.Plug

    No documentation available.

  4. class WindowClass o => PlugClass o

    gtk Graphics.UI.Gtk.Embedding.Plug

    No documentation available.

  5. Pencil :: CursorType

    gtk Graphics.UI.Gtk.Gdk.Cursor

    No documentation available.

  6. Pirate :: CursorType

    gtk Graphics.UI.Gtk.Gdk.Cursor

    No documentation available.

  7. Plus :: CursorType

    gtk Graphics.UI.Gtk.Gdk.Cursor

    No documentation available.

  8. type Point = (Int, Int)

    gtk Graphics.UI.Gtk.Gdk.Drawable

    Represents the x and y coordinate of a point.

  9. Proximity :: Bool -> TimeStamp -> Bool -> Event

    gtk Graphics.UI.Gtk.Gdk.Events

    The state of the pen of a graphics tablet pen or touchscreen device.

  10. module Graphics.UI.Gtk.Gdk.Pixbuf

    Pixbufs are bitmap images in memory.

    • A Pixbuf is used to represent images. It contains information about the image's pixel data, its color space, bits per sample, width and height, and the rowstride or number of bytes between rows.
    • This module contains functions to scale and crop Pixbufs and to scale and crop a Pixbuf and compose the result with an existing image.
    • Pixbufs can be displayed on screen by either creating an Image that from the Pixbuf or by rendering (part of) the Pixbuf into a vanilla widget like DrawWindow using drawPixbuf.

Page 899 of many | Previous | Next