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. setSizeGroupMode :: (MonadIO m, IsSizeGroup o) => o -> SizeGroupMode -> m ()

    gi-gtk3 GI.Gtk.Objects.SizeGroup

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

    set sizeGroup [ #mode := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.SpinButton

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

    set spinButton [ #adjustment := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.SpinButton

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

    set spinButton [ #climbRate := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.SpinButton

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

    set spinButton [ #digits := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.SpinButton

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

    set spinButton [ #numeric := value ]
    

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

    gi-gtk3 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 ]
    

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

    gi-gtk3 GI.Gtk.Objects.SpinButton

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

    set spinButton [ #updatePolicy := value ]
    

  8. setSpinButtonValue :: (MonadIO m, IsSpinButton o) => o -> Double -> m ()

    gi-gtk3 GI.Gtk.Objects.SpinButton

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

    set spinButton [ #value := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.SpinButton

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

    set spinButton [ #wrap := value ]
    

  10. setSpinnerActive :: (MonadIO m, IsSpinner o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Spinner

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

    set spinner [ #active := value ]
    

Page 551 of many | Previous | Next