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. getPrintUnixDialogCurrentPage :: (MonadIO m, IsPrintUnixDialog o) => o -> m Int32

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

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

    get printUnixDialog #currentPage
    

  2. getPrintUnixDialogEmbedPageSetup :: (MonadIO m, IsPrintUnixDialog o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

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

    get printUnixDialog #embedPageSetup
    

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

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

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

    get printUnixDialog #hasSelection
    

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

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

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

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

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

  9. 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 ]
    

  10. 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 ]
    

Page 356 of many | Previous | Next