Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. thread_label :: GenClosure b -> !Maybe b

    ghc-heap GHC.Exts.Heap.Closures

    No documentation available.

  2. tso_threadId :: TSOFields -> Word64

    ghc-heap GHC.Exts.Heap.FFIClosures_ProfilingDisabled

    No documentation available.

  3. tso_threadId :: TSOFields -> Word64

    ghc-heap GHC.Exts.Heap.FFIClosures_ProfilingEnabled

    No documentation available.

  4. pattern STYLE_CLASS_READ_ONLY :: Text

    gi-gtk3 GI.Gtk.Constants

    A CSS class used to indicate a read-only state. Refer to individual widget documentation for used style classes.

  5. ButtonBoxStyleSpread :: ButtonBoxStyle

    gi-gtk3 GI.Gtk.Enums

    Buttons are evenly spread across the box.

  6. FileChooserErrorAlreadyExists :: FileChooserError

    gi-gtk3 GI.Gtk.Enums

    Indicates a duplicate path (e.g. when adding a bookmark).

  7. RecentManagerErrorRead :: RecentManagerError

    gi-gtk3 GI.Gtk.Enums

    failure while reading the recently used resources file.

  8. type PrintOperationPreviewReadyCallback = PrintContext -> IO ()

    gi-gtk3 GI.Gtk.Interfaces.PrintOperationPreview

    The ready signal gets emitted once per preview operation, before the first page is rendered. A handler for this signal can be used for setup tasks.

  9. afterPrintOperationPreviewReady :: (IsPrintOperationPreview a, MonadIO m) => a -> ((?self :: a) => PrintOperationPreviewReadyCallback) -> m SignalHandlerId

    gi-gtk3 GI.Gtk.Interfaces.PrintOperationPreview

    Connect a signal handler for the ready signal, to be run after the default handler. When overloading is enabled, this is equivalent to

    after printOperationPreview #ready callback
    
    By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension.

  10. onPrintOperationPreviewReady :: (IsPrintOperationPreview a, MonadIO m) => a -> ((?self :: a) => PrintOperationPreviewReadyCallback) -> m SignalHandlerId

    gi-gtk3 GI.Gtk.Interfaces.PrintOperationPreview

    Connect a signal handler for the ready signal, to be run before the default handler. When overloading is enabled, this is equivalent to

    on printOperationPreview #ready callback
    

Page 700 of many | Previous | Next