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.
setBookmarkListIoPriority :: (MonadIO m, IsBookmarkList o) => o -> Int32 -> m ()gi-gtk4 GI.Gtk.Objects.BookmarkList Set the value of the “io-priority” property. When overloading is enabled, this is equivalent to
set bookmarkList [ #ioPriority := value ]
setBoolFilterExpression :: (MonadIO m, IsBoolFilter o, IsExpression a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.BoolFilter Set the value of the “expression” property. When overloading is enabled, this is equivalent to
set boolFilter [ #expression := value ]
setBoolFilterInvert :: (MonadIO m, IsBoolFilter o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.BoolFilter Set the value of the “invert” property. When overloading is enabled, this is equivalent to
set boolFilter [ #invert := value ]
setBoxBaselineChild :: (MonadIO m, IsBox o) => o -> Int32 -> m ()gi-gtk4 GI.Gtk.Objects.Box Set the value of the “baseline-child” property. When overloading is enabled, this is equivalent to
set box [ #baselineChild := value ]
setBoxBaselinePosition :: (MonadIO m, IsBox o) => o -> BaselinePosition -> m ()gi-gtk4 GI.Gtk.Objects.Box Set the value of the “baseline-position” property. When overloading is enabled, this is equivalent to
set box [ #baselinePosition := value ]
setBoxHomogeneous :: (MonadIO m, IsBox o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.Box Set the value of the “homogeneous” property. When overloading is enabled, this is equivalent to
set box [ #homogeneous := value ]
setBoxSpacing :: (MonadIO m, IsBox o) => o -> Int32 -> m ()gi-gtk4 GI.Gtk.Objects.Box Set the value of the “spacing” property. When overloading is enabled, this is equivalent to
set box [ #spacing := value ]
setBoxLayoutBaselineChild :: (MonadIO m, IsBoxLayout o) => o -> Int32 -> m ()gi-gtk4 GI.Gtk.Objects.BoxLayout Set the value of the “baseline-child” property. When overloading is enabled, this is equivalent to
set boxLayout [ #baselineChild := value ]
setBoxLayoutBaselinePosition :: (MonadIO m, IsBoxLayout o) => o -> BaselinePosition -> m ()gi-gtk4 GI.Gtk.Objects.BoxLayout Set the value of the “baseline-position” property. When overloading is enabled, this is equivalent to
set boxLayout [ #baselinePosition := value ]
setBoxLayoutHomogeneous :: (MonadIO m, IsBoxLayout o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.BoxLayout Set the value of the “homogeneous” property. When overloading is enabled, this is equivalent to
set boxLayout [ #homogeneous := value ]