Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

  2. spinButtonGetAdjustment :: (HasCallStack, MonadIO m, IsSpinButton a) => a -> m Adjustment

    gi-gtk3 GI.Gtk.Objects.SpinButton

    Get the adjustment associated with a SpinButton

  3. spinButtonSetAdjustment :: (HasCallStack, MonadIO m, IsSpinButton a, IsAdjustment b) => a -> b -> m ()

    gi-gtk3 GI.Gtk.Objects.SpinButton

    Replaces the Adjustment associated with spinButton.

  4. constructTextTagJustification :: (IsTextTag o, MonadIO m) => Justification -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.TextTag

    Construct a GValueConstruct with valid value for the “justification” property. This is rarely needed directly, but it is used by new.

  5. constructTextTagJustificationSet :: (IsTextTag o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.TextTag

    Construct a GValueConstruct with valid value for the “justification-set” property. This is rarely needed directly, but it is used by new.

  6. getTextTagJustification :: (MonadIO m, IsTextTag o) => o -> m Justification

    gi-gtk3 GI.Gtk.Objects.TextTag

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

    get textTag #justification
    

  7. getTextTagJustificationSet :: (MonadIO m, IsTextTag o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.TextTag

    Get the value of the “justification-set” property. When overloading is enabled, this is equivalent to

    get textTag #justificationSet
    

  8. setTextTagJustification :: (MonadIO m, IsTextTag o) => o -> Justification -> m ()

    gi-gtk3 GI.Gtk.Objects.TextTag

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

    set textTag [ #justification := value ]
    

  9. setTextTagJustificationSet :: (MonadIO m, IsTextTag o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.TextTag

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

    set textTag [ #justificationSet := value ]
    

  10. constructTextViewJustification :: (IsTextView o, MonadIO m) => Justification -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.TextView

    Construct a GValueConstruct with valid value for the “justification” property. This is rarely needed directly, but it is used by new.

Page 87 of many | Previous | Next