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.
treeViewMapExpandedRows :: TreeViewClass self => self -> (TreePath -> IO ()) -> IO ()gtk Graphics.UI.Gtk.ModelView.TreeView Call function for every expanded row.
printContextGetPangoFontmap :: PrintContextClass self => self -> IO FontMapgtk Graphics.UI.Gtk.Printing.PrintContext Returns a FontMap that is suitable for use with the PrintContext.
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
windowFocusOnMap :: WindowClass self => Attr self Boolgtk Graphics.UI.Gtk.Windows.Window True if the window should receive the input focus when mapped. Default value: True
windowGetFocusOnMap :: WindowClass self => self -> IO Boolgtk Graphics.UI.Gtk.Windows.Window Gets the value set by windowSetFocusOnMap.
- Available since Gtk+ version 2.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
module Graphics.Ascii.Haha.
Bitmap No documentation available.
-
haha Graphics.Ascii.Haha.Bitmap No documentation available.
Bitmap :: Map (Point u) p -> Bitmap u phaha Graphics.Ascii.Haha.Bitmap No documentation available.
type
BlockMap = HashMap ShortBlockHash ShortByteStringhaskoin-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.