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