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

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

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

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

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

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

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

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

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

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

Page 639 of many | Previous | Next