Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. getPrintDialogPrintSettings :: (MonadIO m, IsPrintDialog o) => o -> m PrintSettings

    gi-gtk4 GI.Gtk.Objects.PrintDialog

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

    get printDialog #printSettings
    

  2. printDialogGetPrintSettings :: (HasCallStack, MonadIO m, IsPrintDialog a) => a -> m PrintSettings

    gi-gtk4 GI.Gtk.Objects.PrintDialog

    Returns the print settings for the print dialog. Since: 4.14

  3. printDialogSetPrintSettings :: (HasCallStack, MonadIO m, IsPrintDialog a, IsPrintSettings b) => a -> b -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintDialog

    Sets the print settings for the print dialog. Since: 4.14

  4. setPrintDialogPrintSettings :: (MonadIO m, IsPrintDialog o, IsPrintSettings a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintDialog

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

    set printDialog [ #printSettings := value ]
    

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

  6. constructPrintOperationPrintSettings :: (IsPrintOperation o, MonadIO m, IsPrintSettings a) => a -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

  7. getPrintOperationPrintSettings :: (MonadIO m, IsPrintOperation o) => o -> m (Maybe PrintSettings)

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

    get printOperation #printSettings
    

  8. printOperationGetPrintSettings :: (HasCallStack, MonadIO m, IsPrintOperation a) => a -> m (Maybe PrintSettings)

    gi-gtk4 GI.Gtk.Objects.PrintOperation

    Returns the current print settings. Note that the return value is Nothing until either printOperationSetPrintSettings or printOperationRun have been called.

  9. printOperationSetPrintSettings :: (HasCallStack, MonadIO m, IsPrintOperation a, IsPrintSettings b) => a -> Maybe b -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintOperation

    Sets the print settings for op. This is typically used to re-establish print settings from a previous print operation, see printOperationRun.

  10. setPrintOperationPrintSettings :: (MonadIO m, IsPrintOperation o, IsPrintSettings a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

    set printOperation [ #printSettings := value ]
    

Page 18 of many | Previous | Next