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.
-
alsa-seq Sound.ALSA.Sequencer.Subscribe No documentation available.
-
alsa-seq Sound.ALSA.Sequencer.Subscribe.Query No documentation available.
queryAll :: T mode -> T -> Type -> IO [T]alsa-seq Sound.ALSA.Sequencer.Subscribe.Query Queries the list of subscribers accessing a port
forceAttrMapAllowStyle :: Attr -> AttrMap -> AttrMapbrick Brick.AttrMap Create an attribute map in which all lookups map to the same attribute. This is functionally equivalent to attrMap attr [].
formFieldExternallyValid :: FormField a b e n -> Boolbrick 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.
-
brick Brick.Types The class of types that behave like terminal locations.
scrollbarHeightAllocation :: HScrollbarRenderer n -> Intbrick 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.
scrollbarWidthAllocation :: VScrollbarRenderer n -> Intbrick 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.
forceAttrAllowStyle :: AttrName -> Widget n -> Widget nbrick 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.
padAll :: Int -> Widget n -> Widget nbrick Brick.Widgets.Core Pad a widget on all sides. Defers to the padded widget for growth policy.