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. setPrintOperationUseFullPage :: (MonadIO m, IsPrintOperation o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    set printOperation [ #useFullPage := value ]
    

  2. toPrintOperation :: (MonadIO m, IsPrintOperation o) => o -> m PrintOperation

    gi-gtk3 GI.Gtk.Objects.PrintOperation

    Cast to PrintOperation, for types for which this is known to be safe. For general casts, use castTo.

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

  4. toPrintSettings :: (MonadIO m, IsPrintSettings o) => o -> m PrintSettings

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Cast to PrintSettings, for types for which this is known to be safe. For general casts, use castTo.

  5. clearSettingsGtkPrintBackends :: (MonadIO m, IsSettings o) => o -> m ()

    gi-gtk3 GI.Gtk.Objects.Settings

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

    clear #gtkPrintBackends
    

  6. clearSettingsGtkPrintPreviewCommand :: (MonadIO m, IsSettings o) => o -> m ()

    gi-gtk3 GI.Gtk.Objects.Settings

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

    clear #gtkPrintPreviewCommand
    

  7. constructSettingsGtkPrintBackends :: (IsSettings o, MonadIO m) => Text -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.Settings

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

  8. constructSettingsGtkPrintPreviewCommand :: (IsSettings o, MonadIO m) => Text -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.Settings

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

  9. getSettingsGtkPrintBackends :: (MonadIO m, IsSettings o) => o -> m (Maybe Text)

    gi-gtk3 GI.Gtk.Objects.Settings

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

    get settings #gtkPrintBackends
    

  10. getSettingsGtkPrintPreviewCommand :: (MonadIO m, IsSettings o) => o -> m (Maybe Text)

    gi-gtk3 GI.Gtk.Objects.Settings

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

    get settings #gtkPrintPreviewCommand
    

Page 226 of many | Previous | Next