Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

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

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

    gi-gtk4 GI.Gtk.Objects.PrintSettings

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

  2. class (GObject o, IsDescendantOf PrintUnixDialog o) => IsPrintUnixDialog o

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Type class for types which can be safely cast to PrintUnixDialog, for instance with toPrintUnixDialog.

  3. clearPrintUnixDialogPrintSettings :: (MonadIO m, IsPrintUnixDialog o) => o -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

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

    clear #printSettings
    

  4. constructPrintUnixDialogCurrentPage :: (IsPrintUnixDialog o, MonadIO m) => Int32 -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

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

  5. constructPrintUnixDialogEmbedPageSetup :: (IsPrintUnixDialog o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

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

  6. constructPrintUnixDialogHasSelection :: (IsPrintUnixDialog o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

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

  7. constructPrintUnixDialogManualCapabilities :: (IsPrintUnixDialog o, MonadIO m) => [PrintCapabilities] -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

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

  8. constructPrintUnixDialogPageSetup :: (IsPrintUnixDialog o, MonadIO m, IsPageSetup a) => a -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

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

  9. constructPrintUnixDialogPrintSettings :: (IsPrintUnixDialog o, MonadIO m, IsPrintSettings a) => a -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

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

  10. constructPrintUnixDialogSupportSelection :: (IsPrintUnixDialog o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

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

Page 355 of many | Previous | Next