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.
setFilterListModelIncremental :: (MonadIO m, IsFilterListModel o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.FilterListModel Set the value of the “incremental” property. When overloading is enabled, this is equivalent to
set filterListModel [ #incremental := value ]
setFilterListModelModel :: (MonadIO m, IsFilterListModel o, IsListModel a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.FilterListModel Set the value of the “model” property. When overloading is enabled, this is equivalent to
set filterListModel [ #model := value ]
setFixedLayoutChildTransform :: (MonadIO m, IsFixedLayoutChild o) => o -> Transform -> m ()gi-gtk4 GI.Gtk.Objects.FixedLayoutChild Set the value of the “transform” property. When overloading is enabled, this is equivalent to
set fixedLayoutChild [ #transform := value ]
setFlattenListModelModel :: (MonadIO m, IsFlattenListModel o, IsListModel a) => o -> a -> m ()gi-gtk4 GI.Gtk.Objects.FlattenListModel Set the value of the “model” property. When overloading is enabled, this is equivalent to
set flattenListModel [ #model := value ]
setFlowBoxAcceptUnpairedRelease :: (MonadIO m, IsFlowBox o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.FlowBox Set the value of the “accept-unpaired-release” property. When overloading is enabled, this is equivalent to
set flowBox [ #acceptUnpairedRelease := value ]
setFlowBoxActivateOnSingleClick :: (MonadIO m, IsFlowBox o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.FlowBox Set the value of the “activate-on-single-click” property. When overloading is enabled, this is equivalent to
set flowBox [ #activateOnSingleClick := value ]
setFlowBoxColumnSpacing :: (MonadIO m, IsFlowBox o) => o -> Word32 -> m ()gi-gtk4 GI.Gtk.Objects.FlowBox Set the value of the “column-spacing” property. When overloading is enabled, this is equivalent to
set flowBox [ #columnSpacing := value ]
setFlowBoxHomogeneous :: (MonadIO m, IsFlowBox o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.FlowBox Set the value of the “homogeneous” property. When overloading is enabled, this is equivalent to
set flowBox [ #homogeneous := value ]
setFlowBoxMaxChildrenPerLine :: (MonadIO m, IsFlowBox o) => o -> Word32 -> m ()gi-gtk4 GI.Gtk.Objects.FlowBox Set the value of the “max-children-per-line” property. When overloading is enabled, this is equivalent to
set flowBox [ #maxChildrenPerLine := value ]
setFlowBoxMinChildrenPerLine :: (MonadIO m, IsFlowBox o) => o -> Word32 -> m ()gi-gtk4 GI.Gtk.Objects.FlowBox Set the value of the “min-children-per-line” property. When overloading is enabled, this is equivalent to
set flowBox [ #minChildrenPerLine := value ]