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. getPrintUnixDialogManualCapabilities :: (MonadIO m, IsPrintUnixDialog o) => o -> m [PrintCapabilities]

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

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

    get printUnixDialog #manualCapabilities
    

  2. getPrintUnixDialogPageSetup :: (MonadIO m, IsPrintUnixDialog o) => o -> m PageSetup

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

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

    get printUnixDialog #pageSetup
    

  3. getPrintUnixDialogPrintSettings :: (MonadIO m, IsPrintUnixDialog o) => o -> m (Maybe PrintSettings)

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

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

    get printUnixDialog #printSettings
    

  4. getPrintUnixDialogSelectedPrinter :: (MonadIO m, IsPrintUnixDialog o) => o -> m (Maybe Printer)

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

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

    get printUnixDialog #selectedPrinter
    

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

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

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

    get printUnixDialog #supportSelection
    

  6. setPrintUnixDialogCurrentPage :: (MonadIO m, IsPrintUnixDialog o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

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

    set printUnixDialog [ #currentPage := value ]
    

  7. setPrintUnixDialogEmbedPageSetup :: (MonadIO m, IsPrintUnixDialog o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

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

    set printUnixDialog [ #embedPageSetup := value ]
    

  8. setPrintUnixDialogHasSelection :: (MonadIO m, IsPrintUnixDialog o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

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

    set printUnixDialog [ #hasSelection := value ]
    

  9. setPrintUnixDialogManualCapabilities :: (MonadIO m, IsPrintUnixDialog o) => o -> [PrintCapabilities] -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

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

    set printUnixDialog [ #manualCapabilities := value ]
    

  10. setPrintUnixDialogPageSetup :: (MonadIO m, IsPrintUnixDialog o, IsPageSetup a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

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

    set printUnixDialog [ #pageSetup := value ]
    

Page 265 of many | Previous | Next