Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. toPageSetupUnixDialog :: (MonadIO m, IsPageSetupUnixDialog o) => o -> m PageSetupUnixDialog

    gi-gtk4 GI.Gtk.Objects.PageSetupUnixDialog

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

  2. printContextGetPageSetup :: (HasCallStack, MonadIO m, IsPrintContext a) => a -> m PageSetup

    gi-gtk4 GI.Gtk.Objects.PrintContext

    Obtains the GtkPageSetup that determines the page dimensions of the GtkPrintContext.

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

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

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

    gi-gtk4 GI.Gtk.Objects.PrintDialog

    Returns the page setup. Since: 4.14

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

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

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

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

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

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Gets the page ranges for this job.

Page 330 of many | Previous | Next