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. printOptStatusChanged :: PrintOperationClass self => Signal self (IO ())

    gtk Graphics.UI.Gtk.Printing.PrintOperation

    Emitted at between the various phases of the print operation. See PrintStatus for the phases that are being discriminated. Use printOperationGetStatus to find out the current status.

  2. printOptUpdateCustomWidget :: PrintOperationClass self => Signal self (Widget -> PageSetup -> PrintSettings -> IO ())

    gtk Graphics.UI.Gtk.Printing.PrintOperation

    Emitted after change of selected printer. The actual page setup and print settings are passed to the custom widget, which can actualize itself according to this change.

    • Available since Gtk+ version 2.18

  3. printRunPageSetupDialog :: (WindowClass window, PageSetupClass pageSetup, PrintSettingsClass setting) => window -> pageSetup -> setting -> IO PageSetup

    gtk Graphics.UI.Gtk.Printing.PrintOperation

    Runs a page setup dialog, letting the user modify the values from pageSetup. If the user cancels the dialog, the returned PageSetup is identical to the passed in pageSetup, otherwise it contains the modifications done in the dialog. Note that this function may use a recursive mainloop to show the page setup dialog. See printRunPageSetupDialogAsync if this is a problem.

  4. printRunPageSetupDialogAsync :: (WindowClass window, PageSetupClass pageSetup, PrintSettingsClass setting) => window -> pageSetup -> setting -> (PageSetup -> IO ()) -> IO ()

    gtk Graphics.UI.Gtk.Printing.PrintOperation

    Runs a page setup dialog, letting the user modify the values from pageSetup. In contrast to printRunPageSetupDialog, this function returns after showing the page setup dialog on platforms that support this, and calls doneCb from a signal handler for the response signal of the dialog.

  5. printSettingsCollate :: PrintSettingsClass self => Attr self Bool

    gtk Graphics.UI.Gtk.Printing.PrintSettings

    The value of 'PrintSettingsCollate'.

  6. printSettingsCopy :: PrintSettingsClass self => self -> IO PrintSettings

    gtk Graphics.UI.Gtk.Printing.PrintSettings

    Copies a PrintSettings object.

  7. printSettingsDefaultSource :: (PrintSettingsClass self, GlibString string) => Attr self string

    gtk Graphics.UI.Gtk.Printing.PrintSettings

    The value of PrintSettingsDefaultSource.

  8. printSettingsDither :: (PrintSettingsClass self, GlibString string) => Attr self string

    gtk Graphics.UI.Gtk.Printing.PrintSettings

    The value of PrintSettingsDither.

  9. printSettingsDuplex :: PrintSettingsClass self => Attr self PrintDuplex

    gtk Graphics.UI.Gtk.Printing.PrintSettings

    The value of 'PrintSettingsDuplex'.

  10. printSettingsFinishings :: (PrintSettingsClass self, GlibString string) => Attr self string

    gtk Graphics.UI.Gtk.Printing.PrintSettings

    The value of PrintSettingsFinishings.

Page 67 of many | Previous | Next