Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. setPopoverMenuBarMenuModel :: (MonadIO m, IsPopoverMenuBar o, IsMenuModel a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.PopoverMenuBar

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

    set popoverMenuBar [ #menuModel := value ]
    

  2. setPrintDialogAcceptLabel :: (MonadIO m, IsPrintDialog o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintDialog

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

    set printDialog [ #acceptLabel := value ]
    

  3. setPrintDialogModal :: (MonadIO m, IsPrintDialog o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintDialog

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

    set printDialog [ #modal := value ]
    

  4. setPrintDialogPageSetup :: (MonadIO m, IsPrintDialog o, IsPageSetup a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintDialog

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

    set printDialog [ #pageSetup := value ]
    

  5. setPrintDialogPrintSettings :: (MonadIO m, IsPrintDialog o, IsPrintSettings a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintDialog

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

    set printDialog [ #printSettings := value ]
    

  6. setPrintDialogTitle :: (MonadIO m, IsPrintDialog o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintDialog

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

    set printDialog [ #title := value ]
    

  7. setPrintJobTrackPrintStatus :: (MonadIO m, IsPrintJob o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintJob

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

    set printJob [ #trackPrintStatus := value ]
    

  8. setPrintOperationAllowAsync :: (MonadIO m, IsPrintOperation o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

    set printOperation [ #allowAsync := value ]
    

  9. setPrintOperationCurrentPage :: (MonadIO m, IsPrintOperation o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

    set printOperation [ #currentPage := value ]
    

  10. setPrintOperationCustomTabLabel :: (MonadIO m, IsPrintOperation o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintOperation

    Set the value of the “custom-tab-label” property. When overloading is enabled, this is equivalent to

    set printOperation [ #customTabLabel := value ]
    

Page 664 of many | Previous | Next