Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. constructPrintDialogPageSetup :: (IsPrintDialog o, MonadIO m, IsPageSetup a) => a -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.PrintDialog

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

  2. getPrintDialogPageSetup :: (MonadIO m, IsPrintDialog o) => o -> m PageSetup

    gi-gtk4 GI.Gtk.Objects.PrintDialog

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

    get printDialog #pageSetup
    

  3. printDialogGetPageSetup :: (HasCallStack, MonadIO m, IsPrintDialog a) => a -> m PageSetup

    gi-gtk4 GI.Gtk.Objects.PrintDialog

    Returns the page setup. Since: 4.14

  4. printDialogSetPageSetup :: (HasCallStack, MonadIO m, IsPrintDialog a, IsPageSetup b) => a -> b -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintDialog

    Set the page setup for the print dialog. Since: 4.14

  5. setPrintDialogPageSetup :: (MonadIO m, IsPrintDialog o, IsPageSetup a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintDialog

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

    set printDialog [ #pageSetup := value ]
    

  6. constructPrintJobPageSetup :: (IsPrintJob o, MonadIO m, IsPageSetup a) => a -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.PrintJob

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

  7. getPrintJobPageSetup :: (MonadIO m, IsPrintJob o) => o -> m (Maybe PageSetup)

    gi-gtk4 GI.Gtk.Objects.PrintJob

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

    get printJob #pageSetup
    

  8. printJobGetPageRanges :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> m [PageRange]

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Gets the page ranges for this job.

  9. printJobGetPageSet :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> m PageSet

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Gets the GtkPageSet setting for this job.

  10. printJobGetPages :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> m PrintPages

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Gets the GtkPrintPages setting for this job.

Page 330 of many | Previous | Next