Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. printSettingsSetPrintPages :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> PrintPages -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintSettings

    Sets the value of PRINT_SETTINGS_PRINT_PAGES.

  2. constructPrintUnixDialogCurrentPage :: (IsPrintUnixDialog o, MonadIO m) => Int32 -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

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

  3. constructPrintUnixDialogEmbedPageSetup :: (IsPrintUnixDialog o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

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

  4. constructPrintUnixDialogPageSetup :: (IsPrintUnixDialog o, MonadIO m, IsPageSetup a) => a -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

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

  5. getPrintUnixDialogCurrentPage :: (MonadIO m, IsPrintUnixDialog o) => o -> m Int32

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

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

    get printUnixDialog #currentPage
    

  6. getPrintUnixDialogEmbedPageSetup :: (MonadIO m, IsPrintUnixDialog o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Get the value of the “embed-page-setup” property. When overloading is enabled, this is equivalent to

    get printUnixDialog #embedPageSetup
    

  7. getPrintUnixDialogPageSetup :: (MonadIO m, IsPrintUnixDialog o) => o -> m PageSetup

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

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

    get printUnixDialog #pageSetup
    

  8. printUnixDialogGetCurrentPage :: (HasCallStack, MonadIO m, IsPrintUnixDialog a) => a -> m Int32

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Gets the current page of the GtkPrintUnixDialog.

  9. printUnixDialogGetEmbedPageSetup :: (HasCallStack, MonadIO m, IsPrintUnixDialog a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Gets whether to embed the page setup.

  10. printUnixDialogGetPageSetup :: (HasCallStack, MonadIO m, IsPrintUnixDialog a) => a -> m PageSetup

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Gets the page setup that is used by the GtkPrintUnixDialog.

Page 335 of many | Previous | Next