Hoogle Search

Within LTS Haskell 24.9 (ghc-9.10.2)

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

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

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

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

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

  5. newtype PrintSetup

    gi-gtk4 GI.Gtk.Structs.PrintSetup

    Memory-managed wrapper type.

  6. PrintSetup :: ManagedPtr PrintSetup -> PrintSetup

    gi-gtk4 GI.Gtk.Structs.PrintSetup

    No documentation available.

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

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

  9. printSetupRef :: (HasCallStack, MonadIO m) => PrintSetup -> m PrintSetup

    gi-gtk4 GI.Gtk.Structs.PrintSetup

    Increase the reference count of setup. Since: 4.14

  10. printSetupUnref :: (HasCallStack, MonadIO m) => PrintSetup -> m ()

    gi-gtk4 GI.Gtk.Structs.PrintSetup

    Decrease the reference count of setup. If the reference count reaches zero, the object is freed. Since: 4.14

Page 34 of many | Previous | Next