Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

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

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    clear #printSettings
    

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

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

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

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    get printOperation #printSettings
    

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

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

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

    gi-gtk3 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. Since: 2.10

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

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    set printOperation [ #printSettings := value ]
    

  7. 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. Printing support was added in GTK+ 2.10.

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

    gi-gtk3 GI.Gtk.Objects.PrintSettings

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

  9. newtype PrintSettings

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Memory-managed wrapper type.

  10. PrintSettings :: ManagedPtr PrintSettings -> PrintSettings

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    No documentation available.

Page 8 of many | Previous | Next