Hoogle Search

Within LTS Haskell 24.9 (ghc-9.10.2)

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

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

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

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

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

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

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

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

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

  9. module GI.Gtk.Objects.PrintSettings

    A GtkPrintSettings object represents the settings of a print dialog in a system-independent way. The main use for this object is that once you’ve printed you can get a settings object that represents the settings the user chose, and the next time you print you can pass that object in so that the user doesn’t have to re-set all his settings. Its also possible to enumerate the settings so that you can easily save the settings for the next time your app runs, or even store them in a document. The predefined keys try to use shared values as much as possible so that moving such a document between systems still works.

  10. class (GObject o, IsDescendantOf PrintSettings o) => IsPrintSettings o

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Type class for types which can be safely cast to PrintSettings, for instance with toPrintSettings.

Page 25 of many | Previous | Next