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. setSortListModelModel :: (MonadIO m, IsSortListModel o, IsListModel a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.SortListModel

    Set the value of the “model” property. When overloading is enabled, this is equivalent to

    set sortListModel [ #model := value ]
    

  2. setSortListModelSectionSorter :: (MonadIO m, IsSortListModel o, IsSorter a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.SortListModel

    Set the value of the “section-sorter” property. When overloading is enabled, this is equivalent to

    set sortListModel [ #sectionSorter := value ]
    

  3. setSortListModelSorter :: (MonadIO m, IsSortListModel o, IsSorter a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.SortListModel

    Set the value of the “sorter” property. When overloading is enabled, this is equivalent to

    set sortListModel [ #sorter := value ]
    

  4. setSpinButtonActivatesDefault :: (MonadIO m, IsSpinButton o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.SpinButton

    Set the value of the “activates-default” property. When overloading is enabled, this is equivalent to

    set spinButton [ #activatesDefault := value ]
    

  5. setSpinButtonAdjustment :: (MonadIO m, IsSpinButton o, IsAdjustment a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.SpinButton

    Set the value of the “adjustment” property. When overloading is enabled, this is equivalent to

    set spinButton [ #adjustment := value ]
    

  6. setSpinButtonClimbRate :: (MonadIO m, IsSpinButton o) => o -> Double -> m ()

    gi-gtk4 GI.Gtk.Objects.SpinButton

    Set the value of the “climb-rate” property. When overloading is enabled, this is equivalent to

    set spinButton [ #climbRate := value ]
    

  7. setSpinButtonDigits :: (MonadIO m, IsSpinButton o) => o -> Word32 -> m ()

    gi-gtk4 GI.Gtk.Objects.SpinButton

    Set the value of the “digits” property. When overloading is enabled, this is equivalent to

    set spinButton [ #digits := value ]
    

  8. setSpinButtonNumeric :: (MonadIO m, IsSpinButton o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.SpinButton

    Set the value of the “numeric” property. When overloading is enabled, this is equivalent to

    set spinButton [ #numeric := value ]
    

  9. setSpinButtonSnapToTicks :: (MonadIO m, IsSpinButton o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.SpinButton

    Set the value of the “snap-to-ticks” property. When overloading is enabled, this is equivalent to

    set spinButton [ #snapToTicks := value ]
    

  10. setSpinButtonUpdatePolicy :: (MonadIO m, IsSpinButton o) => o -> SpinButtonUpdatePolicy -> m ()

    gi-gtk4 GI.Gtk.Objects.SpinButton

    Set the value of the “update-policy” property. When overloading is enabled, this is equivalent to

    set spinButton [ #updatePolicy := value ]
    

Page 681 of many | Previous | Next