Hoogle Search
Within Stackage Nightly 2026-06-26 (ghc-9.12.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setPopoverModal :: (MonadIO m, IsPopover o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “modal” property. When overloading is enabled, this is equivalent to
set popover [ #modal := value ]
setPopoverPointingTo :: (MonadIO m, IsPopover o) => o -> Rectangle -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “pointing-to” property. When overloading is enabled, this is equivalent to
set popover [ #pointingTo := value ]
setPopoverPosition :: (MonadIO m, IsPopover o) => o -> PositionType -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “position” property. When overloading is enabled, this is equivalent to
set popover [ #position := value ]
setPopoverRelativeTo :: (MonadIO m, IsPopover o, IsWidget a) => o -> a -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “relative-to” property. When overloading is enabled, this is equivalent to
set popover [ #relativeTo := value ]
setPopoverTransitionsEnabled :: (MonadIO m, IsPopover o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “transitions-enabled” property. When overloading is enabled, this is equivalent to
set popover [ #transitionsEnabled := value ]
setPrintOperationAllowAsync :: (MonadIO m, IsPrintOperation o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk 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-gtk-hs Data.GI.Gtk Set the value of the “custom-tab-label” property. When overloading is enabled, this is equivalent to
set printOperation [ #customTabLabel := value ]
-
gi-gtk-hs Data.GI.Gtk Set the value of the “default-page-setup” property. When overloading is enabled, this is equivalent to
set printOperation [ #defaultPageSetup := value ]
setPrintOperationEmbedPageSetup :: (MonadIO m, IsPrintOperation o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “embed-page-setup” property. When overloading is enabled, this is equivalent to
set printOperation [ #embedPageSetup := value ]