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. malloc :: IO T

    alsa-seq Sound.ALSA.Sequencer.Subscribe

    No documentation available.

  2. malloc :: IO T

    alsa-seq Sound.ALSA.Sequencer.Subscribe.Query

    No documentation available.

  3. queryAll :: T mode -> T -> Type -> IO [T]

    alsa-seq Sound.ALSA.Sequencer.Subscribe.Query

    Queries the list of subscribers accessing a port

  4. forceAttrMapAllowStyle :: Attr -> AttrMap -> AttrMap

    brick Brick.AttrMap

    Create an attribute map in which all lookups map to the same attribute. This is functionally equivalent to attrMap attr [].

  5. formFieldExternallyValid :: FormField a b e n -> Bool

    brick Brick.Forms

    Whether the field is valid according to an external validation source. Defaults to always being True and can be set with setFieldValid. The value of this field also affects the behavior of allFieldsValid and getInvalidFields.

  6. class TerminalLocation a

    brick Brick.Types

    The class of types that behave like terminal locations.

  7. scrollbarHeightAllocation :: HScrollbarRenderer n -> Int

    brick Brick.Types

    The number of rows that will be allocated to the scroll bar. This determines how much space the widgets of the scroll bar elements can take up. If they use less than this amount, padding will be applied between the scroll bar and the viewport contents.

  8. scrollbarWidthAllocation :: VScrollbarRenderer n -> Int

    brick Brick.Types

    The number of columns that will be allocated to the scroll bar. This determines how much space the widgets of the scroll bar elements can take up. If they use less than this amount, padding will be applied between the scroll bar and the viewport contents.

  9. forceAttrAllowStyle :: AttrName -> Widget n -> Widget n

    brick Brick.Widgets.Core

    Like forceAttr, except that the style of attribute lookups in the attribute map is preserved and merged with the forced attribute. This allows for situations where forceAttr would otherwise ignore style information that is important to preserve.

  10. padAll :: Int -> Widget n -> Widget n

    brick Brick.Widgets.Core

    Pad a widget on all sides. Defers to the padded widget for growth policy.

Page 546 of many | Previous | Next