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

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

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

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

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

    after printOperation #updateCustomWidget 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. clearPrintOperationCustomTabLabel :: (MonadIO m, IsPrintOperation o) => o -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

    clear #customTabLabel
    

  4. clearPrintOperationDefaultPageSetup :: (MonadIO m, IsPrintOperation o) => o -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

    clear #defaultPageSetup
    

  5. clearPrintOperationExportFilename :: (MonadIO m, IsPrintOperation o) => o -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

    clear #exportFilename
    

  6. clearPrintOperationPrintSettings :: (MonadIO m, IsPrintOperation o) => o -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintOperation

    Set the value of the “print-settings” property to Nothing. When overloading is enabled, this is equivalent to

    clear #printSettings
    

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

    gi-gtk4 GI.Gtk.Objects.PrintOperation

    Construct a GValueConstruct with valid value for the “allow-async” property. This is rarely needed directly, but it is used by new.

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

    gi-gtk4 GI.Gtk.Objects.PrintOperation

    Construct a GValueConstruct with valid value for the “current-page” property. This is rarely needed directly, but it is used by new.

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

    gi-gtk4 GI.Gtk.Objects.PrintOperation

    Construct a GValueConstruct with valid value for the “custom-tab-label” property. This is rarely needed directly, but it is used by new.

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

    gi-gtk4 GI.Gtk.Objects.PrintOperation

    Construct a GValueConstruct with valid value for the “default-page-setup” property. This is rarely needed directly, but it is used by new.

Page 257 of many | Previous | Next