Hoogle Search

Within LTS Haskell 24.10 (ghc-9.10.2)

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

  1. printUnixDialogGetHasSelection :: (HasCallStack, MonadIO m, IsPrintUnixDialog a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Gets whether there is a selection.

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

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

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

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

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Gets the currently selected printer.

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

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

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

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Creates a new GtkPrintUnixDialog.

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

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

Page 77 of many | Previous | Next