Hoogle Search

Within LTS Haskell 24.37 (ghc-9.10.3)

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

  1. printUnixDialogAddCustomTab :: (HasCallStack, MonadIO m, IsPrintUnixDialog a, IsWidget b, IsWidget c) => a -> b -> c -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Adds a custom tab to the print dialog.

  2. printUnixDialogGetCurrentPage :: (HasCallStack, MonadIO m, IsPrintUnixDialog a) => a -> m Int32

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Gets the current page of the GtkPrintUnixDialog.

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

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Gets whether to embed the page setup.

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

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Gets whether there is a selection.

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

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

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

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

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Gets the currently selected printer.

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

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

Page 56 of many | Previous | Next