Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setIndex :: T -> Word -> IO ()alsa-seq Sound.ALSA.Sequencer.Subscribe.Query No documentation available.
-
alsa-seq Sound.ALSA.Sequencer.Subscribe.Query No documentation available.
-
alsa-seq Sound.ALSA.Sequencer.Subscribe.Query No documentation available.
setDefaultAttr :: Attr -> AttrMap -> AttrMapbrick Brick.AttrMap Set the default attribute value in an attribute map.
setCoordinates :: Edges Int -> BorderMap a -> BorderMap abrick Brick.BorderMap Set the rectangle being tracked by this BorderMap, throwing away any values that do not lie on this new rectangle.
setFieldConcat :: ([Widget n] -> Widget n) -> FormFieldState s e n -> FormFieldState s e nbrick Brick.Forms Set a form field's concatenation function.
setFieldValid :: Eq n => Bool -> n -> Form s e n -> Form s e nbrick Brick.Forms Manually indicate that a field has invalid contents. This can be useful in situations where validation beyond the form element's validator needs to be performed and the result of that validation needs to be fed back into the form state.
setFieldVisibilityMode :: Eq n => n -> FormFieldVisibilityMode -> Form s e n -> Form s e nbrick Brick.Forms Set the visibility mode of the specified form field's collection when the form is rendered in viewport. This is used to change how focused fields are brought into view when they're outside of view in a viewport and gain focus. In practice, this means this function need only be called on one form field name in a collection in order to affect the visibility behavior of that field's entire input collection. There are two visibility modes:
- ShowFocusedFieldOnly - this is the default behavior. In this mode, when a field receives focus, it is brought into view but other inputs in the same field collection (e.g. a set of radio buttons) will not be brought into view along with it.
- ShowCompositeField - in this mode, when a field receives focus, all of the inputs in its collection (e.g. a set of radio buttons) are brought into view as long as the viewport is large enough to show them all. If it isn't, the viewport will show as many as space allows.
- ShowAugmentedField - in this mode, when a field receives focus, all of the inputs in its collection (e.g. a set of radio buttons) and its rendering augmentations (as applied with @@=) are brought into view as long as the viewport is large enough to show them all.
setFormConcat :: ([Widget n] -> Widget n) -> Form s e n -> Form s e nbrick Brick.Forms Set a form's concatenation function.
setFormFocus :: Eq n => n -> Form s e n -> Form s e nbrick Brick.Forms Set the focused field of a form.