Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. treeViewMapExpandedRows :: TreeViewClass self => self -> (TreePath -> IO ()) -> IO ()

    gtk Graphics.UI.Gtk.ModelView.TreeView

    Call function for every expanded row.

  2. printContextGetPangoFontmap :: PrintContextClass self => self -> IO FontMap

    gtk Graphics.UI.Gtk.Printing.PrintContext

    Returns a FontMap that is suitable for use with the PrintContext.

  3. offscreenWindowGetPixmap :: OffscreenWindowClass self => self -> IO (Maybe Pixmap)

    gtk Graphics.UI.Gtk.Windows.OffscreenWindow

    Retrieves a snapshot of the contained widget in the form of a Pixmap. If you need to keep this around over window resizes then you should add a reference to it.

    • Available since Gtk+ version 2.20

  4. windowFocusOnMap :: WindowClass self => Attr self Bool

    gtk Graphics.UI.Gtk.Windows.Window

    True if the window should receive the input focus when mapped. Default value: True

  5. windowGetFocusOnMap :: WindowClass self => self -> IO Bool

    gtk Graphics.UI.Gtk.Windows.Window

    Gets the value set by windowSetFocusOnMap.

    • Available since Gtk+ version 2.6

  6. windowSetFocusOnMap :: WindowClass self => self -> Bool -> IO ()

    gtk Graphics.UI.Gtk.Windows.Window

    Windows may set a hint asking the desktop environment not to receive the input focus when the window is mapped. This function sets this hint.

    • Available since Gtk+ version 2.6

  7. module Graphics.Ascii.Haha.Bitmap

    No documentation available.

  8. data Bitmap u p

    haha Graphics.Ascii.Haha.Bitmap

    No documentation available.

  9. Bitmap :: Map (Point u) p -> Bitmap u p

    haha Graphics.Ascii.Haha.Bitmap

    No documentation available.

  10. type BlockMap = HashMap ShortBlockHash ShortByteString

    haskoin-core Haskoin.Block.Headers

    Memory-based map to a serialized BlockNode data structure. ShortByteString is used to avoid memory fragmentation and make the data structure compact.

Page 1059 of many | Previous | Next