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.
thread_label :: GenClosure b -> !Maybe bghc-heap GHC.Exts.Heap.Closures No documentation available.
tso_threadId :: TSOFields -> Word64ghc-heap GHC.Exts.Heap.FFIClosures_ProfilingDisabled No documentation available.
tso_threadId :: TSOFields -> Word64ghc-heap GHC.Exts.Heap.FFIClosures_ProfilingEnabled No documentation available.
pattern
STYLE_CLASS_READ_ONLY :: Textgi-gtk3 GI.Gtk.Constants A CSS class used to indicate a read-only state. Refer to individual widget documentation for used style classes.
ButtonBoxStyleSpread :: ButtonBoxStylegi-gtk3 GI.Gtk.Enums Buttons are evenly spread across the box.
FileChooserErrorAlreadyExists :: FileChooserErrorgi-gtk3 GI.Gtk.Enums Indicates a duplicate path (e.g. when adding a bookmark).
RecentManagerErrorRead :: RecentManagerErrorgi-gtk3 GI.Gtk.Enums failure while reading the recently used resources file.
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.
-
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. -
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