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. AccessiblePropertyReadOnly :: AccessibleProperty

    gi-gtk4 GI.Gtk.Enums

    Indicates that the element is not editable, but is otherwise operable. Value type: boolean

  2. FileChooserErrorAlreadyExists :: FileChooserError

    gi-gtk4 GI.Gtk.Enums

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

  3. RecentManagerErrorRead :: RecentManagerError

    gi-gtk4 GI.Gtk.Enums

    failure while reading the recently used resources file.

  4. type PrintOperationPreviewReadyCallback = PrintContext -> IO ()

    gi-gtk4 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.

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

    gi-gtk4 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.

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

    gi-gtk4 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
    

  7. type AsyncReadyCallback = GObject -> AsyncResult -> IO ()

    gio System.GIO.Async.AsyncResult

    No documentation available.

  8. marshalAsyncReadyCallback :: AsyncReadyCallback -> IO GAsyncReadyCallback

    gio System.GIO.Async.AsyncResult

    No documentation available.

  9. IoErrorAlreadyMounted :: IOErrorEnum

    gio System.GIO.Enums

    No documentation available.

  10. IoErrorReadOnly :: IOErrorEnum

    gio System.GIO.Enums

    No documentation available.

Page 702 of many | Previous | Next