Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. 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
    

  2. 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
    

  3. 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
    

  4. 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 ]
    

  5. 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 ]
    

  6. 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 ]
    

  7. 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 ]
    

  8. setPrintOperationEmbedPageSetup :: (MonadIO m, IsPrintOperation o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    set printOperation [ #embedPageSetup := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    set printOperation [ #exportFilename := value ]
    

  10. setPrintOperationHasSelection :: (MonadIO m, IsPrintOperation o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    set printOperation [ #hasSelection := value ]
    

Page 336 of many | Previous | Next