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.
-
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.
-
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.
printSettingsCollate :: PrintSettingsClass self => Attr self Boolgtk Graphics.UI.Gtk.Printing.PrintSettings The value of 'PrintSettingsCollate'.
printSettingsCopy :: PrintSettingsClass self => self -> IO PrintSettingsgtk Graphics.UI.Gtk.Printing.PrintSettings Copies a PrintSettings object.
printSettingsDefaultSource :: (PrintSettingsClass self, GlibString string) => Attr self stringgtk Graphics.UI.Gtk.Printing.PrintSettings The value of PrintSettingsDefaultSource.
printSettingsDither :: (PrintSettingsClass self, GlibString string) => Attr self stringgtk Graphics.UI.Gtk.Printing.PrintSettings The value of PrintSettingsDither.
printSettingsDuplex :: PrintSettingsClass self => Attr self PrintDuplexgtk Graphics.UI.Gtk.Printing.PrintSettings The value of 'PrintSettingsDuplex'.
printSettingsFinishings :: (PrintSettingsClass self, GlibString string) => Attr self stringgtk Graphics.UI.Gtk.Printing.PrintSettings The value of PrintSettingsFinishings.
printSettingsForeach :: PrintSettingsClass self => self -> (String -> IO ()) -> IO ()gtk Graphics.UI.Gtk.Printing.PrintSettings Calls func for each key-value pair of settings.
printSettingsGet :: (PrintSettingsClass self, GlibString string) => self -> string -> IO stringgtk Graphics.UI.Gtk.Printing.PrintSettings Looks up the string value associated with key.