Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. class (GObject o, IsDescendantOf PrintOperation o) => IsPrintOperation o

    gi-gtk4 GI.Gtk.Objects.PrintOperation

    Type class for types which can be safely cast to PrintOperation, for instance with toPrintOperation.

  2. afterPrintOperationBeginPrint :: (IsPrintOperation a, MonadIO m) => a -> ((?self :: a) => PrintOperationBeginPrintCallback) -> m SignalHandlerId

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

    after printOperation #beginPrint 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.

  3. afterPrintOperationCreateCustomWidget :: (IsPrintOperation a, MonadIO m) => a -> ((?self :: a) => PrintOperationCreateCustomWidgetCallback) -> m SignalHandlerId

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

    after printOperation #createCustomWidget 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.

  4. afterPrintOperationCustomWidgetApply :: (IsPrintOperation a, MonadIO m) => a -> ((?self :: a) => PrintOperationCustomWidgetApplyCallback) -> m SignalHandlerId

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

    after printOperation #customWidgetApply 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.

  5. afterPrintOperationDone :: (IsPrintOperation a, MonadIO m) => a -> ((?self :: a) => PrintOperationDoneCallback) -> m SignalHandlerId

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

    after printOperation #done 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. afterPrintOperationDrawPage :: (IsPrintOperation a, MonadIO m) => a -> ((?self :: a) => PrintOperationDrawPageCallback) -> m SignalHandlerId

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

    after printOperation #drawPage 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.

  7. afterPrintOperationEndPrint :: (IsPrintOperation a, MonadIO m) => a -> ((?self :: a) => PrintOperationEndPrintCallback) -> m SignalHandlerId

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

    after printOperation #endPrint 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.

  8. afterPrintOperationPaginate :: (IsPrintOperation a, MonadIO m) => a -> ((?self :: a) => PrintOperationPaginateCallback) -> m SignalHandlerId

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

    after printOperation #paginate 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.

  9. afterPrintOperationPreview :: (IsPrintOperation a, MonadIO m) => a -> ((?self :: a) => PrintOperationPreviewCallback) -> m SignalHandlerId

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

    after printOperation #preview 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. afterPrintOperationRequestPageSetup :: (IsPrintOperation a, MonadIO m) => a -> ((?self :: a) => PrintOperationRequestPageSetupCallback) -> m SignalHandlerId

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

    after printOperation #requestPageSetup 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.

Page 256 of many | Previous | Next