Hoogle Search

Within LTS Haskell 24.58 (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. printUnixDialogGetHasSelection :: (HasCallStack, MonadIO m, IsPrintUnixDialog a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Gets whether there is a selection.

  3. printUnixDialogGetManualCapabilities :: (HasCallStack, MonadIO m, IsPrintUnixDialog a) => a -> m [PrintCapabilities]

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Gets the capabilities that have been set on this GtkPrintUnixDialog.

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

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

  6. printUnixDialogGetSelectedPrinter :: (HasCallStack, MonadIO m, IsPrintUnixDialog a) => a -> m (Maybe Printer)

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Gets the currently selected printer.

  7. printUnixDialogGetSettings :: (HasCallStack, MonadIO m, IsPrintUnixDialog a) => a -> m PrintSettings

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Gets a new GtkPrintSettings object that represents the current values in the print dialog. Note that this creates a new object, and you need to unref it if don’t want to keep it.

  8. printUnixDialogGetSupportSelection :: (HasCallStack, MonadIO m, IsPrintUnixDialog a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Gets whether the print dialog allows user to print a selection.

  9. printUnixDialogNew :: (HasCallStack, MonadIO m, IsWindow a) => Maybe Text -> Maybe a -> m PrintUnixDialog

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Creates a new GtkPrintUnixDialog.

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

Page 56 of many | Previous | Next