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. onPrintOperationEndPrint :: (IsPrintOperation a, MonadIO m) => a -> ((?self :: a) => PrintOperationEndPrintCallback) -> m SignalHandlerId

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    on printOperation #endPrint callback
    

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

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    on printOperation #paginate callback
    

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

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    on printOperation #preview callback
    

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

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    on printOperation #requestPageSetup callback
    

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

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    on printOperation #statusChanged callback
    

  6. onPrintOperationUpdateCustomWidget :: (IsPrintOperation a, MonadIO m) => a -> ((?self :: a) => PrintOperationUpdateCustomWidgetCallback) -> m SignalHandlerId

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    on printOperation #updateCustomWidget callback
    

  7. setPrintOperationAllowAsync :: (MonadIO m, IsPrintOperation o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.PrintOperation

    Set the value of the “allow-async” property. When overloading is enabled, this is equivalent to

    set printOperation [ #allowAsync := value ]
    

  8. setPrintOperationCurrentPage :: (MonadIO m, IsPrintOperation o) => o -> Int32 -> m ()

    gi-gtk3 GI.Gtk.Objects.PrintOperation

    Set the value of the “current-page” property. When overloading is enabled, this is equivalent to

    set printOperation [ #currentPage := value ]
    

  9. setPrintOperationCustomTabLabel :: (MonadIO m, IsPrintOperation o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.PrintOperation

    Set the value of the “custom-tab-label” property. When overloading is enabled, this is equivalent to

    set printOperation [ #customTabLabel := value ]
    

  10. setPrintOperationDefaultPageSetup :: (MonadIO m, IsPrintOperation o, IsPageSetup a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.PrintOperation

    Set the value of the “default-page-setup” property. When overloading is enabled, this is equivalent to

    set printOperation [ #defaultPageSetup := value ]
    

Page 224 of many | Previous | Next