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. toPrinter :: (MonadIO m, IsPrinter o) => o -> m Printer

    gi-gtk4 GI.Gtk.Objects.Printer

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

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

    gi-gtk4 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
    

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

    gi-gtk4 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
    

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

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

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

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

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

    gi-gtk4 GI.Gtk.Objects.Settings

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

    get settings #gtkPrintBackends
    

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

    gi-gtk4 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
    

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

    gi-gtk4 GI.Gtk.Objects.Settings

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

    set settings [ #gtkPrintBackends := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.Settings

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

    set settings [ #gtkPrintPreviewCommand := value ]
    

  10. shortcutActionPrint :: (HasCallStack, MonadIO m, IsShortcutAction a) => a -> String -> m ()

    gi-gtk4 GI.Gtk.Objects.ShortcutAction

    Prints the given action into a string for the developer. This is meant for debugging and logging. The form of the representation may change at any time and is not guaranteed to stay identical.

Page 268 of many | Previous | Next