Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. toPrintSettings :: (MonadIO m, IsPrintSettings o) => o -> m PrintSettings

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Cast to PrintSettings, for types for which this is known to be safe. For general casts, use castTo.

  2. clearPrintUnixDialogPrintSettings :: (MonadIO m, IsPrintUnixDialog o) => o -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Set the value of the “print-settings” property to Nothing. When overloading is enabled, this is equivalent to

    clear #printSettings
    

  3. constructPrintUnixDialogPrintSettings :: (IsPrintUnixDialog o, MonadIO m, IsPrintSettings a) => a -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Construct a GValueConstruct with valid value for the “print-settings” property. This is rarely needed directly, but it is used by new.

  4. getPrintUnixDialogPrintSettings :: (MonadIO m, IsPrintUnixDialog o) => o -> m (Maybe PrintSettings)

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Get the value of the “print-settings” property. When overloading is enabled, this is equivalent to

    get printUnixDialog #printSettings
    

  5. setPrintUnixDialogPrintSettings :: (MonadIO m, IsPrintUnixDialog o, IsPrintSettings a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Set the value of the “print-settings” property. When overloading is enabled, this is equivalent to

    set printUnixDialog [ #printSettings := value ]
    

  6. module GI.Gtk.Structs.PrintSetup

    A GtkPrintSetup is an auxiliary object for printing that allows decoupling the setup from the printing. A print setup is obtained by calling printDialogSetup, and can later be passed to print functions such as printDialogPrint. Print setups can be reused for multiple print calls. Applications may wish to store the page_setup and print_settings from the print setup and copy them to the PrintDialog if they want to keep using them. Since: 4.14

  7. newtype PrintSetup

    gi-gtk4 GI.Gtk.Structs.PrintSetup

    Memory-managed wrapper type.

  8. PrintSetup :: ManagedPtr PrintSetup -> PrintSetup

    gi-gtk4 GI.Gtk.Structs.PrintSetup

    No documentation available.

  9. printSetupGetPageSetup :: (HasCallStack, MonadIO m) => PrintSetup -> m (Maybe PageSetup)

    gi-gtk4 GI.Gtk.Structs.PrintSetup

    Returns the page setup of setup. It may be different from the GtkPrintDialog's page setup if the user changed it during the setup process. Since: 4.14

  10. printSetupGetPrintSettings :: (HasCallStack, MonadIO m) => PrintSetup -> m (Maybe PrintSettings)

    gi-gtk4 GI.Gtk.Structs.PrintSetup

    Returns the print settings of setup. They may be different from the GtkPrintDialog's settings if the user changed them during the setup process. Since: 4.14

Page 27 of many | Previous | Next