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

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

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

    gtk Graphics.UI.Gtk.Printing.PrintSettings

    The value of 'PrintSettingsCollate'.

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

    gtk Graphics.UI.Gtk.Printing.PrintSettings

    Copies a PrintSettings object.

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

    gtk Graphics.UI.Gtk.Printing.PrintSettings

    The value of PrintSettingsDefaultSource.

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

    gtk Graphics.UI.Gtk.Printing.PrintSettings

    The value of PrintSettingsDither.

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

    gtk Graphics.UI.Gtk.Printing.PrintSettings

    The value of 'PrintSettingsDuplex'.

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

    gtk Graphics.UI.Gtk.Printing.PrintSettings

    The value of PrintSettingsFinishings.

  9. printSettingsForeach :: PrintSettingsClass self => self -> (String -> IO ()) -> IO ()

    gtk Graphics.UI.Gtk.Printing.PrintSettings

    Calls func for each key-value pair of settings.

  10. printSettingsGet :: (PrintSettingsClass self, GlibString string) => self -> string -> IO string

    gtk Graphics.UI.Gtk.Printing.PrintSettings

    Looks up the string value associated with key.

Page 67 of many | Previous | Next