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. printUnixDialogGetEmbedPageSetup :: (HasCallStack, MonadIO m, IsPrintUnixDialog a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Gets whether to embed the page setup.

  2. printUnixDialogGetPageSetup :: (HasCallStack, MonadIO m, IsPrintUnixDialog a) => a -> m PageSetup

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Gets the page setup that is used by the GtkPrintUnixDialog.

  3. printUnixDialogGetPageSetupSet :: (HasCallStack, MonadIO m, IsPrintUnixDialog a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Gets whether a page setup was set by the user.

  4. printUnixDialogSetCurrentPage :: (HasCallStack, MonadIO m, IsPrintUnixDialog a) => a -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Sets the current page number. If currentPage is not -1, this enables the current page choice for the range of pages to print.

  5. printUnixDialogSetEmbedPageSetup :: (HasCallStack, MonadIO m, IsPrintUnixDialog a) => a -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Embed page size combo box and orientation combo box into page setup page.

  6. printUnixDialogSetPageSetup :: (HasCallStack, MonadIO m, IsPrintUnixDialog a, IsPageSetup b) => a -> b -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Sets the page setup of the GtkPrintUnixDialog.

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

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

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

  10. printerGetDefaultPageSize :: (HasCallStack, MonadIO m, IsPrinter a) => a -> m PageSetup

    gi-gtk4 GI.Gtk.Objects.Printer

    Returns default page size of printer.

Page 336 of many | Previous | Next